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 inJSONFILE
PBFFILE
OpenStreetMap PBF file of geographyOUTFILE
output geoJSON fileDISTANCE
maximum extent of walkshedMODE
transit mode for annotating geoJSONCONCURRENT
number of processors to use in importing PBF file (default: 2)ID
route ids to filter for inclusion
The python packages imposm and pygraph.
pip install python-graph-core imposm