Skip to main content
Filter by
Sorted by
Tagged with
3 votes
3 answers
1k views

I'm sure this is publicly available somewhere but my google-fu has failed me. What I'd like to do is download the most accurate lat/long/alt data available for the world. This can exclude oceanic ...
Keith Fitzgerald's user avatar
1 vote
3 answers
1k views

How can I determine if location information returned by CLLocationManager is valid?
Mustafa's user avatar
  • 20.6k
1 vote
2 answers
241 views

I saw the Apple keynote address and was very impressed by the new Places functionality that's been added to iPhoto '09. In short, it takes the geocode information from a photo and translates it into a ...
bpapa's user avatar
  • 21.6k
1 vote
2 answers
738 views

I'm trying to write a simple GPS based application for my BB 8800 (with Airtel, India). But for some reason my code getLocation(timeout) always returns with a non-valid location (only after timing ...
technomancer's user avatar
2 votes
3 answers
2k views

Is there a way to programmatically list all geo-tagged Wikipedia entries within a radius of a long/lat point? I'm thinking this is possible with the google maps API but I am interested in any method. ...
Joe Cannatti's user avatar
  • 5,109
209 votes
19 answers
515k views

I want to retrieve information like the city, state, and country of a visitor from their IP address, so that I can customize my web page according to their location. Is there a good and reliable way ...
user avatar
14 votes
5 answers
23k views

This is a followup to this question. I seem to be stuck on this. Basically, I need to be able to convert back and forth to referring to coordinates either in the standard degree system OR by ...
DanM's user avatar
  • 7,217
8 votes
3 answers
3k views

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 "m"?
user avatar
447 votes
32 answers
559k views

How do I calculate distance between two GPS coordinates (using latitude and longitude)?
nicudotro's user avatar
  • 7,279
2 votes
2 answers
780 views

I need to use one logical PGM based multicast address in application while enable such application "seamlessly" running across several different geo-locations (i.e. think US/Europe/Australia). ...
Libor's user avatar
  • 105
6 votes
6 answers
18k views

I'm writing a mapping application that I am writing in python and I need to get the lat/lon centroid of N points. Say I have two locations a.lat = 101 a.lon = 230 b.lat = 146 b.lon = 200 Getting the ...
chews's user avatar
  • 2,669
10 votes
5 answers
5k views

In dopplr [http://www.dopplr.com] there is an option to fill the city of travel and the site will automatically find the city around the world. Is there any web service or database for such a city ...
suhair's user avatar
  • 11k
7 votes
6 answers
8k views

I don't want to have the user install Google Gears so I can show him his guessed location. Is there a way to get the location without having to use Google Gears? I have found http://www.wipmania.com/...
Thomaschaaf's user avatar
  • 18.2k
35 votes
6 answers
61k views

I once read about an open source database for postal codes with geolocation data but now I can't remember its name. Can someone help?
suhair's user avatar
  • 11k
7 votes
6 answers
5k views

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 ...
Vasil's user avatar
  • 38.5k
7 votes
1 answer
3k views

I am the owner of a business that is building a new website application. My partner is the programmer who is doing the development and neither one of us has any real in-depth experience with Google ...
user avatar
4 votes
6 answers
8k views

I'm working on a project that contains Thomas Brothers Map page and grid numbers. Is there a way to programatically convert from this map page to a latitude & longitude? An Example would be for ...
Michael McCarty's user avatar
3 votes
5 answers
4k views

We basically have 2 sites ( Java /JSP / Apache Webserver) : something.ca & something.com The .ca is canadian content, and the .com is american content. We need users to be redirected based on ...
bluegene's user avatar
  • 5,797
0 votes
1 answer
1k views

I need to hit a website through a state specific IP Address. Any suggestions on how to do this?
user avatar
2 votes
3 answers
322 views

For a web app I'm working on, I need to know the lat/lon of about 300 US cities. I also need to know the lat/lon for every US zip code. Does anyone know of a free source to get this information?
Greg's user avatar
  • 47.5k
40 votes
9 answers
56k views

Does anyone know whether the iPhone supports or will soon support the W3C Geolocation specification? I'm looking to build an app for mobile users, but rather than spend the time developing apps for ...
Codebeef's user avatar
  • 44.1k
4 votes
6 answers
6k views

We are implementing an IP based geolocation service, and we need to find some IP's from various markets (LA, NY etc) to fully test the service. Does anybody know of a directory where we could find ...
FlySwat's user avatar
  • 176k
1 vote
3 answers
1k views

I am working on integrating geolocation services into a website and the best source of data I've found so far is MaxMind's GeoIP API with GeoLite City data. Even this data seems to often be ...
John's user avatar
  • 15.4k
29 votes
5 answers
71k views

Does anyone know of a way, in Java, to convert an earth surface position from lat, lon to UTM (say in WGS84)? I'm currently looking at Geotools but unfortunately the solution is not obvious.
Steve Kuo's user avatar
  • 63.3k
11 votes
6 answers
19k views

In there an easy way to do this in PHP. I want to make sure that only web requests from certain countries are able to access my website. Any ideas?
Brian G's user avatar
  • 55.2k
76 votes
12 answers
99k views

Supposedly, it is possible to get this from Google Maps or some such service. (US addresses only is not good enough.)
Ola Eldøy's user avatar
  • 5,986
12 votes
8 answers
11k views

I'd like to implement a way to display a list of stored addresses sorted by proximity to a given address. Addresses in the list will be stored in a database table. Separate parts have separate ...
Sean Hanley's user avatar
  • 5,757
1 vote
5 answers
2k views

I have a variety of time-series data stored on a more-or-less georeferenced grid, e.g. one value per 0.2 degrees of latitude and longitude. Currently the data are stored in text files, so at day-of-...
user avatar

1
242 243 244 245
246