Tagged Questions

0
votes
1answer
50 views

CakePHP putting quotes around function name in WHERE clause

I'm using various functions from the earthdistance module in PostgreSQL, one of those being ll_to_earth. Given a latitude/longitude combination, I'm trying to retrieve the nearest …
17
votes
11answers
1k 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.)
1
vote
1answer
73 views

Search/Queries in Collections (Java)

I've created many Geodata objects (name,postalCode,lat,lon). Now I want to put them into a collection to search for different entries later. Everything should happen objectOrient …
0
votes
1answer
65 views

detect geode, fire eagle, or google gear installed on browser

is there any demo on how to detect geode ,fire eagle, google gear installed on user browsers and get user location?
0
votes
1answer
28 views

Full region name geodata, where to find?

Hey all, I used MindData's free database for blocks and location data, and then found a free table for full country names (all 249 countries, excluding the 5 disputed ones). My iss …
0
votes
3answers
165 views

All Countries States Cities and Zipcodes in a Application

Is there a way getting all countries, states,cities zipcodes/ in one single database. I have been looking all over. I discovered geonames.org, which has I guess all of the conten …
6
votes
9answers
8k views

calculate distance between 2 gps coordinates

How do I calculate distance between two gps coordinates (lang,long)
6
votes
4answers
917 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.
0
votes
2answers
182 views

Building density maps with large geocoded datasets?

I have a data set with over 50,000 geocoded points (lat-long). Each point has a set of data associated with it -- things like quality, status, etc. I'd like to make a set of dens …
5
votes
2answers
327 views

In SqlServer 2008, how would I generalize multiple adjacent polygons?

When you have a table with a Geometry type field (or Geography), you can call the Reduce() function to have the shapes reduced in number of vertices. Works very nicely. However, wh …
5
votes
2answers
226 views

Where can I find a map control for Delphi?

I am trying to build an option in a application that let user see a map. This map must be editable, and tag enabled. It should also be possible to see sub regions in different colo …
1
vote
4answers
261 views

Where is the best place to download accurate lat/long/alt data?

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 …
2
votes
3answers
112 views

Simple Geographic Data Sources for a Web App

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 t …
0
votes
5answers
188 views

What’s a good way to store raster data?

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 fi …