You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GTFS kit docs suggest the restrict_to_area() method accepts a gdf of polygons. So we could open up this function to accept a polygon as an input (instead of a BBOX). This would then be the same input type as the RasterPop module.
This would also the work better with the urban_centre module, which returns shapely polygons.
The text was updated successfully, but these errors were encountered:
Sounds like a useful feature @ethan-moss , though could we have a list or a polygon? Common pattern of mine is to pull a bbox csv of klokantech etc and paste it into a list.
Description of the Feature to be Added
Open
bbox_filter_gtfs()
bbox to be a polygon instead of a list:restrict_to_area()
method accepts a gdf of polygons. So we could open up this function to accept a polygon as an input (instead of a BBOX). This would then be the same input type as theRasterPop
module.urban_centre
module, which returnsshapely
polygons.The text was updated successfully, but these errors were encountered: