jGeoPlanet

Java client for Yahoo's GeoPlanet (AKA Where On Earth) service. Provides a way to look up WOE IDs as used by Twitter and FireEagle amongst other things.

License

License

Categories

Categories

Net Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.joehalliwell
ArtifactId

ArtifactId

jgeoplanet
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jGeoPlanet
Java client for Yahoo's GeoPlanet (AKA Where On Earth) service. Provides a way to look up WOE IDs as used by Twitter and FireEagle amongst other things.
Project URL

Project URL

http://www.joehalliwell.com/jGeoPlanet
Source Code Management

Source Code Management

https://github.com/joehalliwell/jGeoPlanet

Download jgeoplanet

How to add to project

<!-- https://jarcasting.com/artifacts/com.joehalliwell/jgeoplanet/ -->
<dependency>
    <groupId>com.joehalliwell</groupId>
    <artifactId>jgeoplanet</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.joehalliwell/jgeoplanet/
implementation 'com.joehalliwell:jgeoplanet:0.2.0'
// https://jarcasting.com/artifacts/com.joehalliwell/jgeoplanet/
implementation ("com.joehalliwell:jgeoplanet:0.2.0")
'com.joehalliwell:jgeoplanet:jar:0.2.0'
<dependency org="com.joehalliwell" name="jgeoplanet" rev="0.2.0">
  <artifact name="jgeoplanet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joehalliwell', module='jgeoplanet', version='0.2.0')
)
libraryDependencies += "com.joehalliwell" % "jgeoplanet" % "0.2.0"
[com.joehalliwell/jgeoplanet "0.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.json : json jar 20090211
commons-httpclient : commons-httpclient jar 3.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.2.0