aequilibrae.project.network.osm.place_getter#

Functions

placegetter(place)

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

aequilibrae.project.network.osm.place_getter.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)