Coordinate Reference Systems

Slides:



Advertisements
Similar presentations
1 Spatial Data What is Geographic Spatial Data? What are its Properties TWiST.
Advertisements

Datum & Coordinate Systems
GPS for Fire Management
Map Projections & Coordinate Systems
Applied Cartography and Introduction to GIS GEOG 2017 EL
CS 128/ES Lecture 2b1 Coordinate systems & projections.
Coordinate Systems, Datums and Map Projections
GIS Brownbag Series Part 3: Georeferencing and Projections Or… Why does my data not line up?
Map Projections Francisco Olivera, Ph.D., P.E. Srikanth Koka
Modern Navigation Thomas Herring
Harry Williams, Cartography
GPS for ICS Using Maps with GPS Using Maps with GPS.
Geographic Information Systems in Water Science Unit 4: Module 1, Lecture 2 – Coordinate Systems and Common GIS data formats.
Intro. To GIS Pre-lab 2 February 11 th, Geographic Coordinates Geographic coordinates are the earth's latitude and longitude system, ranging from.
Introduction to GIS.
Introduction to ArcGIS for Environmental Scientists Module 2 – GIS Fundamentals Lecture 5 – Coordinate Systems and Map Projections.
Overview Ellipsoid Spheroid Geoid Datum Projection Coordinate System.
Map Projections GIS-101 Summer 2006 Semester. Important Things to Remember about Map Projections An attempt to take location information from a spheriod.
Geodesy, Map Projections and Coordinate Systems
The graticule is made up of vertical lines, called lines of longitude, and horizontal lines, called lines of latitude. Because the earth is spherical,
Basic Coordinate Systems Grid Systems RG 620 May 09, 2013 Institute of Space Technology, Karachi RG 620 May 09, 2013 Institute of Space Technology, Karachi.
Spatial Concepts Mathematical Types of Space –Euclidean –Network –Metric –Topologic.
Amanda Henley GIS Librarian Davis Library Reference September 2006
shops/gis/docs/projections.ppt.
Map Projection Theory and Usage.
Geodesy and Map Projections Geodesy - the shape of the earth and definition of earth datums Map Projection - the transformation of a curved earth to a.
Map Projections Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
Book Definition In your own words… Picture Latitude Distance in degrees north or south of the equator.
Copyright © 2000–2004 ESRI. All rights reserved. Introduction to ArcGIS I Working with georeferenced data.
NAD 83 Adjustment of NAD 27 of NAD 27. North American Datum of 1927 (NAD 27) Clarke 1866 Ellipsoid tied to the Earth at Meades Ranch.
Map projections and datums
Map Projections.
Intro to GPS Units DB McKinney HWS Geoscience. The GPS Receiver Receives timing signals from a constellation of overhead satellites Converts timing data.
Basic Coordinate Systems Grid System RG 620 May 23, 2014 Institute of Space Technology, Karachi Grid System RG 620 May 23, 2014 Institute of Space Technology,
Chapter 3- Coordinate systems A coordinate system is a grid used to identify locations on a page or screen that are equivalent to grid locations on the.
Review of Projections and Coordinate Systems
Coordinates. Space is important How can we represent this space numerically? 2D and 3D.
Geodesy, Map Projections and Coordinate Systems Geodesy - the shape of the earth and definition of earth datums Map Projection - the transformation of.
COORDINATE SYSTEMS IN GIS As GIS is based on geographic location you need to understand basics of Coordinate Systems: Geographic and Projected Coordinate.
Chapter 11 Coordinate Systems. Outline About coordinate systems Geographic coordinate systems Projected coordinate systems Raster coordinate systems Common.
Geocoding and Georeferencing
Geodesy, Map Projections and Coordinate Systems
Spatial Referencing.
Features that make a map
Georeferencing Ming-Chun Lee.
Projections and Coordinate Reference Systems
Latitude Longitude.
Introduction to GIS.
Local Cartesian Coordinate Systems
Overview Ellipsoid Spheroid Geoid Datum Projection Coordinate System.
COORDINATE SYSTEMS AND MAP PROJECTIONS
Coordinate systems, Projections and Geo-referencing
Lecture 2 – Spatial Data Preparation
Harry Williams, Cartography
Map Projections.
2- مبنای مسطحاتی Datum What is Datum? Spheroid Ellipsoid Geoid.
Harry Williams, Cartography
Maps Base maps Coordinate Systems, Datums, Projections
پارامترهای پروژه های مکانی (نقشه)
Datums and Coordinate Systems
Map Projections Displaying the earth on 2 dimensional maps
GIS Lecture: Projections
Lecture 4 Geographic Coordinate System
Lecture 3 Map Projections
Map projections.
Geodesy, Map Projections and Coordinate Systems
Maps, Maps, Maps.
Map Projections Displaying the earth on 2 dimensional maps
Geographic Concepts.
Presentation transcript:

Coordinate Reference Systems

Coordinate Reference Systems (CRS) GIS Data (raster and vector) is represented by coordinates (X and Y). These X and Y coordinates can mean any number of things! Latitude, Longitude, UTM Easting, UTM Northing, Arbitrary XY data from a defined grid Every GIS data file has a CRS, because X and Y coordinates must be represented somehow.

Projections (“Project CRS”) Earth is a sphere (actually, an ellipsoid), so to represent it on something flat (your screen, a piece of paper) we need a projection. Projections are never perfect, always distort some combination of shape (angles), scale (distance), and area. Mathematically, projections convert Latitude/Longitude values (angles) to X/Y values (distances).

Mercator Projection Y X

Transverse Mercator Projection Low distortion for a very specific strip of the world Used for local data Y X

Universal Transverse Mercator Zones

Conic Projection Y X

Projections Coordinate Reference Systems The XY coordinates of a particular dataset Can be lat/lon (positions on the earth’s surface) or map coordinates (that can be related to lat/lon using a projection) Earth’s Surface (Latitude, Longitude) Projection Map Coordinates (in distance units)

Projections/CRSs Dataset (layer you add to QGIS) The map you look at Layer CRS/Projection Dataset (layer you add to QGIS) Project CRS/Projection Layer CRS/Projection

Projections/CRSs The CRS for a dataset can be projected (XY values in distance units) or geographic (latitude/longitude) The projection in which you view geographic data can be different than the CRS of the dataset (“on-the-fly projection”) If your data is not plotting in the right place, you have a CRS problem!

Common CRSs WGS84 = Latitude/Longitude NAD83 = Latitude/Longitude fixed for North American Plate Nova Scotia is UTM Zone 20N For small areas (less than 50-100 km across) use UTM! For large areas (between UTM zones) use World Mercator or Albers Equal Area Conic For the arctic, you may need to use other projections