Spatial data types store geometric data, that is data related to an object's position in space.
Has any of you had any experience with using NoSQL (non-relational) databases to store spatial data? Are there any potential …
gis nosql spatial spatialiteI have 2 tables one with points as geographies and other with polygons as geographies. I am able to find which …
sql join spatialJust to clarify up-front: I'm talking about unioning geometry, not the SQL keyword UNION. I'm trying to move some spatial …
sql sql-server-2008 spatialPostgreSQL supports a variety of geometric types out of the box, along with lots of geometric operators and GiST indexes …
postgresql spatialI have a SpatialPolygonsDataFrame with 11589 objects of class "polygons". 10699 of those objects consists of exactly 1 polygon, however the rest of …
r polygon geospatial spatial point-in-polygonI'm having some fun trying to pick a decent SQL Server 2008 spatial index setup for a data set I am …
sql-server-2008 geospatial spatial spatial-query spatial-indexI have created the following MySQL table to store latitude/longitude coordinates along with a name for each point: CREATE …
mysql database gis spatial mysql-spatialI am trying to calculate distance between two locations using spatial functions in both Mysql and PostgresSQL. I have taken …
mysql gis spatial