Top "Spatial" questions

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

SQL Server spatial and linked servers

I have a SQL Server instance that I've added a linked server to another SQL instance. The table I'm accessing …

sql-server sql-server-2008 spatial linked-server
java.lang.ClassCastException: org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6 cannot be cast

Application Version: JBoss 7.0.0, Oracle 11g (ojdbc6.jar) and JDK 6 version I have a problem when I am trying to insert …

java jboss oracle11g spatial jdk1.6
convert matrix to raster in R

I have a matrix data with spatial coordinates and one variable. The spatial resolution is 1000 meters. > str(dat1) > …

r matrix spatial raster
Microsoft.SqlServer.Types.dll in the Global Assembly Cache?

I am currently struggling with deployment problems caused by Microsoft.SqlServer.Types and its associated unmanaged library, SqlServerSpatial110.dll - …

sql-server dll spatial gac
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 …

sql sql-server-2008 indexing spatial spatial-index
Determining the distance between two ZIP codes (alternatives to mapdist)

I want to calculate the distance between approx. 100,000 different ZIP codes. I know about the mapdist function in the ggmap …

r google-maps-api-3 geospatial spatial ggmap
Need a standalone Java library for performing spatial calculations on lat/lon data

I'm looking for a Java library that is capable of performing spatial calculations on sets of lat/lon data. Here …

java geospatial polygon spatial great-circle
Python: find contour lines from matplotlib.pyplot.contour()

I'm trying to find (but not draw!) contour lines for some data: from pprint import pprint import matplotlib.pyplot z = [[0.350087, 0.0590954, 0.002165], [0.144522, 0.885409, 0.378515], [0.027956, 0.777996, 0.602663], [0.138367, 0.182499, 0.460879], [0.357434, 0.297271, 0.587715]] …

python numpy matplotlib spatial contour
spatial clustering in R (simple example)

I have this simple data.frame lat<-c(1,2,3,10,11,12,20,21,22,23) lon<-c(5,6,7,30,31,32,50,51,52,53) data=data.frame(lat,lon) The idea is …

r geospatial spatial hierarchical-clustering
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 …

sql geometry spatial geography