Unit 3 Spatial Data Structure and Database Design
Unit 3 Spatial Data Structure and Database Design
Definition:
Represents spatial data as a grid of cells (pixels), where each cell has a value
representing information such as temperature, elevation, or land cover.
Characteristics:
Grid-based (rows and columns).
Examples:
Satellite images
Weather maps
Disadvantages:
Large file sizes.
Definition:
Represents spatial data using points, lines, and polygons to depict real-world
features.
Characteristics:
Precise geometric shapes.
Examples:
Road networks (lines)
Advantages:
High spatial precision.
Summary Table
Feature Raster Model Vector Model
Geographic phenomena
Geographic phenomena are observable events or processes that occur on the
Earth's surface. These phenomena can be natural or human-
made and can include phenomena such as land cover, land use, population
distribution, transportation networks, and environmental
changes.
Characteristics of Geographic phenomena may include location,
Identify:
4. Logical Design
5. Physical Design
PostgreSQL
Oracle Spatial
MySQL Spatial
SQLite
Import spatial data from GIS formats (e.g., shapefiles, GeoJSON, KML).
7. Query Design
🔹Management)
Example: Mini Spatial Database Design (Land
Entities:
LandParcel (Polygon): id, area, land_type, geometry
Relationships:
One owner can have many land parcels.
What is a Geo-Database?
It integrates spatial data (like maps, coordinates, shapes) with attribute data (like
names, IDs, population, etc.) in a structured format, enabling powerful GIS
(Geographic Information System) applications.
Types of Geo-Databases
1. File Geo-database
Stored as files in a folder.
2. Personal Geo-database
Stored in a Microsoft Access (.mdb) file.
3. Enterprise Geo-database
Stored in high-end relational DBMS (like PostgreSQL, Oracle, SQL Server).
Advantages of Geo-Databases
Efficient spatial data storage
Understand who will use it, what data it will store, and how it will be used.
Design related attribute tables with appropriate fields (e.g., Name, Type,
Area).
Topology
Topology refers to the rules and relationships that define how geographic
features share geometry. It focuses on connectivity, adjacency, and
containment, rather than coordinates.
Importance of Topology:
Ensures data integrity in spatial databases
Supports editing rules (e.g., if you move a shared boundary, both features
update)
How features are located relative How features are connected and
Focus
to others behave