diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-03-13 07:56:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:42 +0700 |
commit | 80bb7fba6dddd846c529a9c5e85a49ea0ce886ed (patch) | |
tree | c80d2f8f17aa6e914e58ec173576da767a2e3138 /gis/geopy/README | |
parent | 440a88f2b52ed5e27fbf3da00f3563bf45719106 (diff) | |
download | slackbuilds-80bb7fba6dddd846c529a9c5e85a49ea0ce886ed.tar.gz |
gis/geopy: Updated for version 1.12.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/geopy/README')
-rw-r--r-- | gis/geopy/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gis/geopy/README b/gis/geopy/README index a259e8cd30..a235b18e15 100644 --- a/gis/geopy/README +++ b/gis/geopy/README @@ -1,9 +1,8 @@ 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, such as wikis. +geocoders and other data sources. -geopy currently includes support for six geocoders: Google Maps, Yahoo! -Maps, Windows Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki -pages (with the GIS extension), and Semantic MediaWiki pages. +geopy currently includes support for several geocoders, including OpenStreetMap +Nominatim, ESRI ArcGIS, Google Geocoding API and more. -See http://code.google.com/p/geopy/wiki/GettingStarted for more details. +python/pytz is an optional dependency that will be used if available. |