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 ...]]
JSONFILEfile containing transit stop ids and locations (see sample.json)GTFSDIRfolder containing GTFS dataset referenced inJSONFILEPBFFILEOpenStreetMap PBF file of geographyOUTFILEoutput geoJSON fileDISTANCEmaximum extent of walkshedMODEtransit mode for annotating geoJSONCONCURRENTnumber of processors to use in importing PBF file (default: 2)IDroute ids to filter for inclusion
The python packages imposm and pygraph.
pip install python-graph-core imposm