Spatial is Not Special: Managing Tracking Data in a Spatial Database

Abstract

A wildlife tracking data management system must include the capability to explicitly deal with the spatial properties of movement data. GPS tracking data are sets of spatiotemporal objects (locations), and the spatial component must be properly managed. You will now extend the database built in Chaps. 2, 3 and 4, adding spatial functionalities through the PostgreSQL spatial extension called PostGIS. PostGIS introduces spatial data types (both vector and raster) and a large set of SQL spatial functions and tools, including spatial indexes. This possibility essentially allows you to build a GIS using the capabilities of relational databases. In this chapter, you will start to familiarise yourself with spatial SQL and implement a system that automatically transforms the GPS coordinates generated by GPS sensors from a pair of numbers into spatial objects.

Publication
Spatial Database for GPS Wildlife Tracking Data (eds Urbano F. & Cagnacci F.)
Date

Reference: Urbano F. & Basille M. (2014) Spatial is Not Special: Managing Tracking Data in a Spatial Database. In Spatial Database for GPS Wildlife Tracking Data (eds Urbano F. & Cagnacci F.), Springer International Publishing, Switzerland, pp. 55–73. DOI: 10.1007/978-3-319-03743-1_5