Lab #3 Map Projections.

Size: px
Start display at page:

Download "Lab #3 Map Projections."

Transcription

1 Lab #3 Map Projections

2 Map Projections Projection: a systematic arrangement of parallels and meridians on a plane surface representing a geographic coordinate system (Chang, 2015). Map projections are geometrical or mathematical calculations which convert features from a spherical surface to a flat surface. A coordinate system for that projection is then added. Projection refers to the notion of shining light through the earth surface and projecting latitudes, longitudes and geographic features onto a developable surface.

3 Map Projection Families Common projections can be grouped into one of four families, three of which are based on developable geometric forms the cylinder, the cone, and the plane. A fourth family, often referred to as simply mathematical, include projections which do not fit a geometric form, but are simply mathematically-derived graticules (ex., pseudocylindrical)

4 Map Projection Parameters Projections have a variable list of important parameters, including standard points, standard lines/parallels, central meridians, and lines of origin.

5 Map Projection Cases Tangent Case: a) azimuthal/planar b) cylindrical c) Conic From: Dent, B.D.; Torguson, J.S. & Hodler, T.W Cartography: Thematic Map Design, 6 th Edition. New York, New York : McGraw-Hill. p. 38 Secant Case: a) azimuthal/planar b) cylindrical c) conic From: Dent, B.D.; Torguson, J.S. & Hodler, T.W Cartography: Thematic Map Design, 6 th Edition. New York, New York : McGraw-Hill. p. 39

6 Map Projections Due to the nature of transferring features from a spherical to a flat surface, every projection has inherent distortions. All map projections share a key set of geometric properties, including: i. Area ii. Shape iii. Distance iv. Direction Type of Projection Properties Maintained Properties Distorted Equivalent (Equal-area) area direction, shape, distance Equidistant distance direction, area Azimuthal Conformal direction and distance from a central point angles at any point, shapes for small areas shape, area the size of large areas

7 Map Projection Distortions Conical tangent and secant projection and associated patterns of distortion Distortion is minimized and scale is most accurate closest to the standard parallels Cylindrical tangent and secant projection and associated patterns of distortion

8 Projection Datum Datum: mathematical model of the the Earth s surface, which serves as the reference or base for calculating the geographic coordinates of a location. (Chang, 2015) The older, North American Datum of 1927 ( NAD27 ) was based on the Clarke Spheroid of 1866 which had reference points (in the form of surveying monuments) on the ground. The newer, NAD83 datum is based on the Geodetic Reference System of 1980 (GRS 1980), which has the centre of the earth as a reference. The size and shape of the earth was calculated from satellites. When projecting datasets includes use of a different datum, a mathematical transformation is required. These transformations (where available) are generally included within GIS software.

9 Projection Datum (cont d) Differences in a feature s position between NAD83 and NAD27 can be from ~ 10 m to ~ 200 m, depending on where in North America they are measured. The original Ontario Base Map (OBM) series was in NAD27 (often with a - 4,000,000m y-shift) and so other OBM-related GIS datasets created in that period inherited those spatial properties. Systematic shifts can easily be dealt with inside most GIS packages, provided the nature of the shift is known. If the projection (including that information) is not already defined, it can be. With a defined projection and shift, that layer can then be reprojected (into an alternative projection).

10 Lambert Conformal Conic Projection Conformal, secant projection, based on two standard parallels Small shapes and local angles are relatively accurate Area is minimally distorted and east-west distances are accurate near the standard parallels Area is increasingly distorted further from the standard parallels Required parameters: Units 1 st standard parallel 2 nd standard parallel Central meridian Latitude of projection s origin Suitable for areas or countries extending east-west (Canada, USA), at large and medium scales.

11 UTM (Universal Transverse Mercator) Projection Cylindrical, secant, conformal projection UTM projection is derived by positioning the cylinder east-west, perpendicular or Transverse to the standard Mercator projection where the cylinder is oriented north-south

12 UTM (Universal Transverse Mercator) Projection Universal points to the fact that the projection is applicable world-wide UTM consists of 60 zones, 6 degrees of longitude wide (360 /6 = 60), around the world, positioned north-south. From: Dent, B.D.; Torguson, J.S. & Hodler, T.W Cartography: Thematic Map Design, 6 th Edition. New York, New York : McGraw-Hill. p. 58

13 The central meridian for each UTM zone, corresponds to a line of longitude, six degrees from the central meridian of neighbouring zones. UTM in Canada Canada is covered with 16 zones, 7-22 Ontario is covered with 4 zones, Thunder Bay is in UTM zone 16, with a central meridian at 87 ; the central meridian for UTM zone 15 is at 93 (six degrees west), and so on.

14 UTM Zone 6 degrees of longitude wide ~ 672 km on the Equator, becoming narrower towards north and south. X and Y coordinates are expressed in meters, with a six-digit easting and seven-digit northing (ex., , ). Secant meridians The central meridian has a false easting of 500,000 m to avoid having negative easting values within a zone. Y coordinates represent the distance north or south of the Equator. Small shapes and local angles accurate. Area minimally distorted within each zone.

15 UTM Projection (cont d) Some large areas (e.g, forest management units, large parks) fall between UTM zones which can cause problems with file projections and map orientations! Data can be projected into other (neighbouring) zones, though angles become increasingly distorted as distance from the normal zone increases. MNR for some time applied a false northing (i.e., Y-shift) of ,000 m to GIS datasets. These datasets also have a NAD27 datum. Required parameters: Zone Datum

16 Geographic Projection Not a true projection, but a coordinate system of the Earth s spheroid, composed of longitudes (meridians) and latitudes (parallels), and expressed in degrees. Longitudes range from 0 degrees at the Prime Meridean to + or degrees around the International Date Line, for the eastern and western hemispheres respectively Latitudes range from 0 degrees at the equator to + or -90 degrees at the north and south poles respectively For converting to other projections, coordinates are usually expressed as decimal degrees (ex ) rather than degrees-minutes-seconds (ex ) 0 (-180 ) (-90 )

17 GIS Datasets and Map Projections GIS datasets could be in several different states (with respect to map projection): (a) Dataset s projection is properly defined. thunder_bay.shp (b) Dataset s projection is undefined. thunder_bay.shp (c) Dataset s projection is not what is desired or is improperly defined thunder_ bay.shp Y = X = OrthoEngine file present UTM, Zone 16, NAD83 Y = X = ? Y = X = OrthoEngine file present UTM, Zone 15, NAD83 Fix: N/A Define the shapefile with the proper map projection. Reproject with a new name and the desired projection/datum.

18 ArcToolbox Projection Functions The Define Projection function in ArcToolbox (Data Management Tools Projections and Transformations Define Projection) is used when a file has a coordinate system but does not have a projection. Within the Define Projection function, the Modify setting can be used to correct X and Y shifts. A dataset must have a defined projection in order to be converted to a new projection. The Project function and Project Raster function are used to reproject already projected data into a new projection for vector data or raster data, respectively. The invalid sign in the Project function window often means one of two things: a) The input dataset does not have a defined projection b) The folder with the input dataset needs to be refreshed in ArcCatalog

19 Input dataset (e.g. shapefile) ArcGIS - Define Projection Function Projection to be defined. Examples Geographic coordinate system North America Projected coordinate system UTM Projected coordinate system Continental NAD 1983 NAD 1983 North America NAD 1983 UTM Zone 16N Canada Lambert Conformal Conic

20 Modifying Projections The Modify button in the Spatial Reference Properties window can be used to modify the parameters of a given projection, such as false easting, false northing, central meridian, standard parallels, latitude of origin An example is defining the -4,000,000m Y-shift in old OBM data and other products

21 ArcGIS Data Frame s Coordinate System ArcMap is capable of recognizing the projections of input layers with defined projections and projecting the layers on-the-fly to conform with the Data Frame s projection. The projection of the first layer with a defined projection added to the project is adopted by the Data Frame as the working projection. The Data Frame s projection can be changed from one projection into another one (right click on the data frame > Properties > Coordinate System > Select a coordinate system or Import the coordinate system from an existing dataset).

22 ArcGIS - Project Function Input dataset (e.g. shapefile) The defined projection of the input dataset will load automatically Output file name (e.g. shapefile) Select new projection for output dataset A geographic transformation will be required if the new projection uses a different datum than the input dataset.

23 Dataset Projections in ArcGIS Projection information for a particular dataset can be viewed in the Source tab of the Layer Properties (right-click on the layer and select Properties ) Also, a dataset s X and Y coordinates can be viewed in the Preview tab (Geographic), in ArcCatalog (lower right corner).

24 Data Types and Data Models In GIS, data types and data models are forms of representation of observed phenomena. Data models representations of spatial features/phenomena Data types representations of values Data Types: Numeric Text (string, character) Date Boolean (binary) Representations: Integer (whole number): 1, -1, 2, 102 Text (letters like a, b, c, but also characters 1, 2, 3) Time and date True/False Floating point (real number with decimal values): ,

25 Data Types/Computer Storage Data Type should be properly specified for each field in the database (to be the attribute table) based on the type and form of the data to be held in that field.

26 Data Types/Computer Storage In the early stages of personal computer hardware development, the primary concern for setting data types was to minimize the amount of binary memory required Today, the appropriate data type is chosen by considering: - the type of data (thematic/nominal, ordinal, interval/ratio, textual), - the larger context (overall database), - expected queries/analyses/etc to be performed, especially with regard for the potential user s familiarity with the data

Lecture 2. Map Projections and GIS Coordinate Systems. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

Lecture 2. Map Projections and GIS Coordinate Systems. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 2 Map Projections and GIS Coordinate Systems Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Map Projections Map projections are mathematical formulas

More information

Lecture 4. Coordinate Systems & Projections

Lecture 4. Coordinate Systems & Projections Lecture 4 Coordinate Systems & Projections Outline Geodesy Geoids Ellipsoids Geographic Coordinate Systems Magnetic North vs. True North Datums Projections Applying Coordinate Systems and Projections Why

More information

GIS in Management Planning. Lab 2 Coordinate Systems and Map Projections

GIS in Management Planning. Lab 2 Coordinate Systems and Map Projections GIS in Management Planning Lab 2 Coordinate Systems and Map Projections Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University ArcGIS ArcToolbox Projections Functions

More information

Projections and Coordinate Systems

Projections and Coordinate Systems Projections and Coordinate Systems Overview Projections Examples of different projections Coordinate systems Datums Projections Overview Projections and Coordinate Systems GIS must accurately represent

More information

Map projections. Rüdiger Gens

Map projections. Rüdiger Gens Rüdiger Gens Coordinate systems Geographic coordinates f a: semi-major axis b: semi-minor axis Geographic latitude b Geodetic latitude a f: flattening = (a-b)/a Expresses as a fraction 1/f = about 300

More information

2. GETTING STARTED WITH GIS

2. GETTING STARTED WITH GIS 2. GETTING STARTED WITH GIS What are geographic information systems and what are they used for? ArcGIS: ArcMap, ArcCatalog and ArcToolbox Vector data vs. raster data vs. attribute tables Polygons, polylines,

More information

Georeferencing. Place names Postal addresses Postal codes Coordinate systems (lat/long, UTM, etc.)

Georeferencing. Place names Postal addresses Postal codes Coordinate systems (lat/long, UTM, etc.) Georeferencing Georeferencing Used to describe the act of assigning locations to data or information Certain requirements include that they are: unique, have shared meaning, and are persistent through

More information

Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP)

Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP) Workshop on : Dr. ABOLGHASEM AKBARI Faculty of Civil Engineering & Earth Resources, University Malaysia Pahang (UMP) 14-15 April 2016 Venue: Tehran, Iran GIS definitions GIS: A simplified view of the real

More information

Understanding Projections for GIS

Understanding Projections for GIS Presented by John Schaeffer Juniper GIS Services, Inc. This PowerPoint is available at JuniperGIS.com Presentation Objectives To understand basic concepts on projections and coordinate systems for the

More information

Lesson 5: Map Scale and Projections

Lesson 5: Map Scale and Projections Organizing Data and Information Lesson 5: Map Scale and Projections Map Scales Projections Information can be organized as lists, numbers, tables, text, pictures, maps, or indexes. Clusters of information

More information

How does an ellipsoid differ from a sphere in approximating the shape and size of the Earth?

How does an ellipsoid differ from a sphere in approximating the shape and size of the Earth? Chapter 02 Test Bank Worksheet Questions 1. What is a map projection? Topic: Map Projection 2. How does an ellipsoid differ from a sphere in approximating the shape and size of the Earth? Topic: Ellipsoid

More information

WHERE ARE YOU? Maps & Geospatial Concepts Fall 2012

WHERE ARE YOU? Maps & Geospatial Concepts Fall 2012 WHERE ARE YOU? Maps & Geospatial Concepts Fall 2012 Where are you? Relative location I m at school Absolute Location 45 26 18.07 122 43 50.78 Datums Datums A reference surface of the Earth Used as the

More information

Welcome to Lesson 4. It is important for a GIS analyst to have a thorough understanding of map projections and coordinate systems.

Welcome to Lesson 4. It is important for a GIS analyst to have a thorough understanding of map projections and coordinate systems. Welcome to Lesson 4. It is important for a GIS analyst to have a thorough understanding of map projections and coordinate systems. A GIS without coordinates would simply be a database like Microsoft Excel

More information

EnvSci360 Computer and Analytical Cartography

EnvSci360 Computer and Analytical Cartography EnvSci360 Computer and Analytical Cartography Lecture 3 Geodesy Map Projections, Datums, and Coordinate Systems 1 Geodesy The science of measuring and representing the shape and size of the earth, and

More information

What is a Map Projection?

What is a Map Projection? What is a Map Projection? It is how we represent a three dimensional Earth on a flat piece of paper However The process of transferring information from the Earth to a map causes every projection to distort

More information

ch02.pdf chap2.pdf chap02.pdf

ch02.pdf chap2.pdf chap02.pdf Introduction to Geographic Information Systems 8th Edition Karl Solutions Manual Full Download: http://testbanklive.com/download/introduction-to-geographic-information-systems-8th-edition-karl-solutions-manu

More information

This week s topics. Week 6. FE 257. GIS and Forest Engineering Applications. Week 6

This week s topics. Week 6. FE 257. GIS and Forest Engineering Applications. Week 6 FE 257. GIS and Forest Engineering Applications Week 6 Week 6 Last week Chapter 8 Combining and splitting landscape features and merging GIS databases Chapter 11 Overlay processes Questions? Next week

More information

Intro to GIS Fall 2010 Georeferencing & Map Projections

Intro to GIS Fall 2010 Georeferencing & Map Projections Intro to GIS Fall 2010 Georeferencing & Map Projections SHAPE OF THE EARTH Earth's Shape Geoid: shape of earth minus topographic features (irregular due to local variations in gravity) Ellipsoid: elongated

More information

Georeferencing, Map Projections, Cartographic Concepts. -Coordinate Systems -Datum

Georeferencing, Map Projections, Cartographic Concepts. -Coordinate Systems -Datum Georeferencing, Map Projections, Cartographic Concepts -Map Projections -Coordinate Systems -Datum Map projection is "the process of systematically transforming positions on the Earth's spherical surface

More information

GIST 3300 / Geographic Information Systems. Last Time. Today

GIST 3300 / Geographic Information Systems. Last Time. Today GIST 3300 / 5300 Last Time Ellipsoids and Datums Today Map Projections Map Projections Today we will build on the concepts of Geographic Coordinate Systems, Ellipsoids and Datums and add the concepts of

More information

Map Projections. Displaying the earth on 2 dimensional maps

Map Projections. Displaying the earth on 2 dimensional maps Map Projections Displaying the earth on 2 dimensional maps Map projections Define the spatial relationship between locations on earth and their relative locations on a flat map Are mathematical expressions

More information

NR402 GIS Applications in Natural Resources Lesson 4 Map Projections

NR402 GIS Applications in Natural Resources Lesson 4 Map Projections NR402 GIS Applications in Natural Resources Lesson 4 Map Projections From http://www.or.blm.gov/gis/ 1 Geographic coordinates Coordinates are expressed as Latitude and Longitude in Degrees, Minutes, Seconds

More information

GEOREFERENCING, PROJECTIONS Part I. PRESENTING DATA Part II

GEOREFERENCING, PROJECTIONS Part I. PRESENTING DATA Part II Week 7 GEOREFERENCING, PROJECTIONS Part I PRESENTING DATA Part II topics of the week Georeferencing Coordinate systems Map Projections ArcMap and Projections Geo-referencing Geo-referencing is the process

More information

Shape e o f f the e Earth

Shape e o f f the e Earth 1 Coordinate Systems & Projections Coordinate Systems Two map layers are not going to register spatially unless they are based on the same coordinate system. 2 Contents Shape of the earth Datum Projections

More information

Importance of Understanding Coordinate Systems and Map Projections.

Importance of Understanding Coordinate Systems and Map Projections. Importance of Understanding Coordinate Systems and Map Projections. 1 It is extremely important that you gain an understanding of coordinate systems and map projections. GIS works with spatial data, and,

More information

WHERE ARE YOU? Maps & Geospatial Concepts Fall 2015

WHERE ARE YOU? Maps & Geospatial Concepts Fall 2015 WHERE ARE YOU? Maps & Geospatial Concepts Fall 2015 Where are you? Relative location I m at school Absolute Location 45 26 18.07 122 43 50.78 Where is Boston? Introducing Geodesy, Ellipsoids & Geoids Geodesy

More information

REFERENCING COORDINATE SYSTEMS MAP PROJECTIONS GEOREFERENCING

REFERENCING COORDINATE SYSTEMS MAP PROJECTIONS GEOREFERENCING GIS in Ecology SPATIAL REFERENCING COORDINATE SYSTEMS MAP PROJECTIONS GEOREFERENCING : :1 Where on earth? Early mapmakers recognized the need for a system that could locate features on the earth's surface.

More information

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-1 Chapters 1 and 2

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-1 Chapters 1 and 2 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-1 Chapters 1 and 2 What is GIS? A Geographic Information System (GIS) is a computer system for capturing, storing, querying, analyzing and

More information

Map projections. Rüdiger Gens

Map projections. Rüdiger Gens Rüdiger Gens 2 Outline! Relevant terms! Why map projections?! Map projection categories " Projection surfaces " Features preserved from distortions! Map projection examples! Right choice Relevant terms!

More information

GEOL 452/552 - GIS for Geoscientists I. Lecture 15

GEOL 452/552 - GIS for Geoscientists I. Lecture 15 GEOL 452/552 - GIS for Geoscientists I Lecture 15 Lecture Plan Midterm Multiple choice part graded (+ solutions) Jump to Ch. 11 for one lecture Coordinate systems Projections, datums, spheroids Unprojected

More information

Outline. Shape of the Earth. Geographic Coordinates (φ, λ, z) Ellipsoid or Spheroid Rotate an ellipse around an axis. Ellipse.

Outline. Shape of the Earth. Geographic Coordinates (φ, λ, z) Ellipsoid or Spheroid Rotate an ellipse around an axis. Ellipse. Map Projections Outline Geodesy and map projections Prof. D. Nagesh Kumar Department of Civil Engineering Indian Institute of Science Bangalore 560 012, India http://www.civil.iisc.ernet.in/~nagesh Shape

More information

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual)

Overview key concepts and terms (based on the textbook Chang 2006 and the practical manual) Introduction Geo-information Science (GRS-10306) Overview key concepts and terms (based on the textbook 2006 and the practical manual) Introduction Chapter 1 Geographic information system (GIS) Geographically

More information

Lab#3: GIS Projections and Coordinate Systems. Start Arcmap and create a data frame for each of the above coordinate systems.

Lab#3: GIS Projections and Coordinate Systems. Start Arcmap and create a data frame for each of the above coordinate systems. NRM338 Fall 2017 Lab#3 Page#1 of 18 In this lab, you will Lab#3: GIS Projections and Coordinate Systems 1) Define the geographic coordinate system of two GIS themes. 2) Determine the geographic coordinates

More information

Map Projections & Coordinate Systems

Map Projections & Coordinate Systems Map Projections & Coordinate Systems 9/7/2017 1 Why? Laying the Earth Flat Need convenient means of measuring and comparing distances, directions, areas, shapes. Traditional surveying instruments measure

More information

Geographic coordinate systems

Geographic coordinate systems 1 Geographic coordinate systems In this chapter you ll learn about longitude and latitude. You ll also learn about the parts that comprise a geographic coordinate system including Spheres and spheroids

More information

The Wildlife Society Meet and Greet. Come learn about what the UNBC Student Chapter of TWS is all about!

The Wildlife Society Meet and Greet. Come learn about what the UNBC Student Chapter of TWS is all about! Georeferencing I GEOG 300, Lecture 4 Dr. Anthony Jjumba 1 The Wildlife Society Meet and Greet Quiz Come learn about what the UNBC Student Chapter of TWS is all about! 5:30 7:30 PM, Wednesday September

More information

Map Projections. What does the world look like? AITOFF AZIMUTHAL EQUIDISTANT BEHRMANN EQUAL AREA CYLINDRICAL

Map Projections. What does the world look like? AITOFF AZIMUTHAL EQUIDISTANT BEHRMANN EQUAL AREA CYLINDRICAL Map Projections What does the world look like? AITOFF AZIMUTHAL EQUIDISTANT BEHRMANN EQUAL AREA CYLINDRICAL 1 CYLINDRICAL EQUAL AREA BONNE CRASTER PARABOLIC 2 ECKERT I ECKERT III ECKERT V There are many

More information

Geography 281 Map Making with GIS Project Eight: Comparing Map Projections

Geography 281 Map Making with GIS Project Eight: Comparing Map Projections Geography 281 Map Making with GIS Project Eight: Comparing Map Projections In this activity, you will do a series of projection comparisons using maps at different scales and geographic extents. In this

More information

Modern Navigation. Thomas Herring

Modern Navigation. Thomas Herring 12.215 Modern Navigation Thomas Herring Today s class Map Projections: Why projections are needed Types of map projections Classification by type of projection Classification by characteristics of projection

More information

Recall: The scale transformation

Recall: The scale transformation Recall: The scale transformation Geography 12: Maps and Spatial Reasoning Lecture 3: Map Projection Basics Professor Keith Clarke 1:400M The real world A representation of the world A cartographic problem

More information

Georeferencing. Geography is the key to linking attributes. Georeferencing is the key to geography.

Georeferencing. Geography is the key to linking attributes. Georeferencing is the key to geography. Georeferencing Geography is the key to linking attributes. Georeferencing is the key to geography. Why georeferencing? Many reasons for having georeferences Many different approaches to georeferencing

More information

Georeferencing. datum. projection. scale. The next few lectures will introduce you to these elements. on the Earth, you ll need to understand how

Georeferencing. datum. projection. scale. The next few lectures will introduce you to these elements. on the Earth, you ll need to understand how Georeferencing GOAL: To assign a location to all the features represented in our geographic information data In order to do so, we need to make use of the following elements: ellipsoid/geoid To determine

More information

ENV101 EARTH SYSTEMS

ENV101 EARTH SYSTEMS ENV101 EARTH SYSTEMS Practical Exercise 2 Introduction to ArcMap and Map Projections 1. OVERVIEW This practical is designed to familiarise students with the use of ArcMap for visualising spatial data and

More information

Working with georeferenced data. What is georeferencing? Coordinate Systems. Geographic and Projected Coordinate System

Working with georeferenced data. What is georeferencing? Coordinate Systems. Geographic and Projected Coordinate System GIS501 Fundamentals of Geographical Information Systems (GIS) Coordinate Systems Working with georeferenced data What is georeferencing? Geographically referenced data which is, in some way, referenced

More information

IDENTIFYING THE TYPE OF COORDINATE SYSTEM FOR DATA USING ARCMAP

IDENTIFYING THE TYPE OF COORDINATE SYSTEM FOR DATA USING ARCMAP CHAPTER 1 IDENTIFYING THE TYPE OF COORDINATE SYSTEM FOR DATA USING ARCMAP I got a parcel shapefile from the county, but it doesn t line up with my other data in ArcMap. My boss told me to make a map using

More information

Geo Referencing & Map projections CGI-GIRS 0910

Geo Referencing & Map projections CGI-GIRS 0910 Geo Referencing & Map projections CGI-GIRS 0910 Where are you? 31UFT8361 174,7 441,2 51 58' NB 5 40' OL 2/60 Who are they? 3/60 Do geo data describe Earth s phenomena perfectly? Georeference systems ellipsoid

More information

Geo Referencing & Map projections CGI-GIRS 0910

Geo Referencing & Map projections CGI-GIRS 0910 Geo Referencing & Map projections CGI-GIRS 0910 Where are you? 31UFT8361 174,7 441,2 51 58' NB 5 40' OL 2/60 Who are they? 3/60 Do geo data describe Earth s phenomena perfectly? Georeference systems ellipsoid

More information

Laboratory Topic 4: Projections and Geo-Positioning in ArcGIS [ LAEP/GEOG c188 ]

Laboratory Topic 4: Projections and Geo-Positioning in ArcGIS [ LAEP/GEOG c188 ] Laboratory Topic 4: Projections and Geo-Positioning in ArcGIS 10.4.1 - [ LAEP/GEOG c188 ] Projections in ArcGIS 10.4.1 In this tutorial you will learn to identify the Projection and Datum of a dataset,

More information

The Elements of GIS. Organizing Data and Information. The GIS Database. MAP and ATRIBUTE INFORMATION

The Elements of GIS. Organizing Data and Information. The GIS Database. MAP and ATRIBUTE INFORMATION GIS s Roots in Cartography Getting Started With GIS Chapter 2 Dursun Z. Seker MAP and ATRIBUTE INFORMATION Data (numbers and text) store as files refer to them collectively as a database gather inform.

More information

The Nature of Spatial Data. Keith C. Clarke Geography UCSB

The Nature of Spatial Data. Keith C. Clarke Geography UCSB The Nature of Spatial Data Keith C. Clarke Geography UCSB Geographic primitives G = g (x, y, z, s, A, t) [x, y, z] = f(λ, φ, d) Geography also highly dependent upon model First, the datum (d) Models of

More information

Data Set Projection Checklist

Data Set Projection Checklist 1 of 6 12/20/2012 12:38 PM Data Set Projection Checklist There are two projections/coordinate systems you must worry about: 1. 2. That of your map. You can pick this to be whatever you want, and your GIS

More information

Introduction to Geographic Information Science. Updates/News. Last Lecture. Geography 4103 / Map Projections and Coordinate Systems

Introduction to Geographic Information Science. Updates/News. Last Lecture. Geography 4103 / Map Projections and Coordinate Systems Geography 4103 / 5103 Introduction to Geographic Information Science Map Projections and Coordinate Systems Updates/News Thursday s lecture Reading discussion 1 find the readings online open questions,

More information

Plane coordinates ~~~~~~~~~~

Plane coordinates ~~~~~~~~~~ Coordinate Systems & Map Projections Geographic coordinates A Basic Introduction to Coordinate Systems & Map Projections Latitude & longitude Angles Parallels & meridians Lines Plane coordinates ~~~~~~~~~~

More information

Geographers Perspectives on the World

Geographers Perspectives on the World What is Geography? Geography is not just about city and country names Geography is not just about population and growth Geography is not just about rivers and mountains Geography is a broad field that

More information

1. Geospatial technology rarely links geospatial data to nonspatial data. a. True *b. False

1. Geospatial technology rarely links geospatial data to nonspatial data. a. True *b. False Chapter 2 Where in the Geospatial World Are You? 1. Geospatial technology rarely links geospatial data to nonspatial data. 2. For geospatial technology to work, every location on Earth must be: a. inhabited

More information

Displaying Latitude & Longitude Data (XY Data) in ArcGIS

Displaying Latitude & Longitude Data (XY Data) in ArcGIS Displaying Latitude & Longitude Data (XY Data) in ArcGIS Created by Barbara Parmenter and updated on 2/15/2018 If you have a table of data that has longitude and latitude, or XY coordinates, you can view

More information

Introduction to Geographic Information Systems

Introduction to Geographic Information Systems Introduction to Geographic Information Systems Lynn_Carlson@brown.edu 401-863-9917 The Environmental And Remote TecHnologies Lab MacMillan Hall, Room 105 http://www.brown.edu/research/earthlab/ Outline

More information

12/26/2012. Geographic Information Systems * * * * GIS (... yrezaei

12/26/2012. Geographic Information Systems * * * * GIS (... yrezaei ( - Geographic Information Systems ( ( 1 2 3 Information System Data base DB IS IS DB (Knowledge ( ( (System (Information System - (Georefrence Analysis Data + Knowledge ======== Information 4 5 ( < 10%

More information

Fri. Jan. 26, Demonstration of QGIS with GPS tracks. Types of data, simple vector (shapefile) formats

Fri. Jan. 26, Demonstration of QGIS with GPS tracks. Types of data, simple vector (shapefile) formats Fri. Jan. 26, 2018 Demonstration of QGIS with GPS tracks Types of data, simple vector (shapefile) formats Map projections, Coordinate Reference Systems Demonstration of QGIS with geologic map 1 Raster

More information

Task 1: Start ArcMap and add the county boundary data from your downloaded dataset to the data frame.

Task 1: Start ArcMap and add the county boundary data from your downloaded dataset to the data frame. Exercise 6 Coordinate Systems and Map Projections The following steps describe the general process that you will follow to complete the exercise. Specific steps will be provided later in the step-by-step

More information

Identifying coordinate systems for data using ArcMap

Identifying coordinate systems for data using ArcMap Chapter 1 Identifying coordinate systems for data using ArcMap I got a parcel shapefile from the county but it doesn t line up with my other data in ArcMap. My boss told me to make a map using ArcMap,

More information

Projections & GIS Data Collection: An Overview

Projections & GIS Data Collection: An Overview Projections & GIS Data Collection: An Overview Projections Primary data capture Secondary data capture Data transfer Capturing attribute data Managing a data capture project Geodesy Basics for Geospatial

More information

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics

Lecture 2. A Review: Geographic Information Systems & ArcGIS Basics Lecture 2 A Review: Geographic Information Systems & ArcGIS Basics GIS Overview Types of Maps Symbolization & Classification Map Elements GIS Data Models Coordinate Systems and Projections Scale Geodatabases

More information

Geographical Information Systems

Geographical Information Systems Geographical Information Systems Geographical Information Systems (GIS) is a relatively new technology that is now prominent in the ecological sciences. This tool allows users to map geographic features

More information

ArcGIS for Applied Economists Session 2

ArcGIS for Applied Economists Session 2 ArcGIS for Applied Economists Session 2 Mark Westcott LMU Munich June 15, 2015 1 / 31 Topics for this session: Geographic Coordinate Systems Projections Projected Coordinate Systems Geocoding 2 / 31 Some

More information

Mapping coordinate systems

Mapping coordinate systems Mapping coordinate systems 1. The Earth's Graticule Latitude and Longitude The graticule is the imaginary grid of lines running east-west (lines of latitude = parallels) and north-south lines of longitude

More information

Mapping Census Data in ArcView 3.x

Mapping Census Data in ArcView 3.x Mapping Census Data in ArcView 3.x Nancy Lemay University of Ottawa Barbara Znamirowski Trent University Workshop Outline Defining certain concepts and terms: Map scale, coordinate systems, datum and projections.

More information

Lecture 10-14: Map Projections and Coordinate System

Lecture 10-14: Map Projections and Coordinate System URP 1281 Surveying and Cartography Lecture 10-14: Map Projections and Coordinate System December 27, 2015 Course Teacher: Md. Esraz-Ul-Zannat Assistant Professor Department of Urban and Regional Planning

More information

Lab 1: Importing Data, Rectification, Datums, Projections, and Coordinate Systems

Lab 1: Importing Data, Rectification, Datums, Projections, and Coordinate Systems Lab 1: Importing Data, Rectification, Datums, Projections, and Coordinate Systems Topics covered in this lab: i. Importing spatial data to TAS ii. Rectification iii. Conversion from latitude/longitude

More information

Full file at https://fratstock.eu

Full file at https://fratstock.eu Full file at https://fratstockeu Chapter 1 to Exercises 1 1 The feature data set is called Transportation It has two feature classes, majroads and interstates Method: Use the Add Data button to look at

More information

Coordinate Systems and Map James Frew ESM 263 Winter

Coordinate Systems and Map James Frew ESM 263 Winter Coordinate Systems and Map Projec@ons 1 Outline Introduc@on La@tude and longitude Projec@ons and coordinate systems Placenames Postal addresses and postal codes Linear referencing systems Cadasters Conver@ng

More information

Notes on Projections Part II - Common Projections James R. Clynch February 2006

Notes on Projections Part II - Common Projections James R. Clynch February 2006 Notes on Projections Part II - Common Projections James R. Clynch February 2006 I. Common Projections There are several areas where maps are commonly used and a few projections dominate these fields. An

More information

Referencing map features: Coordinate systems and map projections

Referencing map features: Coordinate systems and map projections Referencing map features: Coordinate systems and map projections Coordinate systems and map projections if we want to integrate geographic data from many different sources, we need to use a consistent

More information

When the Earth Was Flat. Measurements were made using a plumb bob, a spirit level, and a stick. Also, the Stars.

When the Earth Was Flat. Measurements were made using a plumb bob, a spirit level, and a stick. Also, the Stars. ABSTRACT Defining the shape of the Earth geoid. Mathematical models spheroid or ellipsoid Mathematical projection of geodetic systems GIS/GPS technology The need for a unified projection systems World

More information

Hydrology and Floodplain Analysis, Chapter 10

Hydrology and Floodplain Analysis, Chapter 10 Hydrology and Floodplain Analysis, Chapter 10 Hydrology and Floodplain Analysis, Chapter 10.1 Introduction to GIS GIS Geographical Information System Spatial Data Data linked with geographical location

More information

1) Download TrainingData Folder from: IcOldDBz4MVwLQhslNUTFoMEqgEO7

1) Download TrainingData Folder from:   IcOldDBz4MVwLQhslNUTFoMEqgEO7 Instructions: 1) Download TrainingData Folder from: https://drive.google.com/open?id=1bh- IcOldDBz4MVwLQhslNUTFoMEqgEO7 2) Open QGIS (this exercise is made fro QGIX version 2.18, but can be also done in

More information

Map Projections & Coordinate Systems 9/10/2013. Why? M. Helper GEO327G/386G, UT Austin 2. M. Helper GEO327G/386G, UT Austin 4

Map Projections & Coordinate Systems 9/10/2013. Why? M. Helper GEO327G/386G, UT Austin 2. M. Helper GEO327G/386G, UT Austin 4 Map Projections & Coordinates Laing the earth flat Wh? Need convenient means of measuring and comparing distances, directions, areas, shapes. Traditional surveing instruments measure in meters or feet,

More information

Coordinate Systems. Location on earth is defined by coordinates

Coordinate Systems. Location on earth is defined by coordinates Coordinate Systems We think of the earth as a sphere It is actually a spheroid (ellipsoid), slightly larger in radius at the equator than at the poles Shape of the Earth Location on earth is defined by

More information

Solving the "Grid to Ground Problem" with Custom Coordinate Systems CV327-6 About the Speaker:

Solving the Grid to Ground Problem with Custom Coordinate Systems CV327-6 About the Speaker: Solving the "Grid to Ground Problem" with Custom Coordinate Systems Richard Sincovec, LSI Director of Technology, Edward James Surveying President, Quux Software CV327-6 Grid projections such as the State

More information

An ESRI Technical Paper June 2007 Understanding Coordinate Management in the Geodatabase

An ESRI Technical Paper June 2007 Understanding Coordinate Management in the Geodatabase An ESRI Technical Paper June 2007 Understanding Coordinate Management in the Geodatabase ESRI 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com

More information

Lecture Plan. GEOL 452/552 - GIS for Geoscientists I. Why use Projections? Lecture 15 - chapter 11. Different types of Projections

Lecture Plan. GEOL 452/552 - GIS for Geoscientists I. Why use Projections? Lecture 15 - chapter 11. Different types of Projections GEOL 452/552 - GIS for Geoscientists I Lecture 15 - chapter 11 Lecture Plan Ch. 11, one lecture Coordinate systems Projection, Datums, Dpheroid Unprojected (geographic) coord. syst., UTM On the fly projection

More information

Map Projections & Coordinate Systems 1/25/2018

Map Projections & Coordinate Systems 1/25/2018 Map Projections & Coordinate Sstems Laing the Earth Flat How? Projections transformation of curved earth to a flat map; sstematic rendering of the lat. & lon. graticule to rectangular coordinate sstem.

More information

Coordinate systems and transformations in action. Melita Kennedy and Keera Morrish

Coordinate systems and transformations in action. Melita Kennedy and Keera Morrish Coordinate systems and transformations in action Melita Kennedy and Keera Morrish Objectives Coordinate systems - Geographic versus projected - Project considerations - Gotchas Identifying an unknown coordinate

More information

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work?

Outline. Chapter 1. A history of products. What is ArcGIS? What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Outline Chapter 1 Introducing ArcGIS What is GIS? Some GIS applications Introducing the ArcGIS products How does GIS work? Basic data formats The ArcCatalog interface 1-1 1-2 A history of products Arc/Info

More information

Map Projections & Coordinate Systems 9/7/2017

Map Projections & Coordinate Systems 9/7/2017 Map Projections & Coordinate Sstems Laing the Earth Flat Wh? Need convenient means of measuring and comparing distances, directions, areas, shapes. Traditional surveing instruments measure in meters or

More information

GPS Remote Sensing. GIS Photogrammetry. GEODESY Equipment (total station) CARTOGRAPHY Survey Software. Map Projection Coordinate Systems

GPS Remote Sensing. GIS Photogrammetry. GEODESY Equipment (total station) CARTOGRAPHY Survey Software. Map Projection Coordinate Systems GPS Remote Sensing GIS Photogrammetry GEODESY Equipment (total station) CARTOGRAPHY Survey Software Map Projection Coordinate Systems 1 Coordinate Systems, Datum and Map Projection Dr. Maher A. El-Hallaq

More information

GST 101: Introduction to Geospatial Technology Lab 3 - Understanding Coordinate Systems and Map Projections

GST 101: Introduction to Geospatial Technology Lab 3 - Understanding Coordinate Systems and Map Projections GST 101: Introduction to Geospatial Technology Lab 3 - Understanding Coordinate Systems and Map Projections Objective Explore and Understand Coordinate Systems and Map Projections Document Version: 3/3/2015

More information

1/28/16. EGM101 Skills Toolbox. Oblate spheroid. The shape of the earth Co-ordinate systems Map projections. Geoid

1/28/16. EGM101 Skills Toolbox. Oblate spheroid. The shape of the earth Co-ordinate systems Map projections. Geoid EGM101 Skills Toolbox Oblate spheroid The shape of the earth Co-ordinate systems Map projections The geoid is the shape that the surface of the oceans would take under the influence of Earth's gravitation

More information

Spatial Data, 16 th Century Dutchmen, GPS and GIS. Martin Charlton, National Centre for Geocomputation National University of Ireland Maynooth

Spatial Data, 16 th Century Dutchmen, GPS and GIS. Martin Charlton, National Centre for Geocomputation National University of Ireland Maynooth Spatial Data, 16 th Century Dutchmen, GPS and GIS Martin Charlton, National Centre for Geocomputation National University of Ireland Maynooth Maps as truth Maps are cultural artifacts, comparable in history

More information

Georeferencing. Where on earth are we? Critical for importing and combining layers for mapping

Georeferencing. Where on earth are we? Critical for importing and combining layers for mapping Georeferencing Where on earth are we? Critical for importing and combining layers for mapping 1. The Geoid Earth is not a perfect sphere, it is ellipsoidal.. earth is the 'Geoid'. The difference between

More information

GIS in Water Resources Midterm Exam Fall 2008 There are 4 questions on this exam. Please do all 4.

GIS in Water Resources Midterm Exam Fall 2008 There are 4 questions on this exam. Please do all 4. Page 1 of 8 Name: GIS in Water Resources Midterm Exam Fall 2008 There are 4 questions on this exam. Please do all 4. 1. Basic Concepts [20 points] Find the letter with the best answer for each term: 1.

More information

How can we project a 3D globe onto a 2D display? - Ellipsoids and Datums deal with earth non-sphericity

How can we project a 3D globe onto a 2D display? - Ellipsoids and Datums deal with earth non-sphericity Map projections How can we project a 3D globe onto a 2D display? - Ellipsoids and Datums deal with earth non-sphericity http://www.mapovasbirka.cz/english/index_eng.html The world could be mapped like

More information

Projections Part I - Categories and Properties James R. Clynch February 2006

Projections Part I - Categories and Properties James R. Clynch February 2006 I. Introduction and References Projections Part I - Categories and Properties James R. Clynch February 2006 The world is, approximately, a sphere. Maps are flat. Making maps requires some method of putting

More information

Exercise 6: Coordinate Systems

Exercise 6: Coordinate Systems Exercise 6: Coordinate Systems This exercise will teach you the fundamentals of Coordinate Systems within QGIS. In this exercise you will learn: How to determine the coordinate system of a layer How the

More information

Map Projections 2/4/2013. Map Projections. Rhumb Line (Loxodrome) Great Circle. The GLOBE. Line of constant bearing (e.g., 292.

Map Projections 2/4/2013. Map Projections. Rhumb Line (Loxodrome) Great Circle. The GLOBE. Line of constant bearing (e.g., 292. The GLOBE ADVANTAGES Directions True Distances True Shapes True Area True DISADVANTAGES Very small scale with little detail. Costly to reproduce and update. Difficult to carry around. Bulky to store. FACTS

More information

Different Displays of Thematic Maps:

Different Displays of Thematic Maps: Different Displays of Thematic Maps: There are a number of different ways to display or classify thematic maps, including: Natural Breaks Equal Interval Quantile Standard Deviation What s important to

More information

Introduction to GIS. Phil Guertin School of Natural Resources and the Environment GeoSpatial Technologies

Introduction to GIS. Phil Guertin School of Natural Resources and the Environment GeoSpatial Technologies Introduction to GIS Phil Guertin School of Natural Resources and the Environment dguertin@cals.arizona.edu Mapping GeoSpatial Technologies Traditional Survey Global Positioning Systems (GPS) Remote Sensing

More information

2. Which geometric model has been used at some time to describe the earth? a. Sphere b. Oblate ellipsoid c. Flat disk. d. Geoid e.

2. Which geometric model has been used at some time to describe the earth? a. Sphere b. Oblate ellipsoid c. Flat disk. d. Geoid e. 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 Geography 12 Sample Mid-Term Examination Before you

More information

Map Projections (Part 1)

Map Projections (Part 1) 1 Earth is a round, maps are not. Four projection families. Equivalent (Equal Area) projections Preserves relative areas Commonly used for thematic maps Ex: Albers Conformal projections Preserve angles,

More information

SIG/GIS: Systèmes d Information Géographiques Geographical Information Systems. Principles

SIG/GIS: Systèmes d Information Géographiques Geographical Information Systems. Principles SIG/GIS: Systèmes d Information Géographiques Geographical Information Systems Principles GEOREFERENCING Outlines 1- Representing Geography 2- The nature of Geographic Data 3- Geo-referencing 4-Uncertainty

More information