Skip to content
/ asag Public
forked from entur/asag

Update mapbox tilset with netex stop place data by converting stop place netex data to geojson

Notifications You must be signed in to change notification settings

AtB-AS/asag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Update mapbox tilset with netex stop place data by converting stop place netex data to geojson

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.2%
  • HCL 2.5%
  • Other 1.3%