Skip to content

Commit

Permalink
Add docker instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Dec 12, 2024
1 parent 6b2a329 commit 0ad9222
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,13 @@ If the conversion process ends correctly within the directory ```<GTFS_FEED_FOLD
- ```<NUTS2_CODE>-<AGENCY_ACRONYM>-NeTEx_L1.xml.gz```: NeTEx Italian Profile Level 1 (gz-compressed)
- ```<AGENCY_ACRONYM>.db```: Intermediate SQLite3 database used by the converter during processing; can be used for debugging purposes and processed later for further purposes (e.g. calculation of transportation KPIs related to the transportation offer described in the data); an effective cross-platform open source editor for SQLite is [DB Browser for SQLite](https://sqlitebrowser.org/)

## Run as docker container
A prebuilt docker image is provided (here)[pkgs/container/gtfs2netex-converter]

Make sure to mount your decompressed gtfs folder, and reference it as `<GTFS_FEED_FOLDER>` like so:
```sh
docker run --rm --volume ./gtfs:/gtfs ghcr.io/noi-techpark/gtfs2netex-converter:latest --folder /gtfs --NUTS <NUTS2_CODE> --db <AGENCY_ACRONYM> --az <AGENCY_ACRONYM> --vat <AGENCY_VAT_NUMBER> --version <VERSION_NAME>
```



Expand Down

0 comments on commit 0ad9222

Please sign in to comment.