3. GIS Data Models#
This chapter explores the foundational concepts of GIS data models, which are essential for understanding how geospatial data is structured and utilized in geographic information systems. We begin by examining the nature of geospatial data itself, followed by an in-depth look at the two primary data models: vector and raster. Each model offers unique ways to represent spatial information, with vector data focusing on precise points, lines, and polygons, and raster data capturing spatial variability through grid-based cells. The chapter also introduces attribute tables, which store additional information linked to spatial features, enriching the analysis process.
- 3.1. Understanding Geospatial Data
- 3.2. Vector Data Models
- 3.3. Raster Data Models
- 3.4. Sources of Geospatial Data
- 3.5. Creating New Geospatial Data
- 3.6. Lab: Handling Vector Data Models using Python
- 3.7. Lab: Utilizing GeoPandas Package with Vector Data Model
- 3.8. Lab: Utilizing rasterio package with Raster Data Model Example