26
Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Embed Size (px)

Citation preview

Page 1: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Different kinds of data

Example of Elevation

TopographicDEM (Digital Elevation Model)

Page 2: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

How can elevation be represented in a GIS?

Page 3: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

GIS Data Specifics

Getting into the guts of GIS data structure …

Page 4: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Basic structure of Vector and Raster:

PointsLinesPolygons

Attributes

AttributesGrid cells

Page 5: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Remember the idea of a Data Model:

Keep the concept ofdata compression andmachine code in mind…

Page 6: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

The Roles of Raster v. Vector Data

CHARACTERISTIC RASTER VECTOR Data structure

Usually simple Usually complex

Storage requirements Large for most data sets without compression

Small for most data sets

Coordinate conversion May be slow due to data volumes, and may require resampling

Simple

Analysis Easy for continuous data, simple for many layer combinations

Preferred for network analyses, many other spatial operations more complex

Positional precision Floor set by cell size Limited only by quality of positional measurements

Accessibility Easy to modify or program, due to simple data structure

Often complex

Display and output Good for images, but discrete features may show “stairstep” edges

Map-like, with continuous curves, poor for images

Page 7: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Going Back to Elevation…

Cartography

Precision (?)of isolines

Calculations

Triangular IrregularNetwork

Data compression

Page 8: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Converting from vector to raster

Page 9: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Converting from raster to vector

Page 10: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Editing!

Yes, you can change data, but do it very VERY carefully!

• Vector data editing• Geoprocessing• Hand digitizing• Attribute table

• Raster adjustments• Calculations• Classification• Deletion of classes• Resampling

Always work in a disposable data copy and save Save SAVE!

Page 11: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Hand digitizing

For example:Creating vector feature classes

based off aerial imagery

Page 12: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Snapping

Page 13: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

What this looks like in ArcMap:

Warning:Opening an editingsession in ArcMapchanges how your.mxd functions!

Feature being editedappears with greenbox vertices:

Page 14: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Topology

Topology: The study of geometric properties that do not change as the forms are bent, stretched or undergo similar transformations

Page 15: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Issues with editing – topology rule fixes

Slivers!

Page 16: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Vector feature topology and tables

These tables allowfor fast indexingand searching!

Page 17: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Network example for vector data:NHD (National Hydrography Dataset)

Nodes

Stream Order

Modeling Flow

Page 18: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Direct editing of raster data is limited…

The “Delete Selected”button is what youcan use to edit in araster table

Page 19: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

… instead, change rasters with processing!

Page 20: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

More Raster Processing

Resampling

Classification

Page 21: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Raster Compression Examples

Run-length coding

Quad-tree compression

Page 22: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Working with vector data attribute tables

Edit attributes directlyHand editing in vector data attribute tables is possible

Joins and Relates – a powerful technique! (Excel is useful here)

Page 23: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Join Types:

One to One

One to Many

Page 24: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Managing Data

DBMS:Database Management SystemControl points for editing

Potential conflicts

Our shapefilesNot centralized

Page 25: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

Shapefiles <> File Geodatabase

spatial index format (.sbx)attribute format (.dbf)projection format (.prj)spatial index format (.sbn)shape format (.shp)shape index format (.shx)geospatial metadata (.xml)

Page 26: Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)

For Further Reference!

Author:Paul Bolstad