quadrilateral data structure geodetic latitude and longitude on grs80/wgs 84 ellipsoid(nad 83) grid...

34

Upload: audra-walsh

Post on 14-Jan-2016

220 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer
Page 2: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer
Page 3: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Quadrilateral Data Structure

Geodetic latitudeand longitude onGRS80/WGS 84ellipsoid(NAD 83)

Grid cell resolutionconstant N-S butprogressively finer E-W resolution fromequator to pole

Page 5: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

ETOPO5 Digital Elevation Model(DEM)

Row Major Order

Page 6: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

World Map (left) made from World Map (left) made from ETOPO5 DEMETOPO5 DEM

Page 8: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Piece of a World Map Piece of a World Map made from ETOPO2 DEMmade from ETOPO2 DEM

Page 9: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Worldwide Land And Worldwide Land And Sea Elevation DataSea Elevation Data

In MetersIn Meters(3.7x3.7km cells at equator)(3.7x3.7km cells at equator)

Technical Specifications(0,0) (10799,0)

(0,5399) (10799,5399)

Row Major Order

Page 10: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

))

Technical Specifications(0,0) (10799,0)

(0,5399) (10799,5399)

2-byte signed integer data5400 rows by 10800

columns116,640,000 byte dataset

Row Major Order

Page 12: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Worldwide Land And Worldwide Land And Sea Elevation DataSea Elevation Data

In MetersIn Meters(1.85x1.85km cells at equator)(1.85x1.85km cells at equator)

Technical Specifications(0,0) (21599,0)

(0,10799) (21599,10799)

Row Major Order

Page 13: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Technical Specifications(0,0) (21599,0)

(0,10799) (21599,10799)

Row Major Order

2-byte signed integer data10800 rows by 21600

columns466,560,000 byte dataset

Page 14: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Map made from ETOPO1 dataMap made from ETOPO1 data

Page 15: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

GLOBE 30” x 30” Global Land DEM

Page 17: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Alaska Map Made From Globe Data

Page 19: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

NGDC 3 Arc-Second Coastal Relief Model

Page 20: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Map madeFrom CoastalRelief Model

Page 21: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

National Elevation Dataset (NED)

One-second Grid For All U.S. States except…

Page 22: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Two-second Grid For Alaska

Page 23: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

National Elevation Dataset (NED)Data Format and Tiling Scheme

Page 24: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Web Mapping Using NED 1” x 1” Data

Page 25: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

National Elevation Dataset (NED)

1/3rd and 1/9th second Grids For Certain Areas

Page 26: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

1/3rd Second Maps for Monterey

Page 27: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

1/3rd Second Maps for Monterey

Page 28: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Ordering SRTM Data

Data Products

Shuttle Radar Topography Mission (SRTM)

Page 29: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

SRTM Data Completeness Problems

Page 30: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

Map Projection-basedRaster Data

Page 31: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

USGS 7.5’x7.5’ 10m DEMs for Oregon

Page 32: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

USGS 7.5’x7.5’ 10m DEMs for Oregon

Available only inSDTS Format

Page 33: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

USGS 1:24000-scale Digital Raster

Graphics (DRG)

scanned topographic maps of U.S. states

and territories

Scanned at250 dpi

Page 34: Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer

USGS 1 km Global Land Cover Characteristics database (GLCC)

Classified 1km x 1 kmAVHRR satellite data

Gridded on Interrupted Goode

Homolosine and Lambert Equal Area Map Projection Surfaces

Now in 30 arc second Quadrilateral Form

Several Land CoverClassification Systems Used