diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-02-02 06:55:45 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-02 02:09:50 -0600 |
commit | 60a71216fb889c7d523203a1386e2a298a0c4333 (patch) | |
tree | db501d136c1249529ff05da6fb4e251a39846e2c /gis/geopy/README | |
parent | f8dd5ba15a6c5185a406611121305e8f718a21f6 (diff) | |
download | slackbuilds-60a71216fb889c7d523203a1386e2a298a0c4333.tar.gz |
gis/geopy: Moved from Python category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/geopy/README')
-rw-r--r-- | gis/geopy/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gis/geopy/README b/gis/geopy/README new file mode 100644 index 0000000000..a259e8cd30 --- /dev/null +++ b/gis/geopy/README @@ -0,0 +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, 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. |