+ All Categories
Home > Documents > NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic...

NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic...

Date post: 20-Dec-2015
Category:
View: 213 times
Download: 0 times
Share this document with a friend
Popular Tags:
37
NR 422: GIS Review Jim Graham Fall 2010
Transcript
Page 1: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

NR 422: GIS Review

Jim Graham

Fall 2010

Page 2: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

What is GIS?

• Geographic Information System?

• Geographic Information Science?

• A system that provides the ability to work with information that is referenced to the surface of the earth.

• Is a paper map a GIS?

Page 3: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

What is GIS (con’d)?

• A GIS contains at least:– A Computer– A Software Application (ArcGIS)– Some Spatial Data– A User

• And works together to perform some geospatial function

Page 4: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

What can GIS do?

• Make a map

• Find directions to known location

• Find local a Star Bucks

• Determine cost of roads, developments

• Predict the extent of an invasive species

• Map ancient civilizations

• Help manage natural resources!

Page 5: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

What can’t GIS do?

• Guess the directions you want to take

• Be 100% up to date

• Be 100% accurate

Page 6: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Steps in GIS

1. Acquiring data

2. Preparing data

3. Assembling data (making electronic maps)

4. Analysis

5. Preparing final documents (inc. Cartography)

6. Distribution

Page 7: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

GIS Process

Software- Preparation- Assembly- Analysis- Cartography

Spatial Data

Maps

Analysis Results

Input OutputManagement & Analysis

Page 8: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Preparation

• Decompression (unzip)

• File Format Conversion

• Projection and Datum Conversion

• Data Organization

Page 9: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Georeferenced Layers

Page 11: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Cartographic Elements

• Minimal elements of a map:– Title– One or more views of spatial data– Legend– Scale bar– Credits: Author and data sources– Projection and Datum– North Arrow

• Common elements:– Regional/Location map

Page 12: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Layers and Attributes

• Layer names with attributes:– Cities: name, population– States: name, area– Parks: name, type– Plots: name, species – Trees: species, DBH

• Each city, state, park, plot or tree is a feature

Page 13: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Types of Data

• “Discrete”• Vector • “Drawings”

– Points– Polylines– Polygons

• “Continuous”• Raster • “Photos”

– Grids

ESRI ArcMap Data Set GoogleMaps

Page 14: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

• Cities (when at large extents)

• Camping Sites

• Starbucks!

• Fire stations

• Trees

• Houses

• Wells

• Mines

Points

X1,Y1

X2,Y2

X3,Y3

Page 15: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Polyline (Network)

• Streams

• Roads

• Pipelines

V1 (X1,Y1)

V2 (X2,Y2)

V3 (X3,Y3)

V5 (X5,Y5)

V4 (X4,Y4)

L1

L2

L3

L4

Page 16: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Polygons

• Lakes

• Political regions: Nations, States/Provinces, Counties

• Parks, Refuges, Forests

• EcoRegions

• Watersheds

• Oil Fields

V1 (X1,Y1)

V2 (X2,Y2)

V3 (X3,Y3)

V4 (X4,Y4)

E3

E1

E2

E4

Page 17: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Shapes

• A Shape is one or more points, polylines, or polygons that make up a geographic feature:– Stream network– Road network– Group of Islands– A park– A nation– A state– A county– A city

Page 18: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Features

• A single geographic element that can have attributes attached to it:– River: Poudre River– Road: I-25– Islands: Hawaiian Islands– Park: Rocky Mountain National Park– Nation: United States– State: Colorado– County: Larimer– City: Fort Collins

Page 19: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Vector Features (Shapes)

• Points

• Polylines

• Polygons

Page 20: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Topology

Wyoming

Colorado

Page 21: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Colorado

Wyoming

Non-topological

V1

V2

V4

V3

V1

V2V3

V4

Page 22: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Vector Data Storage Options

• ESRI / ArcMap Options:– Shapefiles– GeoDatabases– Coverages

• GoogleEarth:– KML

• There are many others!

Page 23: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Shapefile

• Most common throughout the GIS world

• NOT Topological!

• Files:– “shp” – spatial data (coordinates)– “dbf” – attributes (dBase file)– “prj” – projection (includes datum)– etc.

Page 24: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Coverage

• Was common– Being replaced by Geodatabases?

• Is topological

• Contains files and folder

Page 25: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Rasters (Digital Photos)

Page 28: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Raster = Matrix of Pixels

Page 29: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Geo-Referenced Raster

• Known Projection and Datum

(X1,Y1)

(X2,Y2)

(X4,Y4)

(X3,Y3)

Page 30: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Types of Rasters

• Aerial and Satellite Photos: Brightness

• DEM: Elevation (meters)– Slope: -90 to +90– Aspect: 0 to 360 degrees– Hill shade: Brightness based on sun angle

and slope

• Topos: Brightness (RGB)

• Indexes: Land Cover Type

• Spatial Analysis: Varies

Page 31: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Geo-Referenced Raster File Formats• ESRI: Grids

• GeoTIFF

• ENVI: IMG

• NASA: HDR

• Many others!

Page 32: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Summary

• Vector data:– Points, Polylines, Polygons– Shapes and features– Topology– ESRI File Formats: Shapefiles, Coverages,

GeoDatabases

• Raster data:– Grids of rows, columns, cells– Cells contain pixels– Pixels can have one or more samples– ESRI File Format: Grid– Types: Photos, DEMs, Topos, Land Cover Type

Page 33: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Where are we?

• If you’re at:– Coordinate: 450321, 4124324 – Where are you?

• Can’t tell without a system to “reference” the coordinates to the earth, we are lost!

Page 34: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Coordinate Reference Systems• Units:

– Degrees, Feet, Meters, Miles, Kilometers

• Coordinate System– Cartesian or Rectangular– Spherical

• Projection– Geographic or Un-projected– UTM– State Plane

• Datums:– NAD27, NAD83, WGS84, HARN

Page 35: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Coordinate Reference Systems

• Bottom Line:– The projection, datum, and units must be

defined for data to be referenced together– The projection, datum, and units must be

the same for detailed analysis

• For now:– Make sure each of your files has a

projection and datum defined!

Page 36: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Finding the Reference System

• All of these are reference systems:– ArcCatalog: – ArcMap Layer Properties:– ArcMap Toolbox: “Projection”– “prj” file

• If it’s not there:– Check the metadata (xml file)– Check the web site– Contact the provider!

Page 37: NR 422: GIS Review Jim Graham Fall 2010. What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.

Defining the Reference System• ArcGIS Toolbox:

– Define Projection

• Not– Project!


Recommended