datamodel_vector

16
GIS Data Models

Upload: riya-gupta

Post on 19-Jun-2015

132 views

Category:

Education


0 download

DESCRIPTION

gis

TRANSCRIPT

Page 1: datamodel_vector

GIS Data Models

Page 2: datamodel_vector

GIS Data Models

The real world can only be depicted in a GIS through the use of models that define phenomena in a manner that computer systems can interpret, as well perform meaningful analysis

Page 3: datamodel_vector

GIS data models

ModelAbstraction of real-world/process/phenomenon

GIS data modelSet of constructs/rules for describing or representing the real world within a computer

Two data modelsVectorRaster

Page 4: datamodel_vector

Data Models

VectorA coordinate based data structure commonly used to represent geographic features. Homogenous units are points, lines, and polygons.

• Mostly used for representing discrete geographical features such as building, wells, roads etc.,

RasterA cellular based data structure composed of rows and columns for storing images. Homogenous units are called cells or pixels.

• Mainly Used for representing continuous surface e.g. soil, elevation, rainfall etc.,

Page 5: datamodel_vector
Page 6: datamodel_vector

Vector Data Model

Page 7: datamodel_vector

Real World > Data Modeling

Source: Bernhardsen, Tor. (1999). 2nd Ed. Geographic Information Systems: An Introduction. p 38.

Page 8: datamodel_vector

Real World > Modeling Process

Source: Bernhardsen, Tor. (1999). 2nd Ed. Geographic Information Systems: An Introduction. p 39. Fig 3.2.

Page 9: datamodel_vector

Vector Data Model

PointsPoints are associated with single set of coordinates (X, Y)

LinesLines are a connected sequence of coordinate pairs

PolygonsAreas are a sequence of interconnected lines whose 1st & last coordinate points are the same

Page 10: datamodel_vector

Scale

Scale plays a major role in how you represent a spatial entity

i.e whether to represent an entity as a point, line or a polygon

Scale = Map Distance / Real Distance

E.g. 1: 1,000: large scale1:1,000,000: small scale

Page 11: datamodel_vector
Page 12: datamodel_vector
Page 13: datamodel_vector
Page 14: datamodel_vector

Vector Data Formats

Shapefile (ArcView/ArcGIS; ESRI)ArcInfo CoverageDigital Line Graph (DLG)Others: HPGL, PostScript/ASCII, CAD/.dxf

Page 15: datamodel_vector
Page 16: datamodel_vector

Your will encounter mostly Arcview shape files or ArcInfo CoverageCAD/.dxf

Conversion tools are available in most GIS platformsHowever, topology should be built to make it useful for further analysis