From 82e3592b934a6898f89d5616dd3096059803625f Mon Sep 17 00:00:00 2001 From: csokol Date: Sun, 7 Aug 2011 12:17:41 -0300 Subject: python/geopy: Added (A Geocoding Toolbox for Python) Signed-off-by: Niels Horn --- python/geopy/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/geopy/README (limited to 'python/geopy/README') diff --git a/python/geopy/README b/python/geopy/README new file mode 100644 index 0000000000..c6685aced9 --- /dev/null +++ b/python/geopy/README @@ -0,0 +1,11 @@ +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. + +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. + +See http://code.google.com/p/geopy/wiki/GettingStarted for more details. + +This requires pysetuptools. -- cgit v1.2.3