Coordinate Systems, Projections, and Transformations. An Overview

Size: px
Start display at page:

Download "Coordinate Systems, Projections, and Transformations. An Overview"

Transcription

1 Coordinate Systems, Projections, and Transformations An Overview

2 Outline Acronyms, Terminology Coordinate System Components Conversion between Coordinate Systems

3 The PEAL (Projection Engine Acronym List) PE (Projection Engine) GCS, GEOGCS (Geographic Coordinate System) PCS, PROJCS (Projected Coordinate System) VCS, VERTCS (Vertical Coordinate System) GT, GEOGTRAN (Geographic Transformation) VT, VERTTRAN (Vertical Transformation) WKT (Well-Known Text String) EPSG (European Petroleum Survey Group) (

4 Coordinate System Projected Coordinate System Geographic Coordinate System Projection Projection Parameters Linear Unit Datum Spheroid Prime Meridian Angular Unit

5 Well-Known Text String PROJCS["Test",GEOGCS["GCS_WGS_1984",DATUM[ "D_WGS_1984",SPHEROID["WGS_1984", , ]],PRIMEM["Greenwich",0.0],UNIT["Degree", ]],PROJECTION["Mercator"],PARA METER["Central_Meridian",120.0],PARAMETER["Stan dard_parallel_1",0.0],parameter["false_easting", ],PARAMETER["False_Northing",0.0],UNIT["Fo ot",0.3048]]

6 Well-Known Text String PROJCS[ "Test", GEOGCS[ "GCS_WGS_1984", DATUM[ "D_WGS_1984", SPHEROID[ "WGS_1984", , ] ], PRIMEM[ "Greenwich", 0.0], UNIT[ "Degree", ] ], PROJECTION[ "Mercator" ], PARAMETER[ Central_Meridian, ], PARAMETER[ Standard_Parallel_1, 0.0], PARAMETER[ False_Easting, ], PARAMETER[ False_Northing, 0.0], UNIT[ "Foot", ] ]

7 Conversion Pathways PROJCS A1 PROJCS A2 (x, y) Projection GEOGCS A (lon, lat) (λ, φ)

8 Conversion Pathways PROJCS A1 PROJCS A2 PROJCS B1 (x, y) Projection GEOGCS A GEOGCS B Geographic Transformation (lon, lat) (λ, φ)

9 Units, Spheroids, Prime Meridians Angular - UNIT["Degree", ] UNIT[ Grad, ] The value is Radians / Unit Linear - UNIT["Foot", ] The value is Meters / Unit SPHEROID[ "WGS_1984", , ] The values are Semi-Major axis length in Meters, Inverse Flattening (1 / f) Prime Meridian PRIMEM[ Paris, ] PRIMEM[ Greenwich, 0.0] The value is Decimal Degrees based on Greenwich

10 Geographic Coordinate Systems Figure

11 Figure

12 Distances and Angular Units

13 Figure

14 More background geometry Rotating a circle or ellipse creates a sphere or spheroid (oblate ellipsoid of revolution) Defines the size and shape of the Earth model Sphere Spheroid

15 Figure

16 Semiminor axis (b) Background geometry Circle: all axes are the same length Ellipse: 2 axes f = (a b)/a (flattening) e 2 = (a 2 b 2 )/a 2 (ellipticity squared) Semimajor axis (a)

17 Figure

18 Earth as sphere simplifies math small-scale maps (less than 1:5,000,000) Earth as spheroid maintains accuracy for larger-scale maps (> 1:1,000,000)

19 Datums Reference frame for locating points on Earth s surface Defines origin & orientation of latitude/longitude lines Defined by spheroid and spheroid s position relative to Earth s center

20 Creating a Datum Pick a spheroid Pick a point on the Earth s surface All other control points are located relative to the origin point The datum s center may not coincide with the Earth s center

21 Two types of datums Earth-centered (WGS84, NAD83) Local (NAD27, ED50)

22 Local datum coordinate system Earth s Surface Earth-centered datum (WGS84) Local datum (NAD27) Earth-centered datum coordinate system

23 What is a datum? Classical geodesy (before 1960) 5 quantities Latitude of an initial point Longitude of an initial point Azimuth of a line from this point Semi-major axis length and flattening of ellipsoid Satellite geodesy (after 1960) 8 constants Three to specify the origin of the coordinate system Three to specify the orientation of the coordinate system Semi-major axis length and flattening of ellipsoid

24 Why so many datums? Many estimates of Earth s size and shape Improved accuracy Designed for local regions

25 North American Datums NAD27 Clarke 1866 spheroid Meades Ranch, KS 1880 s NAD83 GRS80 spheroid Earth-centered datum GPS-compatible

26 North American Datums HPGN / HARN GPS readjustment of NAD83 in the US Also known as NAD91 or NAD93 27 states & 2 territories (42 states in PE) NAD27 (1976) & CGQ77 Redefinitions for Ontario and Quebec NAD83 (CSRS98) GPS readjustment

27 International Datums Defined for countries, regions, or the world World: WGS84, WGS72 Regional: ED50 (European Datum 1950) Arc 1950 (Africa) Countries: GDA 1994 (Australia) Tokyo

28 Geographic coordinate systems (gcs, geogcs) Name (European Datum 1950) Datum (European Datum 1950) Spheroid (International 1924) Prime Meridian (Greenwich) Angular unit of measure (Degrees)

29 Geographic transformations datum transformations Convert between GCS Includes unit, prime meridian, and spheroid changes Defined in a particular direction All are reversible

30 Relationship between two datums Z (145,-39,6) (0,0,0) dy dz dx Y X

31 Rotations Z X Y

32 Transformation methods Equation-based Molodensky, Abridged Molodensky, Geocentric Translation Coordinate Frame, Position Vector, Molodensky- Badekas Longitude Rotation, 2D lat / lon offsets File-based NADCON, HARN, NTv2

33 Transformation example European 1950 (International 1924) a = f = 1 / e 2 = WGS 1984 (WGS 1984) a = meters f = 1 / e 2 = different geographic transformations Geocentric Translation Position Vector, Coordinate Frame NTv2 Why so many? Areas of use Accuracy

34 Method Accuracies NADCON HARN/HPGN CNT (NTv1) Seven parameter Three parameter 15 cm 5 cm 10 cm 1-2 m 4-5 m

35 Example of GT in WKT format GEOGTRAN["ED_1950_To_WGS_1984_23", GEOGCS["GCS_European_1950", DATUM["D_European_1950", SPHEROID["International_1924", ,297.0]], PRIMEM["Greenwich",0.0], UNIT["Degree", ]], GEOGCS["GCS_WGS_1984", DATUM["D_WGS_1984", SPHEROID["WGS_1984", , ]], PRIMEM["Greenwich",0.0], UNIT["Degree", ]], METHOD["Position_Vector"], PARAMETER["X_Axis_Translation", ], PARAMETER["Y_Axis_Translation", ], PARAMETER["Z_Axis_Translation", ], PARAMETER["X_Axis_Rotation",0.893], PARAMETER["Y_Axis_Rotation",0.921], PARAMETER["Z_Axis_Rotation",-0.917], PARAMETER["Scale_Difference",-3.52]]

36 ED50 versus WGS84

37 Figure

38 Figure

39 Map Projections mathematical conversion of 3-D Earth to a 2-D surface Longitude / Latitude to X, Y (l, j) (x, y)

40 Projected coordinate system Linear units Shape, area, and distance may be X - Y + Y Data X + Y + usually here X distorted X - Y - X + Y -

41 Visualize a light shining through the Earth onto a surface

42 Fitting sphere to plane causes stretching or shrinking of features This much earth surface has to fit onto this much map surface... projection plane therefore, much of the Earth surface has to be represented smaller than the nominal scale.

43 More on projections Projecting Earth s surface always involves distortion: shape area distance direction

44 Projection properties Conformal maintains shape Equal-area maintains area Equidistant maintains distance Direction maintains some directions

45 Projection surfaces Cones, Cylinders, Planes Can be flattened without distortion A point or line of contact is created when surface is combined with a sphere or spheroid

46 More on projection surfaces Tangent Secant projection surface touches spheroid surface cuts through spheroid No distortion at contact points Increases away from contact points

47 Conic Projections Best for mid-latitudes with an East-West orientation. Tangent or secant along 1 or 2 lines of latitude known as standard parallels.

48 Cylindrical projections Best for equatorial or low latitudes Rotate cylinder to reduce distortion along a line

49 Planar projections Best for polar or circular regions Direction always true from center Shortest distance from center to another point is a straight line

50 Also called azimuthal or zenithal Can be any aspect

51 Projection parameters Central meridian Longitude of origin Longitude of center Latitude of origin, Latitude of center Standard parallel Scale factor False easting, False northing

52 Y false easting = 500,000 false northing = 10,000,000 X Latitude of Origin: Y = 0 Central Meridian: X = 0

53 Choosing a coordinate system Often mandated by organization Thematic = equal-area Presentation = conformal (also equal-area) Navigation = Mercator, true direction or equidistant

54 More on choosing a coordinate system Extent Location Predominant extent Projection supports spheroids/datums?

55 Web Mercator Online mapping services use a sphere-only Mercator Two ways to emulate it Sphere-based GCS Projection that can force sphere equations Mathematically EQUAL

56 PROJCS["WGS_1984_Web_Mercator", GEOGCS["GCS_WGS_1984_Major_Auxiliary_Sphere", DATUM["D_WGS_1984_Major_Auxiliary_Sphere", SPHEROID["WGS_1984_Major_Auxiliary_Sphere", , 0.0]], PRIMEM["Greenwich", 0.0], UNIT["Degree", ]], PROJECTION["Mercator"], PARAMETER["False_Easting", 0.0] PARAMETER["False_Northing", 0.0], PARAMETER["Central_Meridian", 0.0], PARAMETER["Standard_Parallel_1", 0.0], UNIT["Meter", 1.0]] #

57 PROJCS["WGS_1984_Web_Mercator_Auxiliary_Sphere", GEOGCS["GCS_WGS_1984", DATUM["D_WGS_1984", SPHEROID["WGS_1984", , ]], PRIMEM["Greenwich", 0.0], UNIT["Degree", ]], PROJECTION["Mercator_Auxiliary_Sphere"], PARAMETER["False_Easting", 0.0], PARAMETER["False_Northing", 0.0], PARAMETER["Central_Meridian", 0.0], PARAMETER["Standard_Parallel_1", 0.0], PARAMETER["Auxiliary_Sphere_Type", 0.0], UNIT["Meter", 1.0]] #3857 (old #102100)

58 Mercator Equations (std parallel at equator) Sphere x = R(λ λ 0 ) y = ln(tan(π/4 + φ/2)) Spheroid x = a(λ λ 0 ) y = ln(tan(π/4 + χ/2) where conformal latitude χ = 2 arctan{tan(π/4 + φ/2)[(1-e sin φ)/(1+e sin φ)] e/2 } - π/2

59 UTM Universal Transverse Mercator 60 zones, 6 wide Transverse Mercator zone 1, central meridian = -177 scale factor = false easting = 500,000 m In Southern Hemisphere, false northing = 10,000,000 m

60 SPCS State Plane Coordinate System States have 1 or more zones Uses either NAD27 or NAD83 datums Uses Lambert Conic, Transverse Mercator, and Oblique Mercator

61 Horizons PCS GCS

62 Spatial Domain 12,000,000 4,000,000 UTM (meters) UTM (feet) 10, Decimal Degrees ,000 4,000,000

63 When is a foot not a foot? esriunits is limited ArcMap, Foot is US survey foot US survey foot, 1 ft = m Int l foot, 1 ft = m PE, Foot is Int l foot; Foot_US is US survey foot

64 9002 UNIT["Foot", ] 9003 UNIT["Foot_US", ] 9005 UNIT["Foot_Clarke", ] 9041 UNIT["Foot_Sears", ] 9051 UNIT["Foot_Benoit_1895_A", ] 9061 UNIT["Foot_Benoit_1895_B", ] 9070 UNIT["Foot_1865", ] 9080 UNIT["Foot_Indian", ] 9081 UNIT["Foot_Indian_1937", ] 9082 UNIT["Foot_Indian_1962", ] 9083 UNIT["Foot_Indian_1975", ] 9094 UNIT["Foot_Gold_Coast", ] 9095 UNIT["Foot_British_1936", ] 9300 UNIT["Foot_Sears_1922_Truncated", ]

65 Closing We ve only scratched the surface! GCS!= PCS Geographic transformations are vital Measurement in degrees in meaningless

66 Questions?

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

Earth Coordinates & Grid Coordinate Systems

Earth Coordinates & Grid Coordinate Systems Earth Coordinates & Grid Coordinate Systems How do we model the earth? Datums Datums mathematically describe the surface of the Earth. Accounts for mean sea level, topography, and gravity models. Projections

More information

What are map projections?

What are map projections? Page 1 of 155 What are map projections? ArcGIS 10 Within ArcGIS, every dataset has a coordinate system, which is used to integrate it with other geographic data layers within a common coordinate framework

More information

Understanding Map Projections

Understanding Map Projections Understanding Map Projections Melita Kennedy ArcInfo 8 Copyright 1994, 1997, 1999, 2000 Environmental Systems Research Institute, Inc. All Rights Reserved. Printed in the United States of America. The

More information

Understanding Map Projections

Understanding Map Projections Understanding Map Projections GIS by ESRI Copyright 1994 2001, 2003 2004 ESRI All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property

More information

Maintaining High Accuracy in Modern Geospatial Data

Maintaining High Accuracy in Modern Geospatial Data Maintaining High Accuracy in Modern Geospatial Data Patrick Cunningham President info@bluemarblegeo.com www.bluemarblegeo.com +1 (207) 582 6747 Copyright 2010 Blue Marble Geographics Concepts Geodesy -

More information

WGS AGD GDA: Selecting the correct datum, coordinate system and projection for north Australian applications

WGS AGD GDA: Selecting the correct datum, coordinate system and projection for north Australian applications internal report WGS AGD GDA: Selecting the correct datum, coordinate system and projection for north Australian applications JBC Lowry Hydrological and Ecological Processes Program Environmental Research

More information

EPSG. Coordinate Reference System Definition - Recommended Practice. Guidance Note Number 5

EPSG. Coordinate Reference System Definition - Recommended Practice. Guidance Note Number 5 European Petroleum Survey Group EPSG Guidance Note Number 5 Coordinate Reference System Definition - Recommended Practice Revision history: Version Date Amendments 1.0 April 1997 First release. 1.1 June

More information

WHAT YOU NEED TO USE THE STATE PLANE COORDINATE SYSTEMS

WHAT YOU NEED TO USE THE STATE PLANE COORDINATE SYSTEMS WHAT YOU NEED TO USE THE STATE PLANE COORDINATE SYSTEMS N & E State Plane Coordinates for Control Points AZIMUTHS - True, Geodetic, or Grid - Conversion from Astronomic to Geodetic (LaPlace Correction)

More information

The Map Grid of Australia 1994 A Simplified Computational Manual

The Map Grid of Australia 1994 A Simplified Computational Manual The Map Grid of Australia 1994 A Simplified Computational Manual The Map Grid of Australia 1994 A Simplified Computational Manual 'What's the good of Mercator's North Poles and Equators, Tropics, Zones

More information

City of Tigard. GIS Data Standards

City of Tigard. GIS Data Standards City of Tigard GIS Data Standards City of Tigard 13125 SW Hall Blvd Tigard, Oregon 97223 503 639-4171 Page 1 of 5 1.0 Purpose The purpose of these standards is to provide guidance for geospatial data development

More information

An Introduction to Coordinate Systems in South Africa

An Introduction to Coordinate Systems in South Africa An Introduction to Coordinate Systems in South Africa Centuries ago people believed that the earth was flat and notwithstanding that if this had been true it would have produced serious problems for mariners

More information

EECS467: Autonomous Robotics Laboratory Prof. Edwin Olson. Map Projections and GPS

EECS467: Autonomous Robotics Laboratory Prof. Edwin Olson. Map Projections and GPS EECS467: Autonomous Robotics Laboratory Prof. Edwin Olson Map Projections and GPS Cartography Several purposes of maps Geographic Information Systems (GIS) - Where is stuff? Measure distances, etc. Navigation

More information

Measuring the Earth Using a GPS M. Scott Wilkerson & M. Beth Wilkerson, DePauw University, May 10, 2007

Measuring the Earth Using a GPS M. Scott Wilkerson & M. Beth Wilkerson, DePauw University, May 10, 2007 Measuring the Earth Using a GPS M. Scott Wilkerson & M. Beth Wilkerson, DePauw University, May 10, 2007 Modified from: Kerski, J.J., 2007, Measuring the Earth s Circumference with GPS, Copyright ESRI,

More information

NGA GRID GUIDE HOW TO USE ArcGIS 8.x ANS 9.x TO GENERATE MGRS AND OTHER MAP GRIDS

NGA GRID GUIDE HOW TO USE ArcGIS 8.x ANS 9.x TO GENERATE MGRS AND OTHER MAP GRIDS GEOSPATIAL SCIENCES DIVISION COORDINATE SYSTEMS ANALYSIS TEAM (CSAT) SEPTEMBER 2005 Minor Revisions March 2006 POC Kurt Schulz NGA GRID GUIDE HOW TO USE ArcGIS 8.x ANS 9.x TO GENERATE MGRS AND OTHER MAP

More information

4 The Rhumb Line and the Great Circle in Navigation

4 The Rhumb Line and the Great Circle in Navigation 4 The Rhumb Line and the Great Circle in Navigation 4.1 Details on Great Circles In fig. GN 4.1 two Great Circle/Rhumb Line cases are shown, one in each hemisphere. In each case the shorter distance between

More information

The Chief Directorate: National

The Chief Directorate: National Surveying The South African Coordinate Reference System (Part 1) by Aslam Parker, Chief Directorate: National Geo-spatial Information This article will define the various elements of the South African

More information

Geography I Pre Test #1

Geography I Pre Test #1 Geography I Pre Test #1 1. The sun is a star in the galaxy. a) Orion b) Milky Way c) Proxima Centauri d) Alpha Centauri e) Betelgeuse 2. The response to earth's rotation is a) an equatorial bulge b) polar

More information

Coordinate Conversions and Transformations including Formulas

Coordinate Conversions and Transformations including Formulas Geomatics Guidance Note Number 7, part 2 Coordinate Conversions and Transformations including Formulas Revised - April 2015 Page 1 of 145 Index Preface 4 Revision history 5 1 MAP PROJECTIONS AND THEIR

More information

量 說 Explanatory Notes on Geodetic Datums in Hong Kong

量 說 Explanatory Notes on Geodetic Datums in Hong Kong 量 說 Explanatory Notes on Geodetic Datums in Hong Kong Survey & Mapping Office Lands Department 1995 All Right Reserved by Hong Kong Government 留 CONTENTS INTRODUCTION............... A1 HISTORICAL BACKGROUND............

More information

2 GIS concepts. 2.1 General GIS principles

2 GIS concepts. 2.1 General GIS principles 2 GIS concepts To use GIS effectively, it is important to understand the basic GIS terminology and functionality. While each GIS software has slightly different naming conventions, there are certain principles

More information

The Earth Really is Flat! The Globe and Coordinate Systems. Long History of Mapping. The Earth is Flat. Long History of Mapping

The Earth Really is Flat! The Globe and Coordinate Systems. Long History of Mapping. The Earth is Flat. Long History of Mapping The Earth Really is Flat! The Globe and Coordinate Systems Intro to Mapping & GIS The Earth is Flat Day to day, we live life in a flat world sun rises in east, sets in west sky is above, ground is below

More information

UTM Zones for the US UTM UTM. Uniform strips Scalable coordinates

UTM Zones for the US UTM UTM. Uniform strips Scalable coordinates UTM UTM Uniform strips Scalable coordinates Globally consistent, most popular projection/coordinate system for regional to global scale geospatial data (i.e. satellite images global scale datasets USGS/EDC)

More information

GIS IN ECOLOGY: SPATIAL REFERENCING

GIS IN ECOLOGY: SPATIAL REFERENCING GIS IN ECOLOGY: SPATIAL REFERENCING Contents Introduction... 2 Coordinate Systems... 2 Map Projections... 3 Georeferencing... 5 Data Sources... 7 Tasks... 7 Undefined versus Unprojected Data... 7 Setting

More information

Surveying on NAD83 State Plane Coordinate System

Surveying on NAD83 State Plane Coordinate System Surveying on NAD83 State Plane Coordinate System By Dr. Joshua Greenfeld Surveying Program Coordinator NJ Institute of Technology Objective Modern surveying operations which involves working with GIS/LIS

More information

Coordinate Systems. Orbits and Rotation

Coordinate Systems. Orbits and Rotation Coordinate Systems Orbits and Rotation Earth orbit. The earth s orbit around the sun is nearly circular but not quite. It s actually an ellipse whose average distance from the sun is one AU (150 million

More information

North American Horizontal Datums. Jan Van Sickle

North American Horizontal Datums. Jan Van Sickle North American Horizontal Datums Jan Van Sickle http://www.holoscenes.com/cgi-bin/moin.cgi/easternobliquearc The New England Datum 1879 was the first geodetic datum of this type in the United States. The

More information

SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS

SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS SESSION 8: GEOGRAPHIC INFORMATION SYSTEMS AND MAP PROJECTIONS KEY CONCEPTS: In this session we will look at: Geographic information systems and Map projections. Content that needs to be covered for examination

More information

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GIS Syllabus - Version 1.2 January 2007 Copyright AICA-CEPIS 2009 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed

More information

UTM: Universal Transverse Mercator Coordinate System

UTM: Universal Transverse Mercator Coordinate System Practical Cartographer s Reference #01 UTM: Universal Transverse Mercator Coordinate System 180 174w 168w 162w 156w 150w 144w 138w 132w 126w 120w 114w 108w 102w 96w 90w 84w 78w 72w 66w 60w 54w 48w 42w

More information

Solar Angles and Latitude

Solar Angles and Latitude Solar Angles and Latitude Objectives The student will understand that the sun is not directly overhead at noon in most latitudes. The student will research and discover the latitude ir classroom and calculate

More information

THE UNIVERSAL GRID SYSTEM

THE UNIVERSAL GRID SYSTEM NGA Office of GEOINT Sciences Coordinate Systems Analysis (CSAT) Phone: 314-676-9124 Unclassified Email: coordsys@nga.mil March 2007 THE UNIVERSAL GRID SYSTEM Universal Transverse Mercator (UTM) Military

More information

Orbital Mechanics and Space Geometry

Orbital Mechanics and Space Geometry Orbital Mechanics and Space Geometry AERO4701 Space Engineering 3 Week 2 Overview First Hour Co-ordinate Systems and Frames of Reference (Review) Kepler s equations, Orbital Elements Second Hour Orbit

More information

U.K. OFFSHORE OPERATORS ASSOCIATION (SURVEYING AND POSITIONING COMMITTEE) UKOOA DATA EXCHANGE FORMAT P6/98 DEFINITION OF 3D SEISMIC BINNING GRIDS

U.K. OFFSHORE OPERATORS ASSOCIATION (SURVEYING AND POSITIONING COMMITTEE) UKOOA DATA EXCHANGE FORMAT P6/98 DEFINITION OF 3D SEISMIC BINNING GRIDS U.K. OFFSHORE OPERATORS ASSOCIATION (SURVEYING AND POSITIONING COMMITTEE) UKOOA DATA EXCHANGE FORMAT P6/98 DEFINITION OF 3D SEISMIC BINNING GRIDS Revision 3.0 May 2000 SUMMARY The Guidelines For The Definition

More information

PLOTTING SURVEYING DATA IN GOOGLE EARTH

PLOTTING SURVEYING DATA IN GOOGLE EARTH PLOTTING SURVEYING DATA IN GOOGLE EARTH D M STILLMAN Abstract Detail surveys measured with a total station use local coordinate systems. To make the data obtained from such surveys compatible with Google

More information

GCalc 2.1. GDA94 Datum Transformation DLL Technical Specification

GCalc 2.1. GDA94 Datum Transformation DLL Technical Specification GCalc 2.1 GDA94 Datum Transformation DLL Technical Specification This publication has been compiled by Roger Fraser previously of Department of Natural Resources and Mines. State of Queensland, 2013. The

More information

Math 215 Project (25 pts) : Using Linear Algebra to solve GPS problem

Math 215 Project (25 pts) : Using Linear Algebra to solve GPS problem Due Thursday March 1, 2012 NAME(S): Math 215 Project (25 pts) : Using Linear Algebra to solve GPS problem 0.1 Introduction The age old question, Where in the world am I? can easily be solved nowadays by

More information

WILD 3710 Lab 3: GIS Data Exploration Camp W.G. Williams

WILD 3710 Lab 3: GIS Data Exploration Camp W.G. Williams WILD 3710 Lab 3: GIS Data Exploration Camp W.G. Williams -Laboratory- TAs and Lab Instructors: Chris McGinty chris@gis.usu.edu Office: JQL 146 Office Hours: W 2:30 3:30 or by appt. Alex Hernandez alex@gis.usu.edu

More information

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space 11 Vectors and the Geometry of Space 11.1 Vectors in the Plane Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. 2 Objectives! Write the component form of

More information

Basic Coordinates & Seasons Student Guide

Basic Coordinates & Seasons Student Guide Name: Basic Coordinates & Seasons Student Guide There are three main sections to this module: terrestrial coordinates, celestial equatorial coordinates, and understanding how the ecliptic is related to

More information

2. Orbits. FER-Zagreb, Satellite communication systems 2011/12

2. Orbits. FER-Zagreb, Satellite communication systems 2011/12 2. Orbits Topics Orbit types Kepler and Newton laws Coverage area Influence of Earth 1 Orbit types According to inclination angle Equatorial Polar Inclinational orbit According to shape Circular orbit

More information

CATIA Wireframe & Surfaces TABLE OF CONTENTS

CATIA Wireframe & Surfaces TABLE OF CONTENTS TABLE OF CONTENTS Introduction... 1 Wireframe & Surfaces... 2 Pull Down Menus... 3 Edit... 3 Insert... 4 Tools... 6 Generative Shape Design Workbench... 7 Bottom Toolbar... 9 Tools... 9 Analysis... 10

More information

GPS ALIGNMENT SURVEYS AND MERIDIAN CONVERGENCE

GPS ALIGNMENT SURVEYS AND MERIDIAN CONVERGENCE GPS ALIGNMENT SURVEYS AND MERIDIAN CONVERGENCE By Tomás Soler, 1 Member, ASCE, and Rudolf J. Fury 2 ABSTRACT: Since the advent of the Global Positioning System (GPS), geodetic azimuths can be accurately

More information

The Sphere of the Earth Description and Technical Manual

The Sphere of the Earth Description and Technical Manual The Sphere of the Earth Description and Technical Manual December 20, 2012 Daniel Ramos MMACA (Museu de Matemàtiques de Catalunya) 1 The exhibit The exhibit we are presenting explores the science of cartography

More information

Geomatics Guidance Note 3

Geomatics Guidance Note 3 Geomatics Guidance Note 3 Contract area description Revision history Version Date Amendments 5.1 December 2014 Revised to improve clarity. Heading changed to Geomatics. 4 April 2006 References to EPSG

More information

Celestial Observations

Celestial Observations Celestial Observations Earth experiences two basic motions: Rotation West-to-East spinning of Earth on its axis (v rot = 1770 km/hr) (v rot Revolution orbit of Earth around the Sun (v orb = 108,000 km/hr)

More information

Definitions and conventions:

Definitions and conventions: Fundamentals of Spatial Data Accuracy and The Global Spatial Data Model (GSDM) Earl F. Burkholder, PS, PE Global COGO, Inc. - Las Cruces, NM 883 April 4 Three-dimensional (3-D) spatial data accuracy is

More information

Coverage Characteristics of Earth Satellites

Coverage Characteristics of Earth Satellites Coverage Characteristics of Earth Satellites This document describes two MATLAB scripts that can be used to determine coverage characteristics of single satellites, and Walker and user-defined satellite

More information

Using Geocoded TIFF & JPEG Files in ER Mapper 6.3 with SP1. Eric Augenstein Earthstar Geographics Web: www.es-geo.com

Using Geocoded TIFF & JPEG Files in ER Mapper 6.3 with SP1. Eric Augenstein Earthstar Geographics Web: www.es-geo.com Using Geocoded TIFF & JPEG Files in ER Mapper 6.3 with SP1 Eric Augenstein Earthstar Geographics Web: www.es-geo.com 1 Table of Contents WHAT IS NEW IN 6.3 SP1 REGARDING WORLD FILES?...3 WHAT IS GEOTIFF

More information

Oregon Coordinate Reference System

Oregon Coordinate Reference System OREGON DEPARTMENT OF TRANSPORTATION Highway Division Geometronics Unit Ron Singh, PLS Geometronics Manager Chief of Surveys (503) 986-3033 Mark L. Armstrong, PLS NGS Oregon Advisor (503) 986-3775 Michael

More information

Astromechanics Two-Body Problem (Cont)

Astromechanics Two-Body Problem (Cont) 5. Orbit Characteristics Astromechanics Two-Body Problem (Cont) We have shown that the in the two-body problem, the orbit of the satellite about the primary (or vice-versa) is a conic section, with the

More information

Determining Polar Axis Alignment Accuracy

Determining Polar Axis Alignment Accuracy Determining Polar Axis Alignment Accuracy by Frank Barrett 7/6/008 Abstract: In order to photograph dim celestial objects, long exposures on the order of minutes or hours are required. To perform this

More information

APPENDIX D: SOLAR RADIATION

APPENDIX D: SOLAR RADIATION APPENDIX D: SOLAR RADIATION The sun is the source of most energy on the earth and is a primary factor in determining the thermal environment of a locality. It is important for engineers to have a working

More information

Chapter 2. Mission Analysis. 2.1 Mission Geometry

Chapter 2. Mission Analysis. 2.1 Mission Geometry Chapter 2 Mission Analysis As noted in Chapter 1, orbital and attitude dynamics must be considered as coupled. That is to say, the orbital motion of a spacecraft affects the attitude motion, and the attitude

More information

Keywords: coordinate systems, latitude, longitude, georeferencing, global positioning system, GPS, geodetic datum, ellipsoid, geocoding, postal code

Keywords: coordinate systems, latitude, longitude, georeferencing, global positioning system, GPS, geodetic datum, ellipsoid, geocoding, postal code Core Curriculum-Geographic Information Science (1997-2000) UCSB Peer Reviewed Title: Units 012-017 - Position on the Earth Book Title: Core Curriculum in Geographic Information Science Author: 012-017,

More information

Chapter 8 Geometry We will discuss following concepts in this chapter.

Chapter 8 Geometry We will discuss following concepts in this chapter. Mat College Mathematics Updated on Nov 5, 009 Chapter 8 Geometry We will discuss following concepts in this chapter. Two Dimensional Geometry: Straight lines (parallel and perpendicular), Rays, Angles

More information

Newton s Law of Gravity

Newton s Law of Gravity Gravitational Potential Energy On Earth, depends on: object s mass (m) strength of gravity (g) distance object could potentially fall Gravitational Potential Energy In space, an object or gas cloud has

More information

CHAPTER 9 SURVEYING TERMS AND ABBREVIATIONS

CHAPTER 9 SURVEYING TERMS AND ABBREVIATIONS CHAPTER 9 SURVEYING TERMS AND ABBREVIATIONS Surveying Terms 9-2 Standard Abbreviations 9-6 9-1 A) SURVEYING TERMS Accuracy - The degree of conformity with a standard, or the degree of perfection attained

More information

The Analemma for Latitudinally-Challenged People

The Analemma for Latitudinally-Challenged People The Analemma for Latitudinally-Challenged People Teo Shin Yeow An academic exercise presented in partial fulfillment for the degree of Bachelor of Science with Honours in Mathematics Supervisor : Associate

More information

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS?

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS? Introduction to GIS (Basics, Data, Analysis) & Case Studies 13 th May 2004 Content Introduction to GIS Data concepts Data input Analysis Applications selected examples What is GIS? Geographic Information

More information

ESTIMATION USABILITY OF THE FREE SOFTWARE FOR TRANSFORMATION OF GEODETIC COORDINATES BETWEEB LOCAL AND GLOBAL DATUMS-EXAMPLE OF THE ADRIATIC SEA

ESTIMATION USABILITY OF THE FREE SOFTWARE FOR TRANSFORMATION OF GEODETIC COORDINATES BETWEEB LOCAL AND GLOBAL DATUMS-EXAMPLE OF THE ADRIATIC SEA ESTIMATION USABILITY OF THE FREE SOFTWARE FOR TRANSFORMATION OF GEODETIC COORDINATES BETWEEB LOCAL AND GLOBAL DATUMS-EXAMPLE OF THE ADRIATIC SEA Duplančić Leder, Tea; Faculty of Civil Engineering and Architecture,

More information

European Petroleum Survey Group EPSG. Guidance Note Number 10. April 2001. Geodetic Transformations Offshore Norway

European Petroleum Survey Group EPSG. Guidance Note Number 10. April 2001. Geodetic Transformations Offshore Norway European Petroleum Survey Group EPSG Guidance Note Number 10 April 2001 Geodetic Transformations Offshore Norway Background 1. European Datum 1950 (ED50) is the de facto and de jure geographic coordinate

More information

The Globe Latitudes and Longitudes

The Globe Latitudes and Longitudes INDIAN SCHOOL MUSCAT MIDDLE SECTION DEPARTMENT OF SOCIAL SCIENCE The Globe Latitudes and Longitudes NAME: CLASS VI SEC: ROLL NO: DATE:.04.2015 I NAME THE FOLLOWING: 1. A small spherical model of the Earth:

More information

Penn State University Physics 211 ORBITAL MECHANICS 1

Penn State University Physics 211 ORBITAL MECHANICS 1 ORBITAL MECHANICS 1 PURPOSE The purpose of this laboratory project is to calculate, verify and then simulate various satellite orbit scenarios for an artificial satellite orbiting the earth. First, there

More information

COVER VERSION 10.4.12

COVER VERSION 10.4.12 COVER VERSION 10.4.12 P a g e 1 Copyright notice This ebook is provided, and may be used, free of charge. Selling this ebook in its entirety, or extracts from it, is prohibited. Obtain permission from

More information

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Welcome to Thinkwell s Homeschool Precalculus! We re thrilled that you ve decided to make us part of your homeschool curriculum. This lesson

More information

New York State Student Learning Objective: Regents Geometry

New York State Student Learning Objective: Regents Geometry New York State Student Learning Objective: Regents Geometry All SLOs MUST include the following basic components: Population These are the students assigned to the course section(s) in this SLO all students

More information

GIS Spatial Data Standards

GIS Spatial Data Standards GIS Spatial Data Standards Manatee County, FL GIS Section, Information Services Department TABLE OF CONTENTS I. Introduction 2 A. Purpose 2 B. Reference 2 II. Spatial Reference Information 2 A. Projection:

More information

CHAPTER 8, GEOMETRY. 4. A circular cylinder has a circumference of 33 in. Use 22 as the approximate value of π and find the radius of this cylinder.

CHAPTER 8, GEOMETRY. 4. A circular cylinder has a circumference of 33 in. Use 22 as the approximate value of π and find the radius of this cylinder. TEST A CHAPTER 8, GEOMETRY 1. A rectangular plot of ground is to be enclosed with 180 yd of fencing. If the plot is twice as long as it is wide, what are its dimensions? 2. A 4 cm by 6 cm rectangle has

More information

SURVEYING WITH GPS. GPS has become a standard surveying technique in most surveying practices

SURVEYING WITH GPS. GPS has become a standard surveying technique in most surveying practices SURVEYING WITH GPS Key Words: Static, Fast-static, Kinematic, Pseudo- Kinematic, Real-time kinematic, Receiver Initialization, On The Fly (OTF), Baselines, Redundant baselines, Base Receiver, Rover GPS

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

42 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2. 1.6.1 Brief review of Conic Sections

42 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2. 1.6.1 Brief review of Conic Sections 2 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE Figure 1.18: Parabola y = 2 1.6 Quadric Surfaces 1.6.1 Brief review of Conic Sections You may need to review conic sections for this to make more sense. You

More information

Pre and post-visit activities - Navigating by the stars

Pre and post-visit activities - Navigating by the stars Pre and post-visit activities - Navigating by the stars Vocabulary List Adult Education at Scienceworks Pre-visit Activity 1: What is longitude and latitude? Activity 2: Using the Southern Cross to find

More information

Gravitational potential

Gravitational potential Gravitational potential Let s assume: A particle of unit mass moving freely A body of mass M The particle is attracted by M and moves toward it by a small quantity dr. This displacement is the result of

More information

Geometry. Higher Mathematics Courses 69. Geometry

Geometry. Higher Mathematics Courses 69. Geometry The fundamental purpose of the course is to formalize and extend students geometric experiences from the middle grades. This course includes standards from the conceptual categories of and Statistics and

More information

Geometry Notes PERIMETER AND AREA

Geometry Notes PERIMETER AND AREA Perimeter and Area Page 1 of 57 PERIMETER AND AREA Objectives: After completing this section, you should be able to do the following: Calculate the area of given geometric figures. Calculate the perimeter

More information

Sun Earth Relationships

Sun Earth Relationships 1 ESCI-61 Introduction to Photovoltaic Technology Sun Earth Relationships Ridha Hamidi, Ph.D. Spring (sun aims directly at equator) Winter (northern hemisphere tilts away from sun) 23.5 2 Solar radiation

More information

Practice Final Math 122 Spring 12 Instructor: Jeff Lang

Practice Final Math 122 Spring 12 Instructor: Jeff Lang Practice Final Math Spring Instructor: Jeff Lang. Find the limit of the sequence a n = ln (n 5) ln (3n + 8). A) ln ( ) 3 B) ln C) ln ( ) 3 D) does not exist. Find the limit of the sequence a n = (ln n)6

More information

Geometry Enduring Understandings Students will understand 1. that all circles are similar.

Geometry Enduring Understandings Students will understand 1. that all circles are similar. High School - Circles Essential Questions: 1. Why are geometry and geometric figures relevant and important? 2. How can geometric ideas be communicated using a variety of representations? ******(i.e maps,

More information

Calculation of Azimuth, Elevation and Polarization for non-horizontal aligned Antennas

Calculation of Azimuth, Elevation and Polarization for non-horizontal aligned Antennas Calculation of Azimuth, Elevation and Polarization for non-horizontal aligned Antennas Algorithm Description Technical Document TD-1205-a Version 1.1 23.10.2012 In Co-operation with 1 Objective Many SatCom

More information

Trigonometry LESSON ONE - Degrees and Radians Lesson Notes

Trigonometry LESSON ONE - Degrees and Radians Lesson Notes 210 180 = 7 6 Trigonometry Example 1 Define each term or phrase and draw a sample angle. Angle Definitions a) angle in standard position: Draw a standard position angle,. b) positive and negative angles:

More information

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express

More information

Curriculum Map by Block Geometry Mapping for Math Block Testing 2007-2008. August 20 to August 24 Review concepts from previous grades.

Curriculum Map by Block Geometry Mapping for Math Block Testing 2007-2008. August 20 to August 24 Review concepts from previous grades. Curriculum Map by Geometry Mapping for Math Testing 2007-2008 Pre- s 1 August 20 to August 24 Review concepts from previous grades. August 27 to September 28 (Assessment to be completed by September 28)

More information

Exercise 5.0 LUNAR MOTION, ELONGATION, AND PHASES

Exercise 5.0 LUNAR MOTION, ELONGATION, AND PHASES Exercise 5.0 LUNAR MOTION, ELONGATION, AND PHASES I. Introduction The Moon's revolution in orbit around the center of gravity (barycenter) of the Earth- Moon System results in an apparent motion of the

More information

Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors. Content of the Precalculus Subpackage

Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors. Content of the Precalculus Subpackage Classroom Tips and Techniques: The Student Precalculus Package - Commands and Tutors Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft This article provides a systematic exposition

More information

Unit 1 - Radian and Degree Measure Classwork

Unit 1 - Radian and Degree Measure Classwork Unit 1 - Radian and Degree Measure Classwork Definitions to know: Trigonometry triangle measurement Initial side, terminal side - starting and ending Position of the ray Standard position origin if the

More information

Section. Tolerances. Aluminum Extrusion Manual. 4th Edition

Section. Tolerances. Aluminum Extrusion Manual. 4th Edition Section 8 Tolerances Aluminum Extrusion Manual 4th Edition Section 8 How straight is straight enough? How flat is flat enough? How uniform must a wall thickness be in order to be acceptable? These are

More information

Algebra and Geometry Review (61 topics, no due date)

Algebra and Geometry Review (61 topics, no due date) Course Name: Math 112 Credit Exam LA Tech University Course Code: ALEKS Course: Trigonometry Instructor: Course Dates: Course Content: 159 topics Algebra and Geometry Review (61 topics, no due date) Properties

More information

Angles that are between parallel lines, but on opposite sides of a transversal.

Angles that are between parallel lines, but on opposite sides of a transversal. GLOSSARY Appendix A Appendix A: Glossary Acute Angle An angle that measures less than 90. Acute Triangle Alternate Angles A triangle that has three acute angles. Angles that are between parallel lines,

More information

Solar System. 1. The diagram below represents a simple geocentric model. Which object is represented by the letter X?

Solar System. 1. The diagram below represents a simple geocentric model. Which object is represented by the letter X? Solar System 1. The diagram below represents a simple geocentric model. Which object is represented by the letter X? A) Earth B) Sun C) Moon D) Polaris 2. Which object orbits Earth in both the Earth-centered

More information

Physics 112 Homework 5 (solutions) (2004 Fall) Solutions to Homework Questions 5

Physics 112 Homework 5 (solutions) (2004 Fall) Solutions to Homework Questions 5 Solutions to Homework Questions 5 Chapt19, Problem-2: (a) Find the direction of the force on a proton (a positively charged particle) moving through the magnetic fields in Figure P19.2, as shown. (b) Repeat

More information

Introduction to CATIA V5

Introduction to CATIA V5 Introduction to CATIA V5 Release 16 (A Hands-On Tutorial Approach) Kirstie Plantenberg University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com

More information

The Celestial Sphere. Questions for Today. The Celestial Sphere 1/18/10

The Celestial Sphere. Questions for Today. The Celestial Sphere 1/18/10 Lecture 3: Constellations and the Distances to the Stars Astro 2010 Prof. Tom Megeath Questions for Today How do the stars move in the sky? What causes the phases of the moon? What causes the seasons?

More information

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information

Charlesworth School Year Group Maths Targets

Charlesworth School Year Group Maths Targets Charlesworth School Year Group Maths Targets Year One Maths Target Sheet Key Statement KS1 Maths Targets (Expected) These skills must be secure to move beyond expected. I can compare, describe and solve

More information

Empire Survey Review No. 51, Vol. VII January 1944 Pages 190-200

Empire Survey Review No. 51, Vol. VII January 1944 Pages 190-200 Empire Survey Review No. 51, Vol. VII January 1944 Pages 190-200 The Nomenclature and Classification of Map projections L. P. Lee, Lands and Survey Department, Wellington, N. Z. The Nomenclature and Classification

More information

Astromechanics. 1 solar day = 1.002737909350795 sidereal days

Astromechanics. 1 solar day = 1.002737909350795 sidereal days Astromechanics 13. Time Considerations- Local Sidereal Time The time that is used by most people is that called the mean solar time. It is based on the idea that if the Earth revolved around the Sun at

More information

The Process of Changing from Local Systems into SWEREF 99

The Process of Changing from Local Systems into SWEREF 99 Tina Kempe, Anders Alfredsson, Bengt Andersson, Lars E. Engberg, Fredrik Dahlström, Géza Lohász, Lantmäteriet, Sweden SUMMARY Lantmäteriet has decided that SWEREF 99, the Swedish realisation of ETRS89,

More information

Prentice Hall Connected Mathematics 2, 7th Grade Units 2009

Prentice Hall Connected Mathematics 2, 7th Grade Units 2009 Prentice Hall Connected Mathematics 2, 7th Grade Units 2009 Grade 7 C O R R E L A T E D T O from March 2009 Grade 7 Problem Solving Build new mathematical knowledge through problem solving. Solve problems

More information

Chapter 10 Rotational Motion. Copyright 2009 Pearson Education, Inc.

Chapter 10 Rotational Motion. Copyright 2009 Pearson Education, Inc. Chapter 10 Rotational Motion Angular Quantities Units of Chapter 10 Vector Nature of Angular Quantities Constant Angular Acceleration Torque Rotational Dynamics; Torque and Rotational Inertia Solving Problems

More information