python3-geopy

geocoding toolbox for Python3
  https://github.com/geopy/geopy
  0
  no reviews



Geopy makes it easy for developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other sources of data, such as wikis. It also comes with the necessary means for parsing geographical coordinates and geodesic distance calculation (using great-circle distance or Vincenty distance). The distance module also contains useful routines for converting between length and angle units.

This package contains the Python 3 version of the library.