Data Models and Data Structures in GIS-1. Introduc...
Data Models and Data Structures in GIS-1. Introduc...
Attribute Data
Attribute data is non-spatial information describing the properties of spatial features. It's often
stored in tables and linked to spatial data via a unique identifier. For example, a layer of cities
might have an attribute table with columns for City_ID, Name, Population, and State, where
each row corresponds to a city and each column provides a descriptive attribute.
Types of attribute data include: Nominal (names, categories like "forest" or "desert"), Ordinal
(rankings like "low," "medium," or "high"), and Interval/Ratio (quantitative values like rainfall or
population). Attribute data enhances GIS by enabling queries, analysis, and symbolization
based on feature characteristics.
Geodatabase
A geodatabase is an advanced data storage format that unifies spatial and attribute data,
supporting relationships, rules, and various data types. File Geodatabases are stored as a
folder (.gdb), supporting large data volumes and faster performance. Personal Geodatabases
use the Microsoft Access format (.mdb) and are limited to smaller datasets. Enterprise
Geodatabases leverage high-end RDBMS systems (e.g., Oracle, SQL Server) for multi-user
editing, versioning, and large-scale data management.
Benefits of geodatabases include better data integrity, support for advanced analysis (e.g.,
topology, domains), centralized data management, and facilitated data sharing and
collaboration.
Metadata
Metadata is "data about data," providing essential information about a dataset's origin, purpose,
accuracy, and limitations. Common metadata elements include the title and description,
creation date, data source, coordinate system and projection, data accuracy and scale, and the
responsible organization or author.
The importance of metadata lies in promoting data discovery and reuse, ensuring
transparency and trustworthiness, assisting in proper application and interpretation, and fulfilling
requirements for data documentation and sharing. Key standards for metadata include FGDC
(Federal Geographic Data Committee) and ISO 19115.