Top Banner
NR 322: Raster Data Jim Graham Fall 2008 Chapter 7
27

NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Dec 21, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

NR 322: Raster Data

Jim Graham

Fall 2008

Chapter 7

Page 2: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Vector File Formats

• E00: Coverage exchange format– Decompress to get a coverage file

• KML: Keyhole Markup Language– Not georeferenced– Maybe with a prj file?

• STDS: US Government’s new vector format

Page 3: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Geo-Referenced Raster

• Known Projection and Datum

(X1,Y1)

(X2,Y2)

(X4,Y4)

(X3,Y3)

Page 4: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Geo-Referenced Raster

• Known Projection and Datum

• Width and height of a pixel in map units

(X1,Y1)

Width in Pixels

Height in pixels

Page 5: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Geo-Referenced Raster

• Known Projection and Datum

(X1,Y1)

(X3,Y3)

Page 6: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Continuous vs. Categorized

• Continuous:– Like photographs– Satellite and aerial photos– Best for analysis

• Categorized or discrete– Land Cover– Eco-regions– Limited analysis– Careful on precision and accuracy

Page 7: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Categorical vs. Continuous

Page 8: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

“No-Data” or NULL Values

• Rasters are always rectangular

• No-Data values are “transparent” and are not used for calcualations

Page 9: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

GeoReferenced File Formats

• GRID: ESRI’s format

• GeoTIFF: Excellent support

• MrSID: LizardTech

• IMG: ERDAS

• ECW: ERMapper

• BIL, BIP, BSQ: See header

• “ASCII” or “GRID ASCII”

Page 10: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

World Files

• Contains:– X-dimention Pixel size in map units– Y-axis rotation– X-axis rotation– Y- dimension Pixel size in map units

(negative)– X-coordinate of upper-left pixel– Y-coordinate of upper-left pixel

• Image file contains width and height

Page 11: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Not Geo-Referenced

• BMP

• PNG

• GIF

• Maybe with a world file and prj?

Page 12: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Tagged Image File Format

• TIFF• Can be georeferenced (GeoTIFF)

– Can tell in ArcCatalog or ArcMap

• TIFF w/world file– Also need Projection and Datum (prj?)

• Can be compressed– Run-length – Categorical data– LZW – Categorical data– Huffman encoding – Categorical data– JPEG- Continuous data (don’t used on

Categorical data!)

Page 13: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

JPEG

• Joint Photographic Experts Group

• Widest used photo format

• JPEG2000– Completely new format!– Can be georeferenced

Page 14: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

GRIDS

• ESRI’s native raster format

• Pyramids

• Not an exchange format!

Page 15: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

ASCII format• NCOLS 10• NROWS 9• XLLCORNER 1000• YLLCORNER 1000• CELLSIZE 1• NODATA_VALUE -9• -9 -9 1 1 0 1 0 1 -9 -9• -9 -9 1 1 2 2 2 1 1 -9• -9 1 1 1 2 2 2 2 3 3 • Etc.• See example

Page 16: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Types of Rasters

• Digital Elevation Model (DEM)

• Digital Raster Graphic (Topos)

• Satellite and Aerial Photos

• Land Cover & other natural characteristics

• Cost Distance & other economic

• Population, taxes, etc.

• Your own!

Page 17: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Digital Raster Graphic

Page 18: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Digital Elevation Model (DEM)

Page 21: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Contours

DEM Cross Section

2000m

1900m

2100m

2200m

Page 23: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Calculating SlopeDEM Cross Section

Page 24: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

Aspect – Direction of the slope

Slope

Aspect (Direction)

Angle

Rise

Run

Slope = (Rise/Run) * 100%

Page 27: NR 322: Raster Data Jim Graham Fall 2008 Chapter 7.

This weeks lab

• Download DEM

• Create slope, aspect, hill-shade maps

• Make a map showing all 4 types

• How many scale bars do you need?

• How many legends to you need?