Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
/ ninurta Public archive

Export parking and stop place data from tiamat to mapbox layers

Notifications You must be signed in to change notification settings

entur/ninurta

Repository files navigation

Utility for converting Tiamat SQL dumps to MapBox datasets

How to use

Convert stop places to GEOJSON

  1. Run valid_stops_with_geojson against Tiamat DB
  2. Add ./data/stops.csv from dump
  3. Install dependencies and run utility:
    yarn install && npm run stops
    
  4. Destination is ./output/

Convert parkings to GEOJSON

  1. Run valid_parkings_with_geojson against Tiamat DB
  2. Add ./data/parkings.csv from dump
  3. Install dependencies and run utility:
    yarn install && npm run parkings
    
  4. Destination is ./output/PARKINGS.json

About

Export parking and stop place data from tiamat to mapbox layers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published