cityImage.barriers_from_osm#
- cityImage.barriers_from_osm(query, *, download_method='OSMplace', crs=None, distance=None, include_primary=True, include_secondary=False, parks_min_area=100000)[source]#
Download OSM features and build the combined cityImage barrier layer.
OSMnx downloads roads, railways, water, coastline, and parks. cityImage then applies its barrier extraction semantics and returns a single barrier GeoDataFrame.
- Return type:
GeoDataFrame