geographical-information

What are some approaches to accessing geographical data on a local network?

I'm currently writing a geographical web application. Obviously it needs access to some geographical data, like terrain elevation and the location of roads. The twist is that the application must be able to work disconnected from the internet - i.e. getting its GIS data from a server on the local network. I'm assuming that I can't use t...

Database of the world's major cities

Do you know where I can get a free database on major cities of the world? Something along the lines of http://geodatasource.com/world-major-cities.html but $400 cheaper. ...

Detect my geographic location

hi. i noticed that some websites and some iPhone apps can detect my current geographic location.. i mean the exact latitude and longitude. how can i integrate these feature in my web application. are there any free open source library that can be used to accomplish this task? thank you. ...

Geographical boundaries of states/provinces -> Google Maps Polygon

Hi all, I'm building a web application that is going to dynamically highlight certain U.S. states and Canadian provinces on a Google Map, based on buttons and click events. Plan A) Polygons My primary idea for this was to draw Polygons. For this I need lists of coordinates (latitude + longitude) of all state and province outlines (clo...

How to set geographical coordinates on pictures for Google Android ?

Hi, I'm currently developping an application to manage my pictures on an Android phone. I developped an algorithm to classify the pictures based on the geographical coordinates (latitude, longitude) of each photo. To test my application on the android emulator in Eclipse, I manually imported a bunch of photos from my computer to the SD...

How to present geographical and other data on the web

I've got a table that I'd like to present. However, a lot the information in it is only useful in aggregated or visual form. For example, the country column it itself is boring, but a aggregating all the entries of a country would be really useful. Coordinates are in there as well, so any solution should be able to present stuff on a map...

Representing geographical points/polygons in Python/Django

I'm building a website in Django, and I want one of my datatypes to be a geographical polygon. I want to mark points on a map (say, in Google Maps) and then store the resulting polygon in the database. Is there any way to do it that will save me the work of typing all the longitudes and latitudes manually? I guess I'm looking both for...

how to get geographical location from co-ordinates using jde 4.5

Hi, How can I get the geographical location (Address) from the co-ordinates in Blackberry jde 4.5. Thanks and regards, Vivek Birdi. ...

What data should I use to create an autofill "destination" field like Facebook or the Trip Advisor search field

In order to create a “destination” auto filter input field on our website, I need a data source that provides a hierarchical data set of Region, Country, County/State, City and Town (plus an area like the Peak District National Park if at all possible) I know sites like Trip Advisor and Facebook seem to have very robust datasets for th...

SQLite : finding a function's minimum values

Hi folks ! I have those tables Node (#id, route_id, lat, lng) Route(#id) And I have four input values : $lat1, $lng1, $lat2, $lng2, which represent 2 GPS coordinates GPS1 and GPS2. I also have a distance function that I added to the database : distance( lat1, lng1, lat2, lng2) What I am looking for is the request that will give me ...

countouring two xyz files

i have two spatial xyz file with different resolution how can i contour a composition of both files i like working with R or open source geographical systems like GMT if u know of a different way of solving this i would be glad to listen ...

GIS mapping tool on detailed scale

Hi all, I'm looking for good GIS solutions that work on a relatively smaller, detailed scale. Specifically, I was wondering what APIs or toolkits are available for mapping out spaces in a building (like rooms, hallways, shelves). This need not be a 3D solution, like one might envisage for architectural CAD-type drawings. Something relat...

Weird output in bearing between two coordinate calculation

I have a method that that is suppose to calculate the bearing between two geographic coordinates (in 40.7486, -73.9864 example format). I am however, having an issue where the heading that it calculates is different from the heading I calculate using a tried and tested application. For example, the initial bearing between of the follow...