Bondify / gtfs_functions

Package with useful functions to create geo-spatial visualizations from a GTFS.
MIT License
114 stars 30 forks source link

Map your work guide - name 'gtfs' is not defined #27

Closed gianlucarea closed 9 months ago

gianlucarea commented 1 year ago

Map your work guide about the Stop frequencies using gtfs.map_gdf. I've been following the guide you don't define gtfs anywhere. Thanks

Bondify commented 9 months ago

hi @gianlucarea I think "gtfs" refers to the feed class. In the guide it is defined as feed = Feed(gtfs_path). My guess is that I forgot to change "gtfs" for "feed" in that section. Try with feed.map_gdf instead.