-1

I'm new to the Osmnx, is there any function allows me to get the name of province and city by the GPS coordinates(latitude, longitude) ?

Joey Lu
  • 13
  • 2

1 Answers1

1

Not specifically but you can interact with OSM's Nominatim API's reverse endpoint using OSMnx's nominatim_request function.

gboeing
  • 5,691
  • 2
  • 15
  • 41