In-Depth Notes on Spatial Data Models
Spatial Data
- Definition: Spatial data, also known as georeferenced data, includes data that has geographical coordinates—latitude and longitude.
- Components:
- Spatial Component: Indicates "where" (consists of latitude and longitude).
- Attribute Component: Describes "what" (provides details about features).
- Meta Component: Contains meta-information about both spatial and attribute components.
- Representation: Spatial data represents features and phenomena on the Earth's surface, functioning as a model of reality.
Types of Spatial Data
- Generally, spatial data is categorized into two formats: vector and raster.
- Vector data: Represents features using points, lines, and polygons.
- Raster data: Represents data as a continuous surface made up of grid cells or pixels.
Data Abstraction
- Purpose of Abstraction: GIS (Geographic Information Systems) helps to simplify the complex real world into digital formats by using models.
- Four Levels of Abstraction:
- Real World: The actual environment and features.
- Data Model: The conceptual model of how data are structured.
- Data Structure: The logical organization of data within a system.
- File Structure: The physical storage of data on a computer.
Spatial Data Models
Vector Models
- Description: Use geometrical shapes to represent spatial features. Commonly consist of:
- Points: Defined by (x, y) coordinates (e.g., wells, buildings).
- Lines: Comprised of a series of connected points (e.g., roads, rivers).
- Polygons: Series of connected lines that enclose areas (e.g., lakes, land parcels).
- Characteristics:
- Discrete data with defined boundaries.
- Best for representing distinct features and thematic data (e.g., farm boundaries, roads).
Raster Models
- Description: Uses a grid or pixel-based representation to illustrate continuous data.
- Each pixel represents a value (e.g., elevation, rainfall).
- Common Types:
- Integer Grids: Represent discrete phenomena such as roads and land covers.
- Floating Point Grids: Represent continuous phenomena such as elevation and temperature.
- Resolution:
- High Resolution: Smaller pixels capture more detail (e.g., a detailed map).
- Low Resolution: Larger pixels cover broader areas but with less detail.
3D Spatial Data Models
- Types:
- Digital Terrain Model (DTM): Represents the earth's surface without objects such as trees or buildings.
- Digital Surface Model (DSM): Includes all surfaces and structures like buildings and vegetation.
- Triangulated Irregular Network (TIN): A method to represent surfaces using irregularly spaced points connected by triangles.
Comparison of Digital Terrain Models (DTM) and Digital Surface Models (DSM)
| Feature | DTM | DSM |
|---|
| Includes Structures | No | Yes |
| Represents | Bare-earth elevation | Surface elevation including objects |
| Use Cases | Hydrology, flood modeling | Urban planning, 3D visualization |
Summary of Spatial Data Models
- Vector:
- Precise geographic locations and multiple attributes.
- Efficient for thematic maps and discrete data representation.
- Raster:
- Better for continuous data representation (e.g., environmental variables).
- Simpler storage but can lose detail with larger pixel sizes.
Important Considerations
- Understanding the nuances between data models is critical for accurate representation and analysis of geographical information. GIS practitioners must choose the appropriate data model based on the specific spatial phenomenon being addressed.
- The logical arrangement of data differs from the data model itself; it is known as data abstraction which determines how information is structured and used in GIS applications.