aequilibrae.project.network.osm#

aequilibrae.project.network.osm.placegetter(place: str) Tuple[None | List[float], list][source]#

Send a request to the Nominatim API via HTTP GET and return a geometry polygon for the region we are querying

Parameters:
  • place (str) – Name of the place we want to download a network for

  • http (Adapted from)

Modules