Homework. In GIS Fundamentals book, Chapter 2, exact formula

Size: px
Start display at page:

Download "Homework. In GIS Fundamentals book, Chapter 2, exact formula"

Transcription

1 Homework In GIS Fundamentals book, Chapter 2, exact formula

2

3 Homework 2) Use the spherical triangles method to calculate the ini7al azimuth from St. Paul to: Reykjavik

4 t r o N e l o hp C a B Reykjavik N, W b= = a=25.87 = C=71.27 = b c Tan(A) = sin(c) sin(b) - cos(b)cos(c) tan(a) N, W A St.Paul sin(71.27) = sin(45.046) - cos(45.056)cos(71.27) tan(25.87) = A = Tan-1 (0.768) = deg

5 Azimuth Complications: Angles gt 90 o Tan(A) = sin(b) tan(a) sin(c) - cos(b)cos(c) St Paul to Buenos Aires A = Tan -1 ( ) GC distance calcs. wellbehaved, but angle tricky, because of inverse tangent function

6 Angle tricky, because of tangent function It repeats every 180 degrees Same tan(), different azimuth tan(f) = tan(f +180) = tan(f - 180) For angles gt 90 degrees, add or subtract 180 (or pi radians) to atan output. How do you know gt 90? From figure, or signs of sin and cos output.

7 Arctan ambiguous, e.g., returns the same value for angles of 30 or 210 degrees, or 140 and 320 degrees.which to choose? From the ATAN function alone, angles in the NE and SW quadrants are ambiguous as are angles in the NW and SE quadrants

8 To Buenos Aires, S latitude, so 90+ latitude b A = Tan -1 ( ) returns a = c S, W

9 Homework Part 3 - calculate Chord dist. vs Great Circle First calculate X Y Z coordinates, then compare to part 1

10 Plane to Ellipsoidal/Geographic Use astronomical observations to set a point Collect angle and distance measures to a new point Calculate the new locations using geodetic formulas (law of signs, great circle distance), reduced to the adopted ellipsoid. Redundantly If I change the ellipsoid, or have better or more measurements, I recalculate the coordinates

11 Plane to Ellipsoidal/Geographic Use astronomical observations to set a point Collect angle and distance measures to a new point Calculate the new locations using geodetic formulas (law of signs, great circle distance), reduced to the adopted ellipsoid. Redundantly If I change the ellipsoid, or have better or more measurements, I recalculate the coordinates

12 Plane to Ellipsoidal/Geographic Use astronomical observations to set a point Collect angle and distance measures to a new point Calculate the new locations using geodetic formulas (law of signs, great circle distance), reduced to the adopted ellipsoid. Redundantly If I change the ellipsoid, or have better or more measurements, I recalculate the coordinates

13 Plane to Ellipsoidal/Geographic Use astronomical observations to set a point Collect angle and distance measures to a new point Calculate the new locations using geodetic formulas (law of signs, great circle distance), reduced to the adopted ellipsoid. Redundantly If I change the ellipsoid, or have better or more measurements, I recalculate the coordinates

14 Plane to Ellipsoidal/Geographic Use astronomical observations to set a point Collect angle and distance measures to a new point Calculate the new locations using geodetic formulas (law of signs, great circle distance), reduced to the adopted ellipsoid. Redundantly If I change the ellipsoid, or have better or more measurements, I recalculate the coordinates

15 Plane to Ellipsoidal/Geographic Use astronomical observations to set a point Collect angle and distance measures to a new point Calculate the new locations using geodetic formulas (law of signs, great circle distance), reduced to the adopted ellipsoid. Redundantly If I change the ellipsoid, or have better or more measurements, I recalculate the coordinates

16 Plane to Ellipsoidal/Geographic Use astronomical observations to set a point Collect angle and distance measures to a new point Calculate the new locations using geodetic formulas (law of signs, great circle distance), reduced to the adopted ellipsoid. Redundantly If I change the ellipsoid or positions, or have better or more measurements, I recalculate the coordinates

17 Geodesy on an Ellipsoid

18 Geodesy on an Ellipsoid This is the most useful surface for estimating horizontal (lat/lon) positions We specify an ellipsoid - the semi-major and semi-minor axes We reduce our set of measurements to the best estimates (in a least squares sense) to their location on the ellipsoid Both the ellipsoid and the points are needed to specify a horizontal datum

19 Preliminaries for Ellipsoidal Calculations a = semi- major axis length b= semi-minor axis length e = first eccentricity =[2f - f 2 ] 1/2 e = second eccentricity = [(a 2 -b 2 )/b 2 ] 1/2 f = flattening = (a-b)/b GRS80 is the internationally recognized, globally best fitting datum

20 Survey a set of Datum Points Locations calculated using ellipsoidal geometry

21 Three Latitudes parametric latitude Geodetic Latitude is our Standard geodetic latitude geocentric latitude

22 p is the diameter of a parallel of latitude How do we calculate p if we know a, f? p = N * cos (f)

23 p is the diameter of a parallel of latitude How do we calculate p if we know a, f? p = N * cos (f) We need to calculate N

24 Remember, f is latitude

25 N is the Prime Vertical - Line containing a vertical line up from the surface, extending to polar axis At a right angle to meridian, and to a parallel at the intersection point

26 Two points on an (Earth) Ellipsoid What are the distance and direction (azimuths) between the points? 2nd Questions: If I leave a point on a given azimuth, and travel a given distance, where will I end up? Wikimedia commons

27 A Geodesic - Shortest Distance Between Points Insert Figure 5.13 here

28 Computations on an Ellipsoid Surface Bowring Equations pg 78, here Remember, e = second eccentricity = [(a 2 -b 2 )/b 2 ] 1/2 where a and b are semi-major and minor axes pg 78, E & F

29

30

31 Two points on an (Earth) Ellipsoid What are the distance and direction (azimuths) between the points? 2nd Questions: If I leave a point on a given azimuth, and travel a given distance, where will I end up? Wikimedia commons

32 These calculations allow us to, from known starting points, survey a set points with latitudes/ longitudes on the ellipsoid surface - Benchmarks Starting points from astronomical measurements Intermediate locations determined from surveys Monumented, and entered in a database

33

34 p is the diameter of a parallel of latitude How do we calculate p if we know a, f?

35 Homework - what s up with St. Paul?

36

37

38 The Coordinates for each point depend on the Ellipsoid you choose (a and b), and the measurements for your starting points NAD83(xxxx) Datums are Offset from the WBS84/ITRF Datums, although both sets use the GRS80 Ellipsoid - different starting point/orientation

39 e.g, ArcMap Warning: Which to choose, and what are we doing?

40 We Are Applying a 3-D Cartesian Coordinate Transformation

41 The List of Datum Transformations is Going to Grow: NGS Ten Year Plan Updated Plan Four main goals One enterprise goal Replace NAVD 88 with a GPS/geoid datum Replace NAD 83 with a geocentric GPS based datum Implement New Datums in

You can only use a planar surface so far, before the equidistance assumption creates large errors

You can only use a planar surface so far, before the equidistance assumption creates large errors You can only use a planar surface so far, before the equidistance assumption creates large errors Distance error from Kiester to Warroad is greater than two football fields in length So we assume a spherical

More information

Lecture 4 Spherical Trigonometry and related topics. GISC January 2007

Lecture 4 Spherical Trigonometry and related topics. GISC January 2007 Lecture 4 Spherical Trigonometry and related topics GISC-3325 24 January 2007 Another book recommendation By Bill Carter and Merri Sue Carter, Naval Institute Press, Annapolis, Maryland 2002 Review Latitude

More information

Modern Navigation. Thomas Herring

Modern Navigation. Thomas Herring 12.215 Modern Navigation Thomas Herring Today s Class Latitude and Longitude Simple spherical definitions Geodetic definition: For an ellipsoid Astronomical definition: Based on direction of gravity Relationships

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

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

SiRF White Paper. Great Circle Distances Computing the distance between two points on the surface of the Earth

SiRF White Paper. Great Circle Distances Computing the distance between two points on the surface of the Earth SiRF White Paper Great Circle Distances Computing the distance between two points on the surface of the Earth Carl Carter May 17, 2002 Introduction The distance between two points on the Earth is computed

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

HP-33S Calculator Program XYZ 2

HP-33S Calculator Program XYZ 2 Convert XYZ Geocentric Co-ordinates on any ellipsoid to Latitude, Longitude and Height Programmer: Dr. Bill Hazelton Date: May, 2005. Version: 2.0 Line Instruction Display User Instructions Y0001 LBL Y

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

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

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

THE GREAT ELLIPTIC ARC ON AN ELLIPSOID

THE GREAT ELLIPTIC ARC ON AN ELLIPSOID THE GREAT ELLIPTIC ARC ON AN ELLIPSOID R. E. Deakin School of Mathematical & Geospatial Sciences, RMIT University, GPO Box 476V, MELBOURNE VIC 300, AUSTRALIA email: rod.deakin@rmit.edu.au January 00 ABSTRACT

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

GISC3325 Spring 2011 Final Exam

GISC3325 Spring 2011 Final Exam GISC3325 Spring 2011 Final Exam Name: Carefully read each question. Identify the important elements and the question being asked. Show your work for partial credit. No credit for undocumented wrong answers.

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

PHYSICS 1030 Homework #9

PHYSICS 1030 Homework #9 PHYSICS 1030 Homework #9 (Due Dec. 6, 2017) Find the position of the planet Mars at time t D December 6, 2017, 5:00 am EST. You will do this by following the steps shown below. (a) Convert the time t to

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

HP-35s Calculator Program XYZ 2

HP-35s Calculator Program XYZ 2 Convert XYZ Geocentric Co-ordinates on any ellipsoid to Latitude, Longitude and Height Programmer: Dr. Bill Hazelton Date: October, 2007. Mnemonic: L for XYZ to Lat/Long Line Instruction Display User Instructions

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

GIS in Water Resources. Fall Homework #1

GIS in Water Resources. Fall Homework #1 GIS in Water Resources Fall 2015 Homework #1 Goal The goal of this homework is to reinforce the lecture material on Geodesy, Map Projections and Coordinate Systems by having you identify attributes and

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

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

GEOGRAPHIC COORDINATE SYSTEMS

GEOGRAPHIC COORDINATE SYSTEMS GEOGRAPHIC COORDINATE SYSTEMS Introduction to GIS Winter 2015 What is Georeferencing? Used to establish a location on the Earth s surface 1 st order polynomial transformation Georeferencing toolbar What

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

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

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

PHYSICS 1030 Homework #9

PHYSICS 1030 Homework #9 PHYSICS 1030 Homework #9 (Due Dec. 5, 2018, 6:00 pm) Find the position of the planet Mars at time t D December 5, 2018, 7:50 pm EST. You will do this by following the steps shown below. (a) Convert the

More information

GISC3325 Class 2 - Latitude and Longitude on Sphere. 28 January 2013

GISC3325 Class 2 - Latitude and Longitude on Sphere. 28 January 2013 GISC3325 Class 2 - Latitude and Longitude on Sphere 28 January 2013 Geodesy Defined The science describing the size, shape and gravity field of the Earth in its threedimensional time-varying states. Branch

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

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

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

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

Height systems. Rudi Gens Alaska Satellite Facility

Height systems. Rudi Gens Alaska Satellite Facility Rudi Gens Alaska Satellite Facility Outline Why bother about height systems? Relevant terms Coordinate systems Reference surfaces Geopotential number 2 Why bother about height systems? give a meaning to

More information

4 Survey Datums. 4.1 Horizontal Datum Policy SURVEY DATUMS SEPTEMBER 2006

4 Survey Datums. 4.1 Horizontal Datum Policy SURVEY DATUMS SEPTEMBER 2006 4 Survey Datums Today s multi-organizational Project Development efforts require the use of common, accurate horizontal and vertical survey datums and consistent, precise control-survey procedures to ensure

More information

Geometric Reference Systems in Geodesy

Geometric Reference Systems in Geodesy Geometric Reference Systems in Geodesy by Christopher Jekeli Division of Geodetic Science School of Earth Sciences Ohio State University August 016 Copyright 016 Christopher Jekeli Foreword These notes

More information

HP-33S Calculator Program TM 2

HP-33S Calculator Program TM 2 Convert Latitude and Longitude to Transverse Mercator Co-ordinates (UTM, SPCS, etc.) Programmer: Dr. Bill Hazelton Date: April, 2008. Version: 1.0 Mnemonic: T for Transverse Mercator Line Instruction Display

More information

AN INTEGRAL FOR GEODESIC LENGTH

AN INTEGRAL FOR GEODESIC LENGTH Survey Review 4 35 pp. 0-6 (January 00) AN INTEGRAL FOR GEODESIC LENGTH AFTER DERIVATIONS BY P. D. THOMAS Craig M. Rollins National Geospatial-Intelligence Agency ABSTRACT Using a change of variable suggested

More information

What is Geodesy? Types of Geodesy terrestrial or classical geodesy space geodesy theoretical geodesy

What is Geodesy? Types of Geodesy terrestrial or classical geodesy space geodesy theoretical geodesy What is Geodesy? Geodesy is the study of: The size, shape and motion of the earth The measurement of the position and motion of points on the earth's surface, and The study of the earth's gravity field

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

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

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

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

Boolean Operators and Topological OVERLAY FUNCTIONS IN GIS

Boolean Operators and Topological OVERLAY FUNCTIONS IN GIS Boolean Operators and Topological OVERLAY FUNCTIONS IN GIS Query asking a question of the attribute data Standard Query Language (SQL) is used to query the data There are 4 basic statements used to get

More information

Reference Coordinate Systems (3/3)

Reference Coordinate Systems (3/3) Reference Coordinate Systems (3/3) José E. Sanguino I Instituto de elecomunicações Instituto Superior écnico, v. Rovisco Pais, 049-00 Lisboa, Portugal el: +35.848468, Fax: +35.84847, Email: sanguino@lx.it.pt

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

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

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

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

Latitude and Longitude Pre Test

Latitude and Longitude Pre Test Name Date Latitude and Longitude Pre Test Multiple Choice Directions: For questions, 1 10 circle the answer that letter that best answers the question. Each question is worth 1 point each. 1. To locate

More information

The 3-D Global Spatial Data Model: Geometrical Foundation of the Global Spatial Data Infrastructure

The 3-D Global Spatial Data Model: Geometrical Foundation of the Global Spatial Data Infrastructure The 3-D Global Spatial Data Model: Geometrical Foundation of the Global Spatial Data Infrastructure Earl F. Burkholder, PS, PE Annotated Table of Contents July 8,2006 I. The Global Spatial Data Model (GSDM)

More information

HORIZONTAL PROJECTION PARAMETERS: DANE COUNTY COORDINATES

HORIZONTAL PROJECTION PARAMETERS: DANE COUNTY COORDINATES Recommended RTK GPS Configuration Parameters for the City of Madison, WI Base Station Compiled by: Dan Rodman RLS, City of Madison (608)266-6674 drodman@cityofmadison.com For base station information see

More information

GPS Surveying Dr. Jayanta Kumar Ghosh Department of Civil Engineering Indian Institute of Technology, Roorkee. Lecture 06 GPS Position

GPS Surveying Dr. Jayanta Kumar Ghosh Department of Civil Engineering Indian Institute of Technology, Roorkee. Lecture 06 GPS Position GPS Surveying Dr. Jayanta Kumar Ghosh Department of Civil Engineering Indian Institute of Technology, Roorkee Lecture 06 GPS Position Friends! Welcome you to sixth class on GPS surveying. Today, I am going

More information

HP-35s Calculator Program TM 1

HP-35s Calculator Program TM 1 Convert Latitude and Longitude to Transverse Mercator Co-ordinates (UTM, SPCS, etc.) Programmer: Dr. Bill Hazelton Date: April, 2008. Version: 1.0 Mnemonic: T for Transverse Mercator Line Instruction Display

More information

April 24, :00 to 5:00 p.m.

April 24, :00 to 5:00 p.m. Datums, Coordinate Systems, Low Distortion Projections (LDP), & the Global Spatial Data Model (GSDM) Hosted by: City of Las Cruces Public Works/Project Development and Community Development/GIS April 24,

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

Martin Losch 1 Alfred-Wegener-Institut für Polar- und Meeresforschung Postfach Bremerhaven, Germany

Martin Losch 1 Alfred-Wegener-Institut für Polar- und Meeresforschung Postfach Bremerhaven, Germany How to Compute Geoid Undulations (Geoid Height Relative to a Given Reference Ellipsoid) from Spherical Harmonic Coefficients for Satellite Altimetry Applications Martin Losch 1 Alfred-Wegener-Institut

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

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

Town of Chino Valley. Survey Control Network Report. mgfneerhg mc N. Willow Creek Road Prescott AZ

Town of Chino Valley. Survey Control Network Report. mgfneerhg mc N. Willow Creek Road Prescott AZ Town of Chino Valley Survey Control Network Report mgfneerhg mc. 2050 N. Willow Creek Road Prescott AZ 86301 928-771-2376 Page 1 of 70 Table of Contents Town of Chino Valley Survey Datum Outline A short

More information

ELECTRONICS DIVISION INTERNAL REPORT NO. 324

ELECTRONICS DIVISION INTERNAL REPORT NO. 324 NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia ELECTRONICS DIVISION INTERNAL REPORT NO. 324 NRAO 43m Antenna Coordinates and Angular Limits (Version 4) Glen Langston September 14, 2012

More information

Spatial Reference Systems. Introduction

Spatial Reference Systems. Introduction Spatial Reference Systems Wolfgang Kainz Professor of Cartography and Geoinformation Department of Geography and Regional Research University of Vienna wolfgang.kainz@univie.ac.at Introduction Historic

More information

CHAPTER 24 THE SAILINGS

CHAPTER 24 THE SAILINGS CHAPTER 24 THE SAILINGS INTRODUCTION 2400. Introduction Dead reckoning involves the determination of one s present or future position by projecting the ship s course and distance run from a known position.

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

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

Geodetics: Implications for GIS Professionals May 10, 2018

Geodetics: Implications for GIS Professionals May 10, 2018 Experts in Geomatics, Surveying, Positioning, Geospatial Data, and Mapping Sciences Geodetics: Implications for GIS Professionals May 10, 2018 Michael Barnes APSG Education Foundation Chair 2010-2020 APSG

More information

Reservoirs to Regions

Reservoirs to Regions Reservoirs to Regions A Geodetic Approach to Scalable Visualization without Distortion Noel Zinn Geodetics and Cartography ExxonMobil Exploration Company Version 3 / 12 July 25 Reservoirs to Regions v3

More information

71- Laxmi Nagar (South), Niwaru Road, Jhotwara, Jaipur ,India. Phone: Mob. : /

71- Laxmi Nagar (South), Niwaru Road, Jhotwara, Jaipur ,India. Phone: Mob. : / www.aarekh.com 71- Laxmi Nagar (South), Niwaru Road, Jhotwara, Jaipur 302 012,India. Phone: 0141-2348647 Mob. : +91-9799435640 / 9166936207 1. An invar tape made of an alloy of: A. Copper and steel. B.

More information

3. A( 2,0) and B(6, -2), find M 4. A( 3, 7) and M(4,-3), find B. 5. M(4, -9) and B( -10, 11) find A 6. B(4, 8) and M(-2, 5), find A

3. A( 2,0) and B(6, -2), find M 4. A( 3, 7) and M(4,-3), find B. 5. M(4, -9) and B( -10, 11) find A 6. B(4, 8) and M(-2, 5), find A Midpoint and Distance Formula Class Work M is the midpoint of A and B. Use the given information to find the missing point. 1. A(4, 2) and B(3, -8), find M 2. A(5, 7) and B( -2, -9), find M 3. A( 2,0)

More information

Journal of Geoscience Education, v. 47, n. 1, p , 1999, January 1999 (edits, June 2005)

Journal of Geoscience Education, v. 47, n. 1, p , 1999, January 1999 (edits, June 2005) Journal of Geoscience Education, v. 47, n. 1, p. 64-70, 1999, January 1999 (edits, June 005) Computational Geology 4 Mapping with Vectors H.L. Vacher, Department of Geology, University of South Florida,

More information

Geometry The Unit Circle

Geometry The Unit Circle Geometry The Unit Circle Day Date Class Homework F 3/10 N: Area & Circumference M 3/13 Trig Test T 3/14 N: Sketching Angles (Degrees) WKS: Angles (Degrees) W 3/15 N: Arc Length & Converting Measures WKS:

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

HP-35s Calculator Program XYZ 1

HP-35s Calculator Program XYZ 1 Convert Latitude, Longitude and Height on any ellipsoid to XYZ Geocentric Co-ordinates Programmer: Dr. Bill Hazelton Date: October, 2007. Mnemonic: G for lat/long to Geocentric co-ordinates. Line Instruction

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

Name: ID: Math 233 Exam 1. Page 1

Name: ID: Math 233 Exam 1. Page 1 Page 1 Name: ID: This exam has 20 multiple choice questions, worth 5 points each. You are allowed to use a scientific calculator and a 3 5 inch note card. 1. Which of the following pairs of vectors are

More information

Solutionbank Edexcel AS and A Level Modular Mathematics

Solutionbank Edexcel AS and A Level Modular Mathematics Page of Exercise A, Question The curve C, with equation y = x ln x, x > 0, has a stationary point P. Find, in terms of e, the coordinates of P. (7) y = x ln x, x > 0 Differentiate as a product: = x + x

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

Coordinate Systems and Datum Transformation in ArcGIS. Brittney White and Melita Kennedy

Coordinate Systems and Datum Transformation in ArcGIS. Brittney White and Melita Kennedy Coordinate Systems and Datum Transformation in ArcGIS Brittney White and Melita Kennedy Where is my data? Problem Horizontal Vertical Projections Transformations Horizontal coordinate systems Geographic

More information

Modern Navigation

Modern Navigation 12.215 Modern Navigation Thomas Herring (tah@mit.edu), MW 10:30-12:00 Room 54-322 http://geoweb.mit.edu/~tah/12.215 Course Overview The development of the Global Positioning System (GPS) started in the

More information

REVIEW: MORE FUNCTIONS AP CALCULUS :: MR. VELAZQUEZ

REVIEW: MORE FUNCTIONS AP CALCULUS :: MR. VELAZQUEZ REVIEW: MORE FUNCTIONS AP CALCULUS :: MR. VELAZQUEZ INVERSE FUNCTIONS Two functions are inverses if they undo each other. In other words, composing one function in the other will result in simply x (the

More information

The Future of SPCS in Charles Chuck Ghilani, Ph.D. Professor Emeritus Pennsylvania State University

The Future of SPCS in Charles Chuck Ghilani, Ph.D. Professor Emeritus Pennsylvania State University The Future of SPCS in 2022 Charles Chuck Ghilani, Ph.D. Professor Emeritus Pennsylvania State University Class Etiquette Turn off all cell phones Or set them to vibrate Go out of the room to answer any

More information

A PRIMER ON COORDINATE SYSTEMS Commonly Used in Michigan

A PRIMER ON COORDINATE SYSTEMS Commonly Used in Michigan A PRIMER ON COORDINATE SYSTEMS Commonly Used in Michigan David P. Lusch, Ph.D., GISP Department of Geography Remote Sensing & GIS Research and Outreach Services Group Michigan State University September,

More information

Analytical and Computer Cartography Lecture 3: Review: Coordinate Systems

Analytical and Computer Cartography Lecture 3: Review: Coordinate Systems Analytical and Computer Cartography Lecture 3: Review: Coordinate Systems Geographic Coordinates NAD83 NAD27 remained in use until the earthcentered international GRS80 was complete (Geodetic Reference

More information

SURVEYING AND MAPPING, INC. COORDINATE DATA SHEET JOB: CITY OF DECATUR CLIENT: CITY OF DECATUR SAM JOB#:

SURVEYING AND MAPPING, INC. COORDINATE DATA SHEET JOB: CITY OF DECATUR CLIENT: CITY OF DECATUR SAM JOB#: 13 March 2001 SURVEYING AND MAPPING, INC. COORDINATE DATA SHEET JOB: CITY OF DECATUR CLIENT: CITY OF DECATUR SAM JOB#: 21038-20 HORIZONTAL DATUM: NAD-83 GEODETIC VERTICAL STATION ID LATITUDE LONGITUDE

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

2. (i) Find the equation of the circle which passes through ( 7, 1) and has centre ( 4, 3).

2. (i) Find the equation of the circle which passes through ( 7, 1) and has centre ( 4, 3). Circle 1. (i) Find the equation of the circle with centre ( 7, 3) and of radius 10. (ii) Find the centre of the circle 2x 2 + 2y 2 + 6x + 8y 1 = 0 (iii) What is the radius of the circle 3x 2 + 3y 2 + 5x

More information

Lecture Module 2: Spherical Geometry, Various Axes Systems

Lecture Module 2: Spherical Geometry, Various Axes Systems 1 Lecture Module 2: Spherical Geometry, Various Axes Systems Satellites in space need inertial frame of reference for attitude determination. In a true sense, all bodies in universe are in motion and inertial

More information

LEADS. The Essential Elements of a 3-D Geographic Coordinate

LEADS. The Essential Elements of a 3-D Geographic Coordinate The Essential Elements of a 3-D Geographic Coordinate John W. Dix 13 September 2005 ESRI Homeland Security GIS Summit - Denver, CO John.W.Dix@nga.mil NATIONAL GEOSPATIAL-INTELLIGENCE AGENCY Overview is

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

HP-35s Calculator Program Lambert 1

HP-35s Calculator Program Lambert 1 Convert Latitude and Longitude to Lambert Conformal Conic Projection Co-ordinates (SPCS) Programmer: Dr. Bill Hazelton Date: July, 2010. Version: 1.2 Line Instruction Display User Instructions N001 LBL

More information

How do we describe a location on Earth? Geodetic reference system

How do we describe a location on Earth? Geodetic reference system How do we describe a location on Earth? Geodetic reference system How do we define the shape of the earth? Definition of the sphere: A three-dimensional surface, all points of which are equidistant from

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

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

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

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET 017-018 Name: 1. This packet is to be handed in on Monday August 8, 017.. All work must be shown on separate paper attached to the packet. 3.

More information

3. A( 2,0) and B(6, -2), find M 4. A( 3, 7) and M(4,-3), find B. 5. M(4, -9) and B( -10, 11) find A 6. B(4, 8) and M(-2, 5), find A

3. A( 2,0) and B(6, -2), find M 4. A( 3, 7) and M(4,-3), find B. 5. M(4, -9) and B( -10, 11) find A 6. B(4, 8) and M(-2, 5), find A Midpoint and Distance Formula Class Work M is the midpoint of A and B. Use the given information to find the missing point. 1. A(, 2) and B(3, -8), find M 2. A(5, 7) and B( -2, -), find M (3. 5, 3) (1.

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

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

Fusion of Geodesy and GIS at NOAA s National Geodetic Survey

Fusion of Geodesy and GIS at NOAA s National Geodetic Survey Fusion of Geodesy and GIS at NOAA s National Geodetic Survey Esri Survey Summit July 6-9, 2013 San Diego, CA Michael Dennis, RLS, PE michael.dennis@noaa.gov The Plan Background NGS Data Explorer New Datasheet

More information

Warm up: Unit circle Fill in the exact values for quadrant 1 reference angles.

Warm up: Unit circle Fill in the exact values for quadrant 1 reference angles. Name: 4-1 Unit Circle and Exact Values Learning Goals: 1) How can we use the unit circle to find the value of sine, cosine, and tangent? 2) Given a point on a circle and the radius of the circle, how can

More information

GIS in Water Resources Fall 2018 Homework #1

GIS in Water Resources Fall 2018 Homework #1 GIS in Water Resources Fall 2018 Homework #1 Goal The goal of this homework is to reinforce the lecture material on Geodesy, Map Projections and Coordinate Systems by having you identify attributes and

More information