Tagged Questions
Geocoding is a method to assign spacial coordinates - like longitude and latitude on the Earth's surface - to a data record or object which represents an address or other geographic data.
41
votes
8answers
23k views
Timezone lookup from latitude longitude
Is there any library (or even better, web service) available which can convert from a latitude/longitude into a time zone?
30
votes
5answers
2k views
Batch Geocoding with Garmin Mapsource
Please Note:
I AM NOT LOOKING FOR AN ALTERNATIVE SOLUTION
I lost track of this effort years ago but have need to geocode thousands of addresses nightly. I must use the very accurate database sitting ...
26
votes
2answers
8k views
How, exactly does HTML5's GeoLocation work?
I know the browser shares my IP address and details of nearby wireless networks to determine my location, but what sort of info does it know about nearby wifi networks?
For example, where I live are ...
26
votes
4answers
15k views
How do I Geocode 20 addresses without receiving a OVER_QUERY_LIMIT response?
Using the Google Geocoder v3, if I try to geocode 20 addresses, I get a OVER_QUERY_LIMIT unless I time them to be ~1 second apart, but then it takes 20 seconds before the markers are all placed.
Is ...
26
votes
11answers
5k views
How to obtain longitude and latitude for a street address programmatically (and legally)
Supposedly, it is possible to get this from Google Maps or some such service. (US addresses only is not good enough.)
22
votes
6answers
9k views
What datatype to use when storing latitude and longitude data in SQL databases?
When storing latitude or longitude data in an ANSI SQL compliant database, what datatype would be most appropriate? Should float be used, or decimal, or ...?
I'm aware that Oracle, MySql, and SQL ...
22
votes
15answers
16k views
How to convert an address to a latitude/longitude?
How would I go about converting an address or city to a latitude/longitude? Are there commercial outfits I can "rent" this service from? This would be used in a commercial desktop application on a ...
21
votes
6answers
11k views
Get street address at lat/long pair
I've seen that it's possible to get the latitude and longitude (geocoding, like in Google Maps API) from a street address, but is it possible to do the reverse and get the street address when you know ...
18
votes
8answers
19k views
Working with latitude/longitude values in Java
Does anyone know of any free utility jars for java that assist with longitude/latitude manipulation in Java?
I am wanting to find the distance between two different points. This I know can be ...
15
votes
7answers
255 views
Should I use a struct or a class to represent a Lat/Lng coordinate?
I am working a with a geo-coding API and need to represent the coordinate of a returned point as a Latitude / Longitude pair. However, I am unsure whether to use a struct or a class for this. My ...
15
votes
5answers
12k views
How to calculate the bounding box for a given lat/lng location?
I have given a location defined by latitude and longitude.
Now i want to calculate a bounding box within e.g. 10 kilometers of that point.
The bounding box should be defined as latmin, lngmin and ...
14
votes
1answer
134 views
Scalable international geocoding solutions
We want out website to support international geocoding. We are wary of using APIs that throttle and/or cap requests, which could leave us with our pants down as the service gains volume. How do ...
14
votes
4answers
7k views
How to determine a zip code and city from an IP address?
I am looking for advice for open API or 3d party products which will help to convert an IP address to a zip code and city, to make geo-specific web site content.
10
votes
5answers
27k views
Android: Reverse geocoding - getFromLocation
I am trying to get an address based on the long/lat. it appears that something like this should work?
Geocoder myLocation = Geocoder(Locale.getDefault());
List myList = ...
9
votes
2answers
3k views
GIS: PostGIS/PostgreSQL vs. MySql vs. SQL Server?
EDIT: I have been using Postgres with PostGIS for a few months now, and I am satisfied.
I need to analyze a few million geocoded records, each of which will have latitude and longitude. These records ...
9
votes
2answers
5k views
Android; Geocoder, why do I get “the service is not available”?
I want to use the Geocoder in an android application, I've got the following piece of code to sample it :
public class LocatorGeo extends Activity {
/** Called when the activity is first ...
9
votes
3answers
2k views
Geocoding in R with Google Maps
I've tried running the code to geocode locations in R via Google Maps and the XML package from this blog post:
http://www.r-chart.com/2010/07/maps-geocoding-and-r-user-conference.html
Here are his ...
9
votes
5answers
469 views
Storable Geocoding/reverse Geocoding services
Im currently looking into an easy way to query and store Latitude/Longitude for a given address. There are a plentitude of services out there, but none actually allows me to store the data I retieve ...
9
votes
7answers
4k views
Google App Engine Geohashing
I am writing a web application using GWT and App Engine. My application will need to post and query items based on their latitude, longitude.
As a result of google's distributed database design you ...
8
votes
1answer
5k views
Google Maps: how to get country, state/province/region, city given a lat/long value?
I need a list of countries, states & cities based on a collection of lat/long values I have. I need to store this information in a manner that hierarchy is preserve and without duplicates (e.g. ...
8
votes
4answers
3k views
Best Geocoding Service for iPhone Developers
I have made an app that gets an array of addresses from a web service and I want to map them. I know Apple left this out in MapKit, including only a reverse Geocoder. I was wondering what the best way ...
8
votes
3answers
2k views
Calculate longitude/latitude
Given the following input:
known longitudes/latitudes of 1..n locations
known distance between locations 1..n and another location "m"
How can I calculate the longitude/latitude of the location ...
8
votes
1answer
935 views
Address Standardization/Correction/Geocoding
My place of employment is looking into buying a third party tool, for batch based US and Canadian Address correction, with Geocoding.
What Products have you used?
What do you Like about them?
What ...
7
votes
1answer
534 views
Why use the SQL Server 2008 geography data type?
I am redesigning a customer database and one of the new pieces of information I would like to store along with the standard address fields (Street, City, etc.) is the geographic location of the ...
7
votes
7answers
2k views
Calculate distance between Zip Codes… AND users
This is more of a challenge question than something I urgently need, so don't spend all day on it guys.
I built a dating site (long gone) back in 2000 or so, and one of the challenges was calculating ...
7
votes
6answers
7k views
Get latitude/longitude from address
How can I get latitude and longitude from a full address (street, city, etc.) input by the user, using the iPhone SDK 3.x?
7
votes
4answers
3k views
iPhone - access location information from a photo
Is it possible, in an iPhone app, to extract location information (geocode, I suppose it's called) from a photo taken with the iPhone camera?
If there is no API call to do it, is there any known way ...
7
votes
6answers
10k views
Geocode multiple addresses
I need to geocode around 200 addresses per request and do around 3,000 request per day. I will be doing this server side using PHP. I have looked at ...
6
votes
5answers
252 views
Learn GIS with Python
I've been wanting to learn GIS, I already know lots of python, so I've been looking for online free sources to learn GIS.
Anyone one out there knows any good information to start with? tutorials? ...
6
votes
4answers
2k views
IP address in rails
I have Rails 2.3.8, Ruby 1.8.7, Mongrel Web Server and MySQL database.
I need to find the IP address but I am facing problems. I am in the development mode.
I googled and found code, that its simple ...
6
votes
3answers
332 views
Retrieving population density data
I need to figure out whether not a given location is considered urban or rural. I take it that the best way to do this is by looking at the population density of the city/state or province/country ...
6
votes
4answers
2k views
Trilateration using 3 latitude and longitude points, and 3 distances
There exists an unknown target location (latitude and longitude co-ordinates). I have 3 latitude and longitude co-ordinate pairs and for each pair a distance in kilometers to the target location. How ...
6
votes
5answers
3k views
Picking the most accurate geocode
I'm using http://maps.google.com/maps/geo? web service to geocode some addresses.
The problem I have is that a fuller address doesn't necessarily give a more accurate geocode.
e.g passing in ...
6
votes
3answers
1k views
Looking for a free Geolocation Service (from Country/Prov/City) or Database?
I am looking for a free service (providing a web service or a database that gets updated regularly) that will allow me to retrieve the Geolocations (Long/Lat) for Country/Prov/City.
Yahoo & ...
6
votes
4answers
8k views
using jquery.getJson with Google's GeoCoding HTTP Service
Google offers a wonderful REST interface for geocoding and reverse geocoding an address. My API key is valid, and if I enter the request directly into the browser address it works great. However, the ...
6
votes
2answers
5k views
Google Maps Find Nearest Utilities
How can I find the nearest hospital/fire department or anything like that around a specific city/area?
If you go to maps.google.com, then you type "San Francisco", then type "hospital", you will see ...
6
votes
3answers
3k views
SQL query to calculate coordinate proximity
I'm using this formula to calculate the distance between entries in my (My)SQL database which have latitude and longitude fields in decimal format:
6371 * ACOS(SIN(RADIANS( %lat1% )) * SIN(RADIANS( ...
5
votes
4answers
421 views
package for geocoding (street location!) and next calculation of distance
EDIT: And package for not geographical distance between two lan-long points, but distance by car, or foot (like this http://code.google.com/intl/sk/apis/maps/documentation/directions/) Travel mode - ...
5
votes
2answers
1k views
Calculate 100 meter distance when the latitude and longitude is a known point
I want to know if it is possible to calculate a 100 meter distance around a given point with a known latitude and longitude. I have some coordinates in a MySQL database and want to know if a specific ...
5
votes
1answer
310 views
Weird Great Circle Distance calculation
I have some problems with a great circle distance calculation using a map.
Context: http://airports.palzkill.de/search/
The map is supposed to work as a great circle distance search map - you move ...
5
votes
2answers
354 views
US Address Validation (Zip+4)
I have a database that has a list of zip codes which has latitude, longitude, state, city, state fips code, time zone, etc. I'd like to extend this and write either a C# function or TSQL (SQL Server ...
5
votes
4answers
925 views
Is a point inside or outside a polygon which is on the surface of a globe
How do I determine if a point is inside or outside a polygon that lies on the the surface of the earth?
The inside of the polygon can be determined via the right hand rule, ie. the inside of the ...
5
votes
2answers
1k views
Loading city/state from SQL Server to Google Maps?
I'm trying to make a small application that takes a city & state and geocodes that address to a lat/long location. Right now I am utilizing Google Map's API, ColdFusion, and SQL Server. Basically ...
5
votes
2answers
3k views
Android: Nexus One - Geocoder causes IOException - works perfectly with other devices and emulator
The code below works perfectly for real devices running on 1.5, 1.6
and 2.0 as well as the emulator running on 2.1.
However, executing it
on the Nexus One (running 2.1) raises an IOException:
...
5
votes
2answers
961 views
distance between 2 postcodes
I am using Google Maps API to get the distance between 2 UK postcodes.
var yourPostcode = $("#YourPostcode").val();
var restaurantPostcode = $("#Postcode").val();
var point1 = ...
5
votes
3answers
935 views
Google geocoding service returns response for fake address
I'm using the google geocoding service to validate that a city name (plus region and country) that has been entered in our system exists, and to get the lat/long.
However, I'm finding that it seems ...
5
votes
6answers
9k views
Forward geocoding from the iPhone
Given that the mapkit doesn't provide forward geocoding functionality today, can anyone provide help on how I can i use a search bar to return a latitude and longitude coordinate from a user inputted ...
5
votes
3answers
984 views
Getting the Latitude and Longitude for areas outside the U.S
Can the API for Google Maps be used to retrieve the latitude and longitude for a given Postal Code or City+Region combination for foreign countries such as The United Kingdon, France, Italy, Japan, ...
5
votes
5answers
12k views
Google geocoding API (City => long, lat)
Does Google offer a RESTful API where I can pass it a city name (or zip) and it returns the longitude & latitude.
I know how to do this with using the Google Maps API, but I really don't want to ...
5
votes
6answers
499 views
Most efficient way for storing geolocations in a database
I know postgres has a datatype for storing geographical coordinates. But I'm looking for a RDBMS agnostic solution. Currently I'm using Decimal(25,20) in MySQL. I may be using this data to lookup ...