Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joehalliwell/jgeoplanet
Java client library for the Yahoo! GeoPlanet service
https://github.com/joehalliwell/jgeoplanet
Last synced: 14 days ago
JSON representation
Java client library for the Yahoo! GeoPlanet service
- Host: GitHub
- URL: https://github.com/joehalliwell/jgeoplanet
- Owner: joehalliwell
- License: lgpl-3.0
- Created: 2011-04-08T20:33:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-05T12:10:37.000Z (over 9 years ago)
- Last Synced: 2023-12-08T17:06:05.376Z (about 1 year ago)
- Language: Java
- Homepage: http://www.winterwell.com/software/jgeoplanet/
- Size: 367 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jGeoPlanet - the Java client for Yahoo! GeoPlanet
JGeoPlanet is a small library providing easy access to the Yahoo! GeoPlanet
API. It allows you to look up WOE (Where On Earth) IDs, and explore the
relationships between different places e.g. to find the towns within a given
country.Homepage: http://www.joehalliwell.com/jGeoPlanet
## Dependencies
Dependencies are included with the binary release.
## Feedback
Please report any bugs to [email protected].
## Licence
Developed by Joe Halliwell. This code is copyright (c) Winterwell Associates
Ltd, 2009-2015. It is released as open-source under the LGPL license. See the file
LICENCE.txt for a copy of this licence. This code comes with no warranty or
support.You must let your users know that you are using the jGeoPlanet library, which
they can get the source code for. A credit on your home page with a link-back
to this page, e.g. built using jGeoPlanet, is the recommended way to do this.
Your own code can be licensed commercially and you do not have to release the
source code.## Versions
- 0.2.0 Changed package to com.joehalliwell.jgeoplanet. Available on Maven Central.
- 0.1.3 Support Yahoo Geocode; various bugfixes. This release breaks the API.
- 0.1.2 Support multiple place types; add bounding box. This release breaks API.
- 0.1.1 Added Place.getCountry()
- 0.1.0 Inital release