Generate a GeoJSON FeatureCollection with NeTEx stop place data.
- Set up access to Entur's artifactory, which is needed for the NeTEx java bindings.
mvn install
.- Download the latest export from Tiamat:
curl -sLO https://storage.googleapis.com/marduk-production/tiamat/Current_latest.zip
. - Unzip the archive:
unzip Current_latest.zip
. - Rename or symblink:
ln -sf tiamat-export-xxxx.xml current-export.xml
- Run the binary:
java -jar target/asag-0.0.1-SNAPSHOT.jar
. - Output goes to
current.geojson
.
Alternatively, use the shell scripts:
# Build
$ ./build.sh
# Run
$ ./run.sh