Overview
Convert a geographic coordinate into a real world location name, geocode, region, admin areas, elevation and timezone.
The API takes as input a Latitude, Longitude pair and outputs either XML (default) or JSON text with the name of the nearest major locality name, as well as the nearest location name and other regional information from both geonames.org and openstreetmap.org neighborhood/administrative area data.
Highlights
- Fast reverse geocoding worldwide
- Runs on inexpensive minimal instances (eg free tier t3.micro) and a small HDD (8GB)
- Returns locality names, city, admin areas, geocodes, elevation, timezone, country and region.
Details
Typical total price
$0.342/hour
Pricing
Free trial
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.micro AWS Free Tier | $0.30 | $0.012 | $0.312 |
t2.small | $0.30 | $0.023 | $0.323 |
t2.medium | $0.30 | $0.046 | $0.346 |
t2.large | $0.30 | $0.093 | $0.393 |
t2.xlarge | $0.30 | $0.186 | $0.486 |
t2.2xlarge | $0.30 | $0.371 | $0.671 |
t3.nano | $0.30 | $0.005 | $0.305 |
t3.micro AWS Free Tier | $0.30 | $0.01 | $0.31 |
t3.small | $0.30 | $0.021 | $0.321 |
t3.medium Recommended | $0.30 | $0.042 | $0.342 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
We offer no refunds, but you may cancel at any time
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Version 4.0 is a bug fix.
Additional details
Usage instructions
Access the server on http://<instance-ip>:80 for usage instructions & quick start. You may also SSH to the instance and log in as 'ec2-user' using the key specified at launch to use the API internally. Additional information can be found at https://3geonames.org/api
Resources
Vendor resources
Support
Vendor support
Email, Chat
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Perfect
Perfect for the price.
Lot of data (with version 1.4 now OSM datas), fast with t2.medium server and great email support.
Message not complete
The price is acceptable but the data is not complete. What I need is zipcode, that simple. But document shows if need zipcode, I can only access their website, and the price is unacceptable.
Fast & Accurate, but Lacking Documentation
I used it as a free trial while researching solution for a simple reverse geocoder (We only need city level info for our purposes)
This is a strong possibility for us to use once we have the other pieces in place.
I wish they provided better documentation though. For example, it does not mention anywhere that you can call the API using a geocode or geonumber, and adding a '.json' to a request gives json output on any request. Neat features, but one has to find out on their own.
(There is a README file and a test script in the ec2-user home dir after you ssh into the box, which just states:
"Copy test.pl on your machine then replace 'localhost' with the ip address or hostname of the reverse geocoding machine.
Then run ' perl test.pl '
You should get around 100 requests per second if the software is running on a t2.micro instance (the minimum instance)
(Higher instance types get better throughput)
"
What it does not say, is that running test.pl locally, causes the machine to run out of memory (Granted this is only a T2.micro with 1G of RAM)
Overall it is solid when accessed externally.