OSM utilities¶
-
osm_utilities.
download_osm_streets
(bbox_coords, exp_path)[source]¶ Queries Overpass API for streets inside bbox_coords and saves them into a csv file.
- Parameters
bbox_coords (tuple) – Contains the bounding box coords to download from the API in (south, west, north, east) format
exp_path (str) – Path to write
- Returns
None