aequilibrae.project.network.osm_utils package¶
Submodules¶
aequilibrae.project.network.osm_utils.osm_params module¶
aequilibrae.project.network.osm_utils.place_getter module¶
- aequilibrae.project.network.osm_utils.place_getter.placegetter(place: str) Tuple[Union[None, List[float]], list] ¶
Send a request to the Nominatim API via HTTP GET and return a geometry polygon for the region we are querying
- placestr
Name of the place we want to download a network for
Adapted from http://www.github.com/gboeing/osmnx