Spatial data types store geometric data, that is data related to an object's position in space.

learn more… | top users | synonyms

-2
votes
0answers
7 views

Gabor filter AM FM Response [closed]

In a 2D Gabor Filter, There is a correspondence like: Increasing/Decreasing the amplitude -> something changes to the spatial response & the frequency response Increasing/Decreasing the ...
0
votes
1answer
34 views

How can I get around memory problems in R?

I'm applying the function image(cp) to gps data but when I do so it throws up the following error Error in image(as(x, "SpatialGridDataFrame"), ...) : error in evaluating the argument 'x' in ...
0
votes
1answer
11 views

Mysql select where polygon contains point always false

I have tried various functions like MBRWithin, MBRContains, Intersects, Contains (all of them found in a plenty of posts around here) but no luck yet. This is the simplified query: SELECT * FROM ...
0
votes
1answer
29 views

Saving spatial data in CakePHP

I have a problem saving spatial data in CakePHP with saveAll(). I really dont want to write the query manually (Handling spatial data in CakePHP) because there are number of models being saved. Also ...
0
votes
1answer
26 views

is there something like dbgeometry makevalid in .net 4.5

I'm trying to calculate area of polyline like that string poly = "POLYGON ((637604.918432772 2230520.64934531, 637622.257266129 2230419.44632915, 637279.107128549 2230192.04910755, ...
0
votes
0answers
17 views

Switched From EF 5 to EF 6 Alpha 3 - Now DbGeography does not work

I have this in my Domain public DbGeography Location { get; set; } and this in my mapping this.Property(t => t.Location); Now in my mapping file I get an error on the above line Error 1 ...
1
vote
0answers
42 views

Finding nearest latitude longitude points query in MySQL not working

I used the answer here to setup my query: http://stackoverflow.com/a/1006668/211457 I'm running this query: SELECT * FROM users WHERE MBRContains(LineFromText(CONCAT( '(' , ...
0
votes
0answers
23 views

JPA have a single MySql myISAM table

i am using JPA with my application (playframework 1.2.4) with MySql so far so good all worked with InnoDB very well . until i wanted to add Spatial support to my DB/Application. i noticed that ...
0
votes
2answers
44 views

User Spatial Point column OR not in MySQL for Performance

I am using MySQL in my application to store a list of cities. each long/lat represent the center of the city. I want to be able to pull all cities that are close to a specific city by the distance of ...
0
votes
1answer
20 views

Row / column vs linear indexing speed (spatial locality)

Related question: This one I am using a spatial grid which can potentially get big (10^6 nodes) or even bigger. I will regularly have to perform displacement operations (like a particle from a node ...
0
votes
1answer
38 views

Solr 4 Spatial Search polygon vs polygon search with distance parameter

Is there a way to search for a polygon in X distance to indexed polygons? I already have indexed polygons and multipolygons in SOLR 4.2.1 index with a field type <fieldType name="location_rpt" ...
0
votes
1answer
74 views

Why does R think the projection data are different?

I'm working with satellite tracked animals and have a load of relocation data. So I have my map data and relocations as SpatialPointsDataFrames and when I ask if ...
0
votes
0answers
34 views

Closest matching on multiple axis (k-d tree implementation)

I've got a number that has eight sets of numbers (Axis 1, Axis 2,...Axis 8) that each range from 0-100. Its similar to a (x,y) coordinate, except that it has eight axes (x,y,z,a,b,c,d,e). I want to ...
0
votes
2answers
29 views

Touch function in postgre sql with postgis

I have posgresql installed with postgis, I try to run the following in postgresql: SELECT N1.edname AS "Borders Royal Exchange A" FROM eds_census2011 N1, eds_census2011 N2 WHERE Touch(N1.the_geom, ...
1
vote
0answers
29 views

Counting the number of datapoints within a Euclidean distance MS SQL

Have 2 data sets list of 300 geocordinates list of over 2million geocordinates For each entry in list 1, I am trying to count the number of entries from list 2 that lie within 5 mile radius. I've ...
1
vote
1answer
36 views

Bounding Box for Polygon

I have around 40,000 polygons stored as geometry in my table. Now I want to create spatial index on that geometry column. While creating spatial Index it is asking me for Bounding box values. Can you ...
0
votes
0answers
18 views

Nest Query Result Geometry In STIntersection()

This works, returning the intersection of the 2 geometries: declare @g geometry; select @g = geometry::UnionAggregate(A.feature_shape) from dbo.HRA_RES A join dbo.ZIPCODE_BOUNDS B on ...
0
votes
0answers
29 views

Can't build neo4j/spatial

Running: git clone git://github.com/neo4j/spatial.git cd spatial mvn clean compile yields the following error: [ERROR] Failed to execute goal ...
0
votes
1answer
19 views

How do I deal with brightness rescaling after FFT'ing and spatially filtering images?

Louise here. I've recently started experimenting with Fourier transforming images and spatially filtering them. For example, here's one of a fireplace, high-pass filtered to remove everything above ...
1
vote
0answers
40 views

Import ORACLE SDO_GEOMETRY to SQL Server Geometry

I'm building a service which selects a number of geometries from a system that stores its geometries in an Oracle 10g, and then save a copy of those into a SQL Server database for use by another ...
0
votes
1answer
64 views

Hibernate-Spatial Query for Points within an area

Dear stackoverflow readers, I'm currently working on an application that has the requirement to load specific items based on its coordinates. Example: I want all shops from coordinates x or within 15 ...
1
vote
1answer
40 views

How to calculate the closest co-ordinates to a given point from a client on server side

I have a user current location and a radius which I send to server. I want server to return only locations inside a given radius. (I am not sure how many locations I will have in server's DB) ...
0
votes
0answers
7 views

Reciprocal spatial distance

I have applied sift on one image to find out which part of the image is the same as another part in case of copy-paste. Then If assign each SIFT key point to a cluster, how I can compute all the ...
0
votes
2answers
87 views

How to convert .shp file into .csv in R?

I want to to convert two .shp files into one database that would allow me to draw the maps together. Also, is there a way to convert .shp files into .csv files? I want to be able to personalize and ...
0
votes
0answers
53 views

Convert geography to geometry SQL Server 2008R2

Hello, i have the following code in SQL Server, why if i want to calculate the sTArea of @geog fails and with @geom succeed?, how can i convert this polygon from geometry to geography datatype ...
0
votes
1answer
41 views

Overlay SpatialPointsDataFrame and a SpatialPolygonsDataFrame when the number of rows is unequal [closed]

I am wondering if this is possible in R. I have a SpatialPointsDataFrame, which includes points that have attributes assigned to them. I want to overlay this SpatialPointsDataFrame with a ...
2
votes
2answers
58 views

Eloquently change many raster cell values in R

I have a Landfire Existing Vegetation dataset (http://www.landfire.gov/), which I have projected and cropped to my study site. The raster has ~12,000,000 cells. The cell values represent a ...
3
votes
1answer
81 views

Converting between SpatialPolygons* and map objects

I'm trying to make use of ProportionalSymbolMap map as defined in this JSS paper. In order to plot proportional symbols I first need an object of map class. The methods I normally use however return ...
0
votes
0answers
36 views

neo4j spatial search for node with desired property

I'm developing a Java application and I'm using Neo4J spatial. The Spatial searches work perfectly. I need a way to search a node depending on property value. When I insert a new ...
0
votes
0answers
18 views

Creating connectivity data from spatial data

I have some spatial data, of which I will try to describe the relevant aspects: A LineSegment table, which contains information on cables, including Area ID (approx 4 million rows) A Location table, ...
0
votes
1answer
65 views

In R, how do I merge and subset SpatialPolygonsDataFrame?

I'm trying to figure out my way on how to perform (so easy in GIS) operations in R. Let's take some example polygon data set from spdep package library("spdep") c <- ...
0
votes
1answer
36 views

Entity framework 5 spatial query

I'm using Entity Framework 5 Code First and have a database with location (DbGeography) of some persons. The database also contains a list of objects with a location (also DbGeography of course). The ...
4
votes
1answer
109 views

Spatial matching of big datasets

I have a dataset with about 100000 points and another dataset with roughly 3000 polygons. For each of the points I need to find the nearest polygon (spatial match). Points inside a polygon should ...
0
votes
0answers
84 views

Efficiency, Performance, and Effectiveness of Image Sharpening in Spatial and Frequency domain

My question has 2 parts, First part, is there a MATLAB function that generates a frequnecy domain mask that sharpens the edges of an image? Or do I have to create the mask in the spatial domain using ...
1
vote
1answer
90 views

Mapping spatial Distributions in R

My data set includes 17 stations and for each station there are 24 hourly temperature values. I would like to map each stations value in each hour and doing so for all the hours. What I want to do is ...
0
votes
0answers
36 views

How to determine correlation between two spatial databases?

I need to perform some tests and verifications on spatial databases and/or datasets. I need for example to analyze two databases and then determine if there is enough correlation between both. My main ...
1
vote
1answer
26 views

BlackBerry Spatial Database

I'm trying to create a BlackBerry app with my own geospatial database. The app shouldn't use online services, so the database should be inside the app. I just have some polygons and asking the ...
0
votes
1answer
46 views

SQL syntax error in creating spatial network

I am trying to create a spatial network from a shapefile (representing street centrelines) imported into an Oracle DB with FME Desktop. The 'CENTRELINES' spatial object contains a GEOM column that I'd ...
0
votes
1answer
25 views

r* tree reinsert

how does the reinsert works? When i select entries to reinsert, i run again insert algorithm? So reinserted entries can be anywhere in the tree? Or these entries can be only in siblings leafs, in ...
0
votes
1answer
42 views

Oracle Spatial : Find the neighboring buildings

I'm creating an application which finds the neighboring buildings/ hydrants of a building on fire. I've created the tables: CREATE TABLE building ( buildingno VARCHAR(40) PRIMARY KEY , ...
0
votes
0answers
29 views

Moran.I test for qualitative data R, ape package

In R, package ape Moran.I will test distance matrix against continous data. I am wondering if you heard about similiar test that would test distance matrix against qualitative data? Apparantly that ...
1
vote
0answers
9 views

STIDF time interval

I m trying to convert a spatial point data into STI c2168.st <- STIDF(sp, time = c2168$date, data = c2168[,c("id","date")]) Warning message: In STI(sp, time) : STI(): setting timeIsInterval to ...
2
votes
1answer
156 views

lucene.net 3.0.3 indexing spatial too slow

I have recently upgraded my search code from lucene.net 2.9.4 to 3.0.3. I have noticed a change in the spatial packages and have updated my code accordingly. One drawback from the upgrade that I ...
0
votes
1answer
93 views

Scipy.Spatial.KDTree.query - large dataset issues

I am playing with the KDQuery function in SciPy.Spatial. I have an issue once my data sizes get really large. I realize that the algorithm is not necessarily designed to be efficient for large ...
1
vote
0answers
108 views

spatial data updating of an indoor map

My project is to develop an indoor navigation application for a shopping center.I have decided to use blue-tooth technology to locate the shelves in the store. The problem i have is how to create ...
0
votes
1answer
100 views

Inserting coordinates into MySQL - PolyFromText SQL syntax error / returning null

I'm trying to insert geographic coordinates of a polygon into my MySQL database. I have a field named polygon of type POLYGON, and I've tried running all of these queries but continue to get SQL ...
0
votes
0answers
19 views

Pixel Based Time Zone Determination [closed]

Anselm Hook, used the Olson data shapes to create a projection map in which each pixel in the map uses its (9-bit) color to represent the Olson timezone. (Each each pixel apparently works out to ...
0
votes
1answer
101 views

SQL Server Spatial Query: where condition behaving «oddly»

I've realized this «silly» spatial query to find all the points that lie 5Km far form a center. Source table holds +150K rows. Here the query: DECLARE @position geography = ...
1
vote
2answers
174 views

MySQL Spatial CONTAINS shows wrong result

I have a strange behavior of MySQL spatial search. I have created a polygon in a GEOM field (Portugal bounds), then I am trying to find a point inside -- it is found ok. The next try is to find a ...
0
votes
1answer
131 views

MySQL SPATIAL extension and PHP

I am need help.. How can i use spatial data with php.. I uploaded shape(esri geo) file to mysql as spatial data. and now i cant find any usefull information for get this data and echo it... Can your ...

1 2 3 4 5 11