Spatial data types store geometric data, that is data related to an object's position in space.
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-serverI am currently struggling with deployment problems caused by Microsoft.SqlServer.Types and its associated unmanaged library, SqlServerSpatial110.dll - …
sql-server dll spatial gacI'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-indexI 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 ggmapI'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-circleI'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 contourI 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