Tagged Questions
Excerpt from http://www.chacha.com/question/what-does-geospatial-mean: Geospatial (adj) Definition: pertaining to the geographic location and characteristics of natural or constructed features and boundaries on, above, or below the earth's surface; esp. referring to data that is geographic and spatial in nature.
31
votes
1answer
4k views
Formulas to Calculate Geo Proximity
I need to implement a Geo proximity search in my application but I'm very confused regarding the correct formula to use. After some searches in the Web and in StackOverflow I found that the solutions ...
21
votes
6answers
7k views
Developing Geographic Thematic Maps with R
There are clearly a number of packages in R for all sorts of spatial analysis. That can by seen in the CRAN Task View: Analysis of Spatial Data. These packages are numerous and diverse, but all I want ...
16
votes
8answers
675 views
geospatial queries in javascript
I'm looking for a library in javascript that would allow me to make geospatial queries. I know about OpenLayers and GoogleMaps, but this two do not support things like union intersection and so on.
...
15
votes
9answers
4k views
Heightmap generation algorithm?
I was looking around the internet and couldn't find a perfect algorithm for this particular problem:
Our customer have a set of points and weight data along with each point as can be demonstrated by ...
13
votes
3answers
270 views
Geographic obstructions in radius searches
I am new here and points poor so I can only offer 50 pt bounty.
Suppose I have an application a search for all gas stations within 10 mile radius of a certain location. However one side of this ...
12
votes
5answers
3k views
Open alternatives to Google-maps?
I'm looking for an alternative to Google-maps with all the richness of their API but more open. Does such a thing exist?
10
votes
1answer
4k views
Lat/Lon + Distance + Heading --> Lat/Lon
So: I have the following function, adapted from a formula found online, which takes two lat/lon coordinates and finds the distance between them in miles (along a spherical Earth):
public static ...
9
votes
12answers
2k views
Which algorithm can efficiently find a set of points within a certain distance of a path?
Given a set of points s (a set of x,y coordinates) and a path that is made up of line segments joining a set of points l, describe an efficient algorithm that can be used to find a subset of points ...
8
votes
5answers
83 views
Geospatial Routing
I'm a logistics programmer, and I've been asked to figure out if a GPS point is "off route" where the route consists of a number of geospatial points (latitude,longitude).
What is the best algorithm ...
8
votes
2answers
382 views
Find all coordinates within a circle in geographic data in python
I've got millions of geographic points. For each one of these, I want to find all "neighboring points," i.e., all other points within some radius, say a few hundred meters.
There is a naive O(N^2) ...
8
votes
2answers
383 views
Find most recent & closest posts, limit 20
Let's say I have a bunch of posts (for a feed, like a Twitter/Facebook/foursquare feed) in MongoDB, and each post has a location & a timestamp.
What's the best way to get the most recent & ...
8
votes
2answers
165 views
What is the best way to efficiently calculate which points are close to a given lat/long using MySQL?
I'm trying to design a MySQL schema that can store a list of users with an associated latitude and longitude.
I would then, for a given user, like to build a query which can return the nearest 50 ...
8
votes
2answers
1k views
How can I extend this SQL query to find the k nearest neighbors?
I have a database full of two-dimensional data - points on a map. Each record has a field of the geometry type. What I need to be able to do is pass a point to a stored procedure which returns the k ...
8
votes
6answers
4k views
Algorithm for determining minimum bounding rectangle for collection of latitude/longitude coordinates
Is there an algorithm to determine the minimum bounding rectangle around a set of latitude/longitude coordinates?
It is OK to assume a flat earth since the coordinates will not be too far apart. ...
7
votes
1answer
402 views
Using MongoDB's Geospacial index with 3d data
I have a set of documents each of which contain a point in 3-space stored in a MongoDB collection. MongoDB currently has Geospatial Indexes only for 2-space. Is there a way of leveraging the ...
7
votes
2answers
514 views
Maxmind - Latitude & Longitude from Zip Code
I'm using Maxmind's free DAT file to calculate latitude and longitudes from IP addresses - that much works fine and was very straightforward to implement.
However, I've run into an issue where I ...
7
votes
3answers
6k views
Is there an API for openstreetmap?
I wonder if there is any API I could query OSM data through, for example; Are (lon_1, lat_1) at land or at sea? Or could it be possible to get an island as a well-defined polygon? The only usage I've ...
7
votes
4answers
2k views
How to look up elevation data by lat/lng
I am planning an app that will need the ability to look up the elevation of geographic points by lat/lng. Ideally I would like something that would work worldwide, but US-only would also suffice. I ...
7
votes
2answers
955 views
Does PostgreSQL implement Geospatial relationship queries?
My company is looking at different database providers, and how they implement Geospatial queries to get distances from a Lat/Long for a number of records.
We are going to investigate PostgreSQL as a ...
7
votes
9answers
2k views
How can I do efficient range searching + counting with latitude/longitude data?
I'm working with a large set of points represented by latitude/longitude pairs (the points are not necessarily unique, there could be several points in the set that are at the same location). The ...
7
votes
5answers
6k views
Geospatial coordinates and distance in kilometers… (updated again)
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 ...
6
votes
2answers
182 views
Joins on spatial mysql indexes
I have two tables: one with points, the other with polys.
CREATE TABLE `points` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`point` point NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM;
...
6
votes
4answers
204 views
What would a minimal example for a choropleth map in Mathematica look like?
What would a minimal example for a choropleth map in Mathematica look like?
I can read in a ESRI Shapefile using Import, but do not know how to work with the imported result.
6
votes
3answers
133 views
Geospatial data in SQL
I have been experimenting with geography datatype lately and just love it. But I can't decide should i convert from my current schema, that stores latitude and longitude in two separate numeric(9,5) ...
6
votes
5answers
253 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
3answers
835 views
PHP MySql and geolocation
I am writing a site that basically looks for places within a 25 mile radius of a lat and long using php and mysql.
I am wondering how something like this would work?
I would pass a lat and long to ...
6
votes
6answers
1k views
Why are my spatial searches slower in SQL Server than PostGIS?
I'm working on moving some spatial searching capabilities from Postgres with PostGIS to SQL Server and I'm seeing some pretty terrible performance, even with indexes.
My data is around a million ...
6
votes
1answer
3k views
reading and plotting an esri shape file in R
I'm having difficulties reading in a .shp (esri shape file) into R. I have tried several options in R, and tried to convert the shape file in ArcMap to something that correctly reads in the shape file ...
6
votes
3answers
3k views
SQL 2008 geography & geometry - which to use?
I'm creating a Google map mashup and am using SQL 2008.
I will have a large number of points on the earth and will want to perform various calculations on them in SQL - such as selecting all points ...
6
votes
4answers
3k views
How to calculate distance from a point to a line segment, on a sphere?
I have a line segment (great circle part) on earth. The line segment is defined by the coordinates of its ends. Obviously, two points define two line segments, so assume I am interested in the shorter ...
6
votes
4answers
3k views
Taking altitude into account when calculating geodesic distance
i´m currently dealing with gps data combined with precise altitude measurement.
I want to calculate the distance between two consecuting points. There is a lot
of information out there about ...
6
votes
3answers
863 views
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, when sevral of the ...
5
votes
3answers
35 views
Python module for storing and querying geographical coordinates
Is there a Python module where I can create objects with a geographical location coordinate (latitude and longitude), and query all the objects for ones which are within a 5km distance (i.e. radius) ...
5
votes
3answers
69 views
find latitude and longitude using distance
I want to find Latitude, for example
Point A = (18.5204303,73.8567437)
Point B = (x,73.8567437)
Distance =20KM(Kilometers)
I need to find the latitude(x) of Point B, that is 20 KM from point ...
5
votes
3answers
140 views
algorithm to get US zip codes from gis x,y coordinates
I have a database of many tens of thousands of events that occurred at specific geographic locations within the United States. The data include x,y coodinates for each event, encoded using the NAD83 ...
5
votes
1answer
122 views
Good features of paths for machine learning
I'm looking into ML problems (mostly density estimation and anomaly detection) with paths made up of coordinates (GPS). Other than the coordinates themselves and deltas (changes between adjacent ...
5
votes
2answers
2k views
Storing Lat Lng values in MySQL using Spatial Point Type
Tech used: MySQL 5.1 and PHP 5.3
I am just designing a new database for a site I am writing. I am looking at the best way of now storing Lat and Lng values.
In the past I have been using DECIMAL ...
5
votes
2answers
699 views
How can I write a GEOTIFF in Java?
I want to write a GEOTIFF, with all the geographic metadata in Java. Which library etc. works best for this purpose?
5
votes
1answer
968 views
Why can't I insert into MySQL?
+---------+---------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------+---------+------+-----+---------+----------------+
| id | ...
5
votes
1answer
521 views
GeoDjango, difference between dwithin and distance_lt?
Using geoDjango, what is the difference between
myObj.objects.filter(point__dwithin(...etc.))
and
myObj.objects.filter(point__distance_lt(...etc.))
?
Are they the same thing, or are they ...
5
votes
3answers
412 views
Spatial SQL: Most suitable datatype for a square?
I have a spatially enabled database (DB2, in this case). I need to store a large number of squares in a table. Which standard spatial SQL datatype is most suitable?
I guess I could use an ST_polygon, ...
5
votes
5answers
1k views
How can I find if a lat long coordinate is valid in a coordinate system?
If I have a point in latitude/longitude and I want to find out if it is a valid for use within a particular coordinate system, how can I do it?
As an example. Say I am working in Swiss Grid (CH 1903, ...
5
votes
2answers
1k views
A reverse of Haversine formula for MySQL?
In my DB i store a center point, along with a radius (in meters).
I'm looking to pass in a lat/lng, and then have the mysql values i've stored create a circle to tell me if my point i passed in is ...
5
votes
5answers
694 views
Are all SQL Geospatial implementations database specific?
My team is looking into geospatial features offered by different database platforms.
Are all of the implementations database specific, or is there a ANSI SQL standard, or similar type of standard, ...
5
votes
5answers
794 views
looking for good geospatial library
What's a good library for geospatial functions? I mean things like
distance between two points on the globe
coordinates of a circle of a given radius from a particular point
etc.
Bonus if there's ...
4
votes
1answer
106 views
Calculate pixel values from latitude/longitude coordinates (using matplotlib Basemap)
I need to convert map coordinates into pixels (in order to make a clickable map in html).
Here is a sample map (made using the Basemap package from matplotlib). I have put some labels on it and ...
4
votes
1answer
86 views
MongoDB geospatial query with $not
I have a basic geospatial query working well in MongoDB. It seems that it should be easy to apply $not to get the complement... but it's not working for me. Is it simple user error? Or can MongoDB not ...
4
votes
2answers
269 views
Simple latitude/longitude + integer database?
Is there a fast, persistent database for storing a latitude, longitude, and integer value for quick geo-spacial lookups?
The idea is that I have lots of ID's of different things and I want to search ...
4
votes
5answers
205 views
Java double vs BigDecimal for latitude/longtitude
When storing latitudes/longtitudes which are typically of the format: 44.087585 (i.e. max 2 numbers before the dot and 6dp) do I need to bother with bigdecimals?
4
votes
1answer
232 views
Google App Engine Geo Query
query = db.GqlQuery("SELECT * FROM Place
WHERE location >= :1 AND
location <= :2",
db.GeoPt(lat=minLat, lon=minLon),
...