Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 632 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 632 Bytes

asag

Generate a GeoJSON FeatureCollection with NeTEx stop place data.

Steps

  1. Set up access to Entur's artifactory, which is needed for the NeTEx java bindings.
  2. mvn install.
  3. Download the latest export from Tiamat: curl -sLO https://storage.googleapis.com/marduk-production/tiamat/Current_latest.zip.
  4. Unzip the archive: unzip Current_latest.zip.
  5. Rename or symblink: ln -sf tiamat-export-xxxx.xml current-export.xml
  6. Run the binary: java -jar target/asag-0.0.1-SNAPSHOT.jar.
  7. Output goes to current.geojson.

Alternatively, use the shell scripts:

# Build
$ ./build.sh

# Run
$ ./run.sh