Skip to content
/ walkshed Public

Generates a GeoJSON walkshed of selected transit service from OpenStreetMap data.

Notifications You must be signed in to change notification settings

mboos/walkshed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walkshed

Generates a geoJSON file containing a walkshed of transit stops. See example.

usage: walkshed.py [-h] -j JSONFILE -g GTFSDIR -p PBFFILE -o OUTFILE
                    [-d DISTANCE] [-m MODE] [-c CONCURRENT]
                    [ID [ID ...]]
  • JSONFILE file containing transit stop ids and locations (see sample.json)
  • GTFSDIR folder containing GTFS dataset referenced in JSONFILE
  • PBFFILE OpenStreetMap PBF file of geography
  • OUTFILE output geoJSON file
  • DISTANCE maximum extent of walkshed
  • MODE transit mode for annotating geoJSON
  • CONCURRENT number of processors to use in importing PBF file (default: 2)
  • ID route ids to filter for inclusion

Requirements

The python packages imposm and pygraph.

pip install python-graph-core imposm

About

Generates a GeoJSON walkshed of selected transit service from OpenStreetMap data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages