diff options
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. |