Tag: spatial


Found 104 results for 'spatial'.


1) database-design - How do I design a database for continents, countries, regions, cities and POIs?
2) postgresql - Joining tables based on time and distance: PostGIS with PostgreSQL?
3) postgresql - Store both geometry and geography or store one and calculate the other?
4) sql-server - Can I restrict a SQL Server spatial field to hold values of specified spatial types and SRIDs?
5) postgresql - For Postgres, efficiently get points within X distance of point Y?
6) mariadb - Does MariaDB support ST_Distance_Sphere?
7) sql-server - Diffrence in result from PostgreSQL (PostGIS) and SQL Server (Spatial)
8) postgresql - Advantages of POINT over DOUBLE for distance queries?
9) postgresql - Joining relations based on distance between geometry columns?
10) database-design - Large (>22 trillion items) geospatial dataset with rapid (<1s) read query performance
11) database-recommendation - DB choice for a geodata application
12) sql-server - How to store additional information about each point of a SQL Server geography line string?
13) postgresql - Finding the nearest geo points across two tables?
14) sql-server - Alternative to MakeValid() for spatial data in SQL Server 2016
15) sql-server - SQL geography::point null parameter error when parameter is not null?
16) mysql - Mongodb - Returning the points nearest to a location, with distance
17) postgresql - How can I speed-up my query on geo-location processes
18) postgresql - Why is my spatial query slower in Postgres 13 than in Postgres 11?
19) sql-server - How to get the spatial index in CREATE TO script?
20) sql-server-2008 - migrate SQL Server geography data to PostGIS geometry data
21) mysql - Cannot get geometry object from data you send to the GEOMETRY field
22) sql-server - Testing Geometry Polygon Data is Valid Using a Stored Procedure
23) db2 - Spatial Loader DB2 giving error while importing shape file
24) postgresql - Slony Replication in PostgreSQL
25) mysql - MySQL Syntax - Searching points within polygons using GeomFromText
26) postgresql - GIS Point or discrete longitude and latitude columns?
27) oracle - How to request an enhancement to SDO_GEOMETRY / Oracle Spatial
28) sql-server - How do I force SQL Server to use my spatial index through a view?
29) postgresql - Best indexing strategy for spatial join and ranged lookup
30) oracle - Extract SDO_GEOMETRY line vertices into a nested table column (in a query resultset)
31) mysql - Longitude and Latitude order with ST_X, and ST_Y on SRID 4326
32) sql-server - App Domain unloaded when using GDAL/OGR ogr2ogr to insert many Geometry records
33) sql-server - Minimum distance of a location; one table of points compared to a set of points SQL 2012
34) sql-server - SQL Server Point Constructor or version of ST_Point(x,y)?
35) optimization - How does Yelp efficiently calculate distance in the database?
36) sql-server - Spatial Index ignored when using additional non-spatial conditions
37) mysql - MBRCovers return true even though point outside the polygon
38) sql-server - SQL Server Line Constructor or version of ST_MakeLine(pt1,pt2)?
39) mysql - Geo localized database RTREE
40) sql-server - Are unfixable spatial index corruptions considered normal?
41) mysql - How do I create a point with an SRID in MySQL?
42) sql-server - How to get the size of a spatial index?
43) sql-server - Can geography datatype Lat/Long properties be returned using a view in SQL Server 2008?
44) sql-server - Is it possible to update all spatial index extents in one query?
45) mysql - How do you create a Geographic Point with MariaDB and MySQL?
46) sql-server - Spatial index not used
47) mysql - Store geo location data in MySQL
48) ssrs - Can SSRS XML data sources contain spatial data?
49) mongodb - MongoDB geospatial query with sort - performance issues
50) mariadb - Do the type-specific WKT- constructors function differently from ST_GeomFromText?