Geotietokanta
Geotietokanta is a term that refers to a spatial database, which is a database that stores data with a spatial component. This means it can store information about geographic objects, such as points, lines, and polygons, as well as their attributes. Geotietokanta systems are used in a wide variety of applications, including geographic information systems (GIS), mapping, navigation, and environmental monitoring.
The core functionality of a geotietokanta is its ability to handle spatial data types and perform spatial
These databases often support specialized indexing techniques, like R-trees or Quadtrees, to efficiently retrieve spatial data.
Commonly used geotietokanta technologies include PostGIS, an extension for PostgreSQL, Oracle Spatial, and SQL Server Spatial.