diff options
Diffstat (limited to 'gis/geopy')
-rw-r--r-- | gis/geopy/README | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gis/geopy/README b/gis/geopy/README index 84ec2d82746e..3464f8c4a407 100644 --- a/gis/geopy/README +++ b/gis/geopy/README @@ -1,10 +1,9 @@ -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 data sources. +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 data sources. -geopy currently includes support for several geocoders, including OpenStreetMap -Nominatim, ESRI ArcGIS, Google Geocoding API and more. +geopy currently includes support for several geocoders, including +OpenStreetMap Nominatim, ESRI ArcGIS, Google Geocoding API and more. -python/pytz, python/python-requests and python/python3-aiohttp are optional -dependencies that will be used if available (they must all be built with -Python 3 support). +python/pytz and python/python3-aiohttp are optional dependencies that +will be used if available. |