Top Banner
Intro to GIS | Summer 2011 Map Projections
36

Intro to GIS | Summer 2011 Map Projections

Jan 30, 2022

Download

Documents

dariahiddleston
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: Intro to GIS | Summer 2011 Map Projections

Intro to GIS | Summer 2011

Map Projections

Page 2: Intro to GIS | Summer 2011 Map Projections

How do we represent the Earth's ellipsoid on a flat surface?

Projected Coordinate Systems

Page 3: Intro to GIS | Summer 2011 Map Projections

PROJECTED COORDINATE SYSTEMS (PCS)

Page 4: Intro to GIS | Summer 2011 Map Projections

PCS

• Translates geographic coordinate system to a flat plane

• Transforms lat/long geographic coordinates to x/y

(Cartesian) coordinates using mathematical formulas

• Varying distortions of shape, area, distance, and

direction always result from this process

Page 5: Intro to GIS | Summer 2011 Map Projections

Projection Types

Page 6: Intro to GIS | Summer 2011 Map Projections

Cylindrical Projections

Page 7: Intro to GIS | Summer 2011 Map Projections

Planar (Azimuthal)

Page 8: Intro to GIS | Summer 2011 Map Projections

Conical Projections

Page 9: Intro to GIS | Summer 2011 Map Projections

Projection Tangency

Page 10: Intro to GIS | Summer 2011 Map Projections

What type of projection is this?

Page 11: Intro to GIS | Summer 2011 Map Projections

Projection Properties

• Conformal: preserves shape at the expense of area &

distance; meridians & parallels intersect at right

angles;

• Equal Area: preserves area at the expense of shape;

mostly used for analysis

• Equidistant: preserves distance at the expense of

shape & size; equal area projections can also be

equidistant

Page 12: Intro to GIS | Summer 2011 Map Projections

Projection Resources

Page 13: Intro to GIS | Summer 2011 Map Projections
Page 14: Intro to GIS | Summer 2011 Map Projections

COMMON PCS

Page 15: Intro to GIS | Summer 2011 Map Projections

Universal Transverse Mercator (UTM)

• UTM zone numbers designate 6° longitudinal strips

from 80° south latitude to 84° North latitude

• UTM coordinates are in “northings” and “eastings”

(meters)

• “northings” are relative to the equator; “eastings” are

relative to false origin 500,000 meters west of the

zone’s central meridian

Page 16: Intro to GIS | Summer 2011 Map Projections
Page 17: Intro to GIS | Summer 2011 Map Projections
Page 18: Intro to GIS | Summer 2011 Map Projections
Page 19: Intro to GIS | Summer 2011 Map Projections

UTM coordinate: 10 357800E 4276750N

Page 20: Intro to GIS | Summer 2011 Map Projections

State Plane

• Developed in the 1930’s to provide local reference systems

that were tied to a national datum (NAD 83 or NAD 83

HARN)

• Projections are chosen to minimize distortion based on the

state’s shape (good for surveying)

• Feet or meters

• Smaller states use a single state plane zone; larger states are

divided into several zones

• NOT a projection; system is based on different projections

Page 21: Intro to GIS | Summer 2011 Map Projections
Page 22: Intro to GIS | Summer 2011 Map Projections

Lambert Conformal Conic

Albers Equal-Area Conic

Page 23: Intro to GIS | Summer 2011 Map Projections

Lambert Conformal Conic

Albers Equal-Area Conic

Standard Parallels 30 N & 46 N

Standard Parallels 33 N & 45 N

Page 24: Intro to GIS | Summer 2011 Map Projections

Oregon Statewide PCS

Page 25: Intro to GIS | Summer 2011 Map Projections

PROJECTIONS IN ARCGIS

Page 26: Intro to GIS | Summer 2011 Map Projections

Geographic Coordinate Systems

• Latitude/longitude system based on a particular datum

(i.e., NAD 83)

• In ArcGIS, named “GCS_{datum name}”

• Lat/long is not a projection and therefore cannot be

shown on a flat surface (map, screen)

• Shown in ArcGIS as the “Platte Carree” projection

• Units = degrees, minutes, seconds or decimal degrees

Page 27: Intro to GIS | Summer 2011 Map Projections

Projected Coordinate Systems

• Method used to translate the GCS on to a flat plane

• In ArcGIS, named “{projection name}_{projection

type}_{datum name}”

• Uses real-world units (meters, feet)

Page 28: Intro to GIS | Summer 2011 Map Projections

Define Projection v. 'Project' Tools

Page 29: Intro to GIS | Summer 2011 Map Projections

Define Projection tool

• When the data does not have a defined projection or

coordinate system (no .prj file)

• Term “projection” is misleading (why?)

• Projection or coordinate system can be created,

selected from a predefined list, or imported from

another dataset

Page 30: Intro to GIS | Summer 2011 Map Projections

Project tool

• When you want to change the defined projection or

coordinate system

• If the geographic coordinate system changes, requires a

geographic transformation

• Projection or coordinate system can be created,

selected or imported

• Creates a new dataset (user specifies name & storage

location on computer)

Page 31: Intro to GIS | Summer 2011 Map Projections
Page 32: Intro to GIS | Summer 2011 Map Projections

ArcMap Data Frame

• Takes on the projection or GCS of the first dataset

added

• All other datasets are then projected “on-the-fly” to

match it (assuming they have a defined projection)

• The data frame’s projection/GCS can be set manually in

the data frame “Properties”

• When you change the projection or GCS of the data

frame, it changes to appearance of the map data

Page 33: Intro to GIS | Summer 2011 Map Projections

ArcMap & Projections

• GIS data files & data frames (in an .mxd) need to have

defined projections

– GIS data files have a .prj file that stores projection info

• GIS data MUST be defined in the correct projection,

which is the projection used to create the data (GPS,

Satellite image, digitizing from a paper map, etc.)

– If downloading data, it will either have a .prj file that

saves the projection information OR the projection

info is available in the documentation on website

Page 34: Intro to GIS | Summer 2011 Map Projections
Page 35: Intro to GIS | Summer 2011 Map Projections
Page 36: Intro to GIS | Summer 2011 Map Projections

Projections Demo in ArcGIS