Chapter 1. What is a spatial database?

 

This chapter covers

  • Spatial databases in problem solving
  • Spatial data types
  • Modeling with spatial in mind
  • Why you might use PostGIS/PostgreSQL for a spatial database
  • Loading and querying spatial data

Most folks experience their first spatially enabled application when they see pushpins tacked onto points of interest on an interactive map. This provides a glimpse into the vast and varied field of geographic information systems (GIS).

We’ll begin this chapter with a pushpin model. As we demonstrate its limited usefulness, we’ll introduce the need for a spatial database—not just any database, but PostGIS. PostGIS is a spatial database extender for the PostgreSQL database management system. We’ll provide a brief introduction to the entire PostGIS suite and whet your appetite with an example that goes far beyond what you can accomplish with pushpins. The data and code used in this chapter can be found at http://www.postgis.us/chapter_01_edition_2.

1.1. Thinking spatially

1.2. Introducing PostGIS

1.3. Spatial data types

1.4. Hello real world

1.5. Summary

sitemap