Tagged Questions
The spatial-index tag has no wiki summary.
16
votes
7answers
419 views
Approximate, incremental nearest-neighbour algorithm for moving bodies
Bounty
This question raises several issues. The bounty will go to an answer which addresses them holistically.
Here's a problem I've been playing with.
NOTE I'm especially interested in solutions ...
13
votes
2answers
264 views
Implementations of spatial indexes in Haskell?
Are there any good implementations of spatial indexes in Haskell such as R-tree, kd-tree, etc...
11
votes
2answers
789 views
Is there any documented free R-Tree implementation for .NET?
I found some open source R-Tree implementations in C#, but none with documentation nor signs of being used by someone else than the developer.
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 ...
4
votes
1answer
640 views
What is the R*-Tree algorithm?
Where can I find enough documentation to implement an R*-Tree? Specifically, I need to be able to:
Insert nodes
Remove nodes
Search for K nearest neighbours
Find all nearest neighbours within ...
4
votes
2answers
756 views
Benefits of nearest neighbor search with Morton-order?
While working on the simulation of particle interactions, I stumbled across grid indexing in Morton-order (Z-order)(Wikipedia link) which is regarded to provide an efficient nearest neighbor cell ...
4
votes
2answers
2k views
Selecting a good SQL Server 2008 spatial index with large polygons
I'm having some fun trying to pick a decent SQL Server 2008 spatial index setup for a data set I am dealing with.
The dataset is polygons, representing contours over the whole globe. There are ...
4
votes
5answers
1k views
Best Performance-Critical Algorithm for Solving Nearest Neighbor
We have a list of x,y pairs. Every pair represents a point on a 2D space. I want to find the closest point from this list, to a specific point xq,yq. What is the best performance-critical algorithm ...
3
votes
2answers
78 views
My spatial index in SQL Server is still requiring a lot of reads even on a very simple query. Why?
My trival query take 3 seconds to return and requires a ton of reads according to SQL Profiler. Why?
I have a table filled with 5,000,000 accounts that are all geocoded points. All of the accounts ...
3
votes
1answer
238 views
MySQL Spatial Data Type Indexing Performance Comparison
Would a MBR function query against an indexed column with geometry type containing points and polygons (GeomCollection type) be slower than a MBR function against an indexed column with a polygon ...
3
votes
3answers
2k views
Speeding up PostgreSQL query where data is between two dates
I have a large table (> 50m rows) which has some data with an ID and timestamp:
id, timestamp, data1, ..., dataN
...with a multi-column index on (id, timestamp).
I need to query the table to ...
3
votes
3answers
2k views
Know of any C# spatial data libraries?
I'm looking at implementing spatial queries in .NET without using SQL2008. The first requirement is to be able to create a (BTree styled) spatial index and be able to query it.
Although SQL 2008 ...
3
votes
1answer
321 views
Can I create a “Covering, Spatial” index in SQL Server 2008?
I currently have a site with a table that has Lat/Long float columns, and an index over those 2 columns plus another one I need to retrieve.
I'm constantly querying this table to get the rows that ...
2
votes
2answers
84 views
What are good ways to upload large amount of spatial data in Postgis?
I have a large amount of spatial data I need analyze and put into use in an application. Original data is represented in WKT format and I'm wrapping it into a INSERT SQL statements to upload the data.
...
2
votes
1answer
198 views
k nearest neighbors query in 3-space
I have a data set stored in database table that includes a position in 3-space. I need to retrieve the k nearest neighbors in an efficient manner. My datastore does not include native spacial ...
2
votes
1answer
196 views
Spatial Index/R Tree Support in Perl
Anyone got any good hints for working with an RTree in Perl? Either a pure RTree implementation which is performant or something I could hijack from a GIS project? Or would it be easier to use ...
2
votes
1answer
929 views
How to implement Spatial(Geo-Location) searching in Grails?
I am working on Grails 1.3.2 with MySql. I need to store the latitude and longitude of certain locations in the database and then on the basis of the user's current location, I need to return the ...
2
votes
1answer
588 views
What is a SPATIAL INDEX and when should I use it?
Like most of the average PHP web developers I use MySql as a RDBMS. MySql (as other RDBMS also) offers SPATIAL INDEX features, but I'm don't get it very well. I goole for it but I don't found clear ...
2
votes
2answers
325 views
What is an infinite scaleless quadtree called?
2D spatial indexing question:
What do you call a data structure that is essentially an infinite* quadtree whose nodes contain neither absolute coordinates nor absolute scales -- in which the ...
1
vote
1answer
37 views
2D Spatial Data Structure suitable for Flocking Boids in Java
I'm working on a flocking boids simulation just for fun, and I want to optimise it a bit.
The area that needs work is finding boids near a given boid. I figure that to do that some kind of spatial ...
1
vote
1answer
73 views
Which proximity function provides fastest and make use of spatial index in postGIS?
I am new to PostgreSQL / PostGIS. I am evaluating it to solve a simple algorithm : Try to find all points in a radius (meters). Here is my table :
=> \d+ theuser;
Table ...
1
vote
1answer
90 views
Using spatial index in mssql gets “Failed to open malformed assembly 'mscorlib'”
I'm having a bit of an issue with setting up a db in MSSQL where when I try to set up an index on a geography data typed column and it keeps spiting out an error of
Msg 6507, Level 16, State 2, Line ...
1
vote
3answers
112 views
What open source spatial index libraries exist?
I am looking for a spatial index library in C# that has to be able to index geometries (circles, polygons, polylines) as well as answer intersection questions. I found NetTopologySuite (NTS) and some ...
1
vote
0answers
62 views
How do I make my spatial index use a Level greater than HIGH?
My spatial geography index in SQL Server has the following level definitions.
HIGH LOW LOW LOW
The problem is that all of my points are in a city and thus all of my points are in a single cell at ...
1
vote
0answers
173 views
cycling through folders creating a spatial index
I've created a script to create a spatial index of all rasters and it worked fine when run in a single directory but when I tried to ammend it to run on subdirectories as part of an os.walk it started ...
1
vote
3answers
606 views
Spatial index/query (finding k nearest points)
I have +10k points (latitude, longitude) and I'm building an app that shows you the k nearest points to a user's location.
I think this is a very common problem and I don't want to reinvent the ...
1
vote
1answer
517 views
Spatial Index in MySQL - ERROR - Cannot get geometry object from data you send to the GEOMETRY field
I am new to the whole 'spatial index' thing, but it seems to be the best solution for filtering based on latitude/longitude. So I added a column to my table:
So I created a geometry field:
ALTER ...
1
vote
1answer
102 views
Are SPATIAL Geometry indices performannce dependant on the size and density of geometry shapes?
Spatial Indexes
Given a spatial index, is the index utility, that is to say the overall performance of the index, only as good as the overall geometrys.
For example, if I were to take a million ...
1
vote
1answer
241 views
SQL Server 2008 Spatial Index is not used
I have a column of type geography. I have created a a spatial index, but its not being used:
declare @geog geography
select @geog = 'POINT (18.12 -33.2)'
select *
from dbo.product ...
1
vote
0answers
179 views
What does SQL Server do for spatial data outside the bounding box of the index?
I read an article that says:
The (x-min,y-min) and (x-max,y-max)
coordinates determine the placement
and dimensions of the bounding box.
The space outside of the bounding box
is treated as ...
1
vote
2answers
677 views
How can I speed up this Sql Server Spatial query?
I have (what I think) is a simple Sql Server spatial query:
Grab all the USA States that exist inside some 4 sided polygon (ie. the viewport/bounding box of a web page's google/bing map)
SELECT ...
1
vote
3answers
373 views
Spatial Index for Rectangles With Fast Insert
I'm looking for a data structure that provides indexing for Rectangles. I need the insert algorithm to be as fast as possible since the rectangles will be moving around the screen (think of dragging a ...
0
votes
0answers
25 views
Spatial index for infinite sized shapes
Spatial structures like R-tree use bounding boxes to index shapes. But for infinite straight line, most likely, bounding box will be the whole space, so most of indexed infinite lines will be returned ...
0
votes
0answers
59 views
Error creating spatial Index in SQL Server due to ARITHABORT setting
I am using SQL Server 2008 (not R2) and trying to insert spatial coordinates into my database using Mapinfo software. The following error occured while uploading the data:
Could not create Spatial ...
0
votes
1answer
165 views
Spatial index is slow when trying to find all the points within a range of a geocode. How do I make this faster?
I've setup a spatial index on a table that has 1.3 million records in it that are all geocoded. These values are stored in a geography data type column. The problem I'm having is that when I query ...
0
votes
2answers
148 views
How do I create a spatial index in SQL Server Management Studio 2008?
I have a table with 3 columns, PrimaryKey(int), latitude(decimal 9,6) and longitude(decimal 9,6).
I've imported a live view into mapinfo 10.5 using its DBMS connection but can't seem to make the ...
0
votes
1answer
111 views
TRIGGER based on spatial data
I have a table called pano_raw that has 3 columns lat, lng, and latlng.
lat and lng are just decimals (10,3) and latlng is a spatial index of type POINT.
This is an example statement that would ...
0
votes
1answer
89 views
Complex MySQL join from old table to new
I have an old database named locations with a table inside named locations.
This table has 7 variables: id (int, index), approved(int), city(text), country(text), heading(double), lat(double), ...
0
votes
1answer
180 views
Spatial database, strange index behavior
So, my database has a Table with a Id of type BigInt and a Geometry of type Geometry. The Geometry field has a spatial index called idx_Geometry
The following query works as expected using the index:
...
0
votes
2answers
523 views
How can I specify this SQL Index Hint on my SQL Server 2008 query?
I'm not sure where/how I specify this SQL Spatial Index hint on my query :-
SELECT Whatever
FROM Table1 a
INNER JOIN Table2 b ON a.Id = b.Id
WHERE ...
0
votes
1answer
340 views
Way to improve performance in MySQL on POINT(lat, long)
I have an application that needs to query a table with latitude and longitude coordinates, which are stored using MYSQL's POINT datatype.
I have a stored function that finds nearby lats and longs ...
0
votes
1answer
130 views
Any spatial index support in the standard PostgreSQL installation?
I'm new to PostgreSQL.
For the default install of PostgreSQL (no extension like PostGIS),
if there's geographic fields defined in my table, then what kinds of index does PostgreSQL support?
I ...
0
votes
1answer
717 views
Spatial lucene simple query doesn't work?
does anyone have any experiences using the lucene's spatial search component (lucene 3.0)?
I tried a very simple example but could not get the search to return anything, see below for all the codes
...