gis data modeling

15
GIS Data Modeling What is a data model? GIS data models - CAD (Computer Aided Design) - Raster data model - Vector data model

Upload: others

Post on 04-Feb-2022

13 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: GIS Data Modeling

GIS Data Modeling

• What is a data model?

• GIS data models

- CAD (Computer Aided Design)

- Raster data model

- Vector data model

Page 2: GIS Data Modeling

What is a data model?

• The heart of any GIS is the data model.

• A data model is a set of constructions for describing and representing selected aspects of the real world in a computer.

• model that is best for all cases

Page 3: GIS Data Modeling

The role of a data model in GIS

Page 4: GIS Data Modeling

Levels of data model abstraction

• Reality: real world phenomena

• Conceptual model: human-oriented model of selected objects

• Logical model: implementation-oriented representation of reality, often expressed in the form of diagrams and lists

• Physical model: portrays the actual application in a GIS, often include tables stored as files or databases.

Page 5: GIS Data Modeling

GIS data models

• CAD (Computer Aided Design)

• Raster data model

• Vector data model

Page 6: GIS Data Modeling

The CAD data model

• A CAD model focuses on feature drawing only so that it does not represent any kind of relationships between objects.

Page 7: GIS Data Modeling

graphical and image GIS data models

Page 8: GIS Data Modeling

Raster data model

• Raster data model uses an array of cells, or pixels, to represent real-world objects.

• Difference between raster and image data models:

1. Image data do not have attribute table attached

2. Raster data have attribute table

Page 9: GIS Data Modeling

Vector data model

• Simple features

• Topological features

• Network data model

• TIN data model

Vector representations

Page 10: GIS Data Modeling

Topological features

• Topological features are simple features

• structured using topological rules.

• Topology is the science and mathematics of relationships. In GIS, topology is used to validate the geometry of vector datasets.

Page 11: GIS Data Modeling

Network data model

Page 12: GIS Data Modeling

TIN (Triangulated Irregular Network)data model

Page 13: GIS Data Modeling

Vector Data Structure

• Point • Line• polygon

Page 14: GIS Data Modeling

Geographical data are spatial data

• Spatial data = Objects with some form of spatial structure

• They have positions in X, Y, (Z) - Longitude,

• Latitude, (Elevation)

• (Roads, buildings, plants, lakes)

Page 15: GIS Data Modeling

But, data can also be:

Non-spatial

Attribute Data:Data that describe the properties of the object For example: Building owner; Population of a city.

Types of Attribute Data:TablesTextDocumentsPicturesVideoSound, etc.