Spatial data types store geometric data, that is data related to an object's position in space.
If I had both SQL Server 2008 and SQL Server 2012 installed locally, I would simply try this for myself; however I …
sql-server-2008 sql-server-2012 spatial backwards-compatibility sqlgeometryI have a SpatialPolygonsDataFrame that I plot using the following command: spplot(milanoNILNew, "percPolVita",at = c(0,0.0696,0.08979,0.0974,0.1116,0.181),col.regions =pal,main="…
r spatial rgdalMaybe I'm missing something. I have a sql server column of the "Geography" datatype. I want to use the DbGeography …
sql-server c#-4.0 gis geospatial spatialIn MySQL I have a a database with around 100 tables. They all contain a column called ´shape´, this is a …
mysql spatial sridI want to store latitude and longitude values of places in a mysql database table. With the future in mind …
mysql spatial latitude-longitudeFrom the outset, collision detection feels like it is an O(n^2) problem. You have a bunch of objects and …
data-structures collision-detection spatial broad-phaseGiven a lat/lon representing a South West point and a lat/lon representing a North East point When I …
sql sql-server polygon spatial geographyIn R, I have single SpatialPolygons object (i.e. multi-polygons) containing several hundred polygons. I would like to split this …
r spatial polygons