COORDINATE TRANSFORMATION. Lecture 6

Size: px
Start display at page:

Download "COORDINATE TRANSFORMATION. Lecture 6"

Transcription

1 COORDINATE TRANSFORMATION Lecture 6 SGU 1053 SURVEY COMPUTATION 1

2 Introduction Geomatic professional are mostly confronted in their work with transformations from one two/three-dimensional coordinate system to another. This includes the transformation of geographic coordinates delivered by the surveyor into Cartesian map coordinates or the transformation from one 2D Cartesian (x,y) system of a specific map projection into another 2D Cartesian (x,y) system of a defined map projection. Integration of spatial data into one common coordinate system. 2

3 Coordinate Systems 2D Geographic Coordinates Latitude and Longitude The most widely used global coordinate system consists of lines of geographic latitude (phi) and longitude (lambda). 3

4 3D geographic Coordinates Latitude, Longitude and Height h 3D geographic coordinates are obtained by introducing the ellipsoidal height h to the system. The ellipsoidal height (h) of a point is the vertical distance of the point in question above the ellipsoid. It is measured in distance units along the ellipsoidal normal from the point to the ellipsoid surface. 3D geographic coordinates can be used to define a position on the surface of the Earth (point P) 4

5 Geocentric Coordinates (X,Y,Z) or 3D Cartesian The system has its origin at the mass-centre of the Earth with the X- and Y-axes in the plane of the equator. The X-axis passes through the meridian of Greenwich, and the Z-axis coincides with the Earth's axis of rotation. The three axes are mutually orthogonal and form a right-handed system. Geocentric coordinates can be used to define a position on the surface of the Earth (point P) 5

6 2D Cartesian Coordinates (X,Y) The 2D Cartesian coordinate system is a system of intersecting perpendicular lines, which contains two principal axes, called the X- and Y-axis. The horizontal axis is usually referred to as the X-axis and the vertical the Y-axis (note that the X-axis is also sometimes called Easting and the Y-axis the Northing). The intersection of the X- and Y-axis forms the origin. 6

7 2D Polar Coordinates,d Another possibility of defining a point in a plane is by polar coordinates,d. This is the distance d from the origin to the point concerned and the angle a between a fixed (or zero) direction and the direction to the point. The angle a is called azimuth or bearing and is measured in a clockwise direction. It is given in angular units while the distance d is expressed in length units. 7

8 Transformation: Geographic to Geocentric to Geographic Coordinates 8

9 Transformation: Geographic to Geocentric Coordinates The conversion from the latitude and longitude coordinates into the geocentric coordinates is rather straightforward and turns ellipsoidal latitude (ϕ) and longitude (λ), and possibly also the ellipsoidal height (h), into X,Y and Z, using 3 direct equations. If the ellipsoidal semi-major axis is a, semi-minor axis b, and inverse flattening 1/f, then: X = (υ+ h) cos ϕ cos λ Y = (υ + h) cos ϕ sin λ Z = [(1- e 2 ) υ + h] sin ϕ where υ is the prime vertical radius of curvature at latitude ϕ and is equal to υ = a /(1 e 2 sin 2 ϕ ) 0.5 e is the eccentricity of the ellipsoid where e 2 = (a 2 b 2 ) / a 2 = 2f f 2 9

10 Transformation: Geocentric to Geographic Coordinates The inverse equations for the reverse conversion are more complicated and require either an iterative calculation of the latitude and ellipsoidal height, or it makes use of approximating equations like those of Bowring. 10

11 2D Cartesian Coordinate Transformations 2D Cartesian coordinate transformations can be used to transform 2D Cartesian coordinates (x,y) from one 2D Cartesian coordinate system to another 2D Cartesian coordinate system. The three primary transformation methods are: the Conformal transformation, the Affine transformation, and the Polynomial transformation. 11

12 Conformal Transformation A conformal transformation is a linear (or first-order) transformation and relates two 2D Cartesian coordinate systems through a rotation, a uniform scale change, followed by a translation. The rotation is defined by one rotation angle ( ), and the scale change by one scale factor (s). The translation is defined by two origin shift parameters (x o,y o ). The equation is: The simplified equation is: X' = s X cos( ) - s Y sin( ) + x o Y' = s X sin( ) + s Y cos( ) + y o X' = ax - by + x o Y' = bx + ay + y o where a=s cos( ) and b=s sin( ). The transformation parameters (or coefficients) are a,b,x o,y o. 12

13 Affine Transformation An affine transformation is a linear (or first-order) transformation and relates two 2D Cartesian coordinate systems through a rotation, a scale change in x- and y-direction, followed by a translation. The transformation function is expressed with 6 parameters:one rotation angle (a), two scale factors, a scale factor in the x-direction (s x ) and a scale factor in the y-direction (s y ), and two origin shifts (x o, y o ). The equation is: X' = s x X cos(α) - s y Y sin(α) + x o Y' = s x X sin(α) + s y Y cos(α) + y o 13

14 The simplified equation is: X' = ax - by + x o Y' = cx + dy + y o where the transformation parameters (or coefficients) are a,b,c,d,x o,y o. 14

15 The diffference between a conformal and an affine transformation is illustrated in the figure below. Both are linear transformations which means that the lines of the grid remain straight after the transformation. The uniform scale change of the conformal transformation retains the shape of the original rectangular grid. The different scale in x and y-direction of the affine transformation changes the shape of the original rectangular grid, but the lines of the grid remain straight. 15

16 Polynomial Transformation A polynomial transformation is a non-linear transformation and relates two 2D Cartesian coordinate systems through a translation, a rotation and a variable scale change. The transformation function can have an infinite number of terms. The equation is: X' = x o + a 1 X+ a 2 Y+ a 3 XY + a 4 X 2 + a 5 Y 2 + a 6 X 2 Y+ a 7 XY 2 + a 8 X Y' = y o + b 1 X+ b 2 Y+ b 3 XY + b 4 X 2 + b 5 Y 2 + b 6 X 2 Y+ b 7 XY 2 + b 8 X

17 Polynomial transformations are sometimes used to georeference uncorrected satellite imagery or aerial photographs or to match vector data layers that don't fit exactly by stretching or rubber sheeting them over the most accurate data layer. The figure below shows a grid with no uniform scale distortions. It may occur in an aerial photograph, caused by the tilting of the camera and the terrain relief (topography). An approximate correction may be derived through a high-order polynomial transformation. The displacements caused by relief differences can be corrected using a Digital Elevation Model (DEM). 17

18 2D Cartesian coordinate transformations are generally used to assign map coordinates (x,y) to an uncorrected image or scanned map. The type of transformation (usually an affine transformation) depends on the geometric errors in the data set. This is illustrated in the below figure (a). After georeferencing, the image can be aligned (rectified) so that the pixels are exactly positioned within the map coordinate system (figure (b)). For each image pixel in the new coordinate system, a new pixel value has to be determined by means of an interpolation from surrounding pixels in the old image. This is called image resampling. 18

19 The parameters (or coefficients or unknowns) of a conformal, affine or polynomial transformation are usually computed with ground control points (GCPs) or common points (also called tie points) such as corners of houses or road intersections, as long as they have known coordinates in both systems. The number of control points required to determine the 4 parameters (a,b,x o,y o ) of a conformal transformation must be at least 2. An affine transformation requires at least 3 control points to determine the 6 parameters (a,b,c,d,x o,y o ), and 6 control points are required to determine the 12 parameters (x o,a1-a5,y o,b1-b5) of a simple second-order polynomial transformation. 19

20 Common Coordinate Transformation in Malaysia GDM2000 to PMGSN94 GDM2000 to EMGSN97 GDM2000 to MRT48 GDM2000 to BT68 (Sabah) GDM2000 to BT68 (Sarawak) GDM2000 to MRSOGDM GDM2000 to BRSOGDM GDM2000 to CassiniGDM PMGSN94 to MRT48 EMGSN97 to BT68 (Sabah) EMGSN97 to BT68 (Sarawak) MRT48 to MRSO BT68 to BRSO MRSO to Cassini 20

LOCAL GEODETIC HORIZON COORDINATES

LOCAL GEODETIC HORIZON COORDINATES LOCAL GEODETIC HOIZON COODINATES In many surveying applications it is necessary to convert geocentric Cartesian coordinates X,,Z to local geodetic horizon Cartesian coordinates E,N,U (East,North,Up). Figure

More information

Terrain correction. Backward geocoding. Terrain correction and ortho-rectification. Why geometric terrain correction? Rüdiger Gens

Terrain correction. Backward geocoding. Terrain correction and ortho-rectification. Why geometric terrain correction? Rüdiger Gens Terrain correction and ortho-rectification Terrain correction Rüdiger Gens Why geometric terrain correction? Backward geocoding remove effects of side looking geometry of SAR images necessary step to allow

More information

Navigation coordinate systems

Navigation coordinate systems Lecture 3 Navigation coordinate systems Topic items: 1. Basic Coordinate Systems. 2. Plane Cartesian Coordinate Systems. 3. Polar Coordinate Systems. 4. Earth-Based Locational Reference Systems. 5. Reference

More information

Blacksburg, VA July 24 th 30 th, 2010 Georeferencing images and scanned maps Page 1. Georeference

Blacksburg, VA July 24 th 30 th, 2010 Georeferencing images and scanned maps Page 1. Georeference George McLeod Prepared by: With support from: NSF DUE-0903270 in partnership with: Geospatial Technician Education Through Virginia s Community Colleges (GTEVCC) Georeference The process of defining how

More information

Geometric Correction of Imagery

Geometric Correction of Imagery Geometric Correction of Imagery Geometric Correction of Imagery Present by: Dr.Weerakaset Suanpaga D.Eng(RS&GIS) The intent is to compensate for the distortions introduced by a variety of factors, so that

More information

Training i Course Remote Sensing Basic Theory & Image Processing Methods September 2011

Training i Course Remote Sensing Basic Theory & Image Processing Methods September 2011 Training i Course Remote Sensing Basic Theory & Image Processing Methods 19 23 September 2011 Geometric Operations Michiel Damen (September 2011) damen@itc.nl ITC FACULTY OF GEO-INFORMATION SCIENCE AND

More information

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Lecture 5 August 31 2016 Topics: Polar coordinate system Conversion of polar coordinates to 2-D

More information

POSITIONING A PIXEL IN A COORDINATE SYSTEM

POSITIONING A PIXEL IN A COORDINATE SYSTEM GEOREFERENCING AND GEOCODING EARTH OBSERVATION IMAGES GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF REMOTE SENSING AN INTRODUCTORY TEXTBOOK CHAPTER 6 POSITIONING A PIXEL IN A COORDINATE SYSTEM The essential

More information

Reduction of Field Observations

Reduction of Field Observations Reduction of Field Observations GNSS/GPS measurements or Latitudes, Longitudes, HAE: We re interested in projected coordinates, e.g., State Plane Survey measurements in a projected coordinate system, on

More information

Low-Cost Orthophoto Production Using OrthoMapper Software

Low-Cost Orthophoto Production Using OrthoMapper Software Low-Cost Orthophoto Production Using OrthoMapper Software Rick Day Penn State Cooperative Extension, Geospatial Technology Program, RGIS-Chesapeake Air Photos Historical air photos are available from a

More information

Fundamentals of Surveying MSS 220 Prof. Gamal El-Fiky

Fundamentals of Surveying MSS 220 Prof. Gamal El-Fiky Fundamentals of Surveying MSS 220 Prof. Gamal l-fiky Maritime Studies Department, Faculty of Marine Science King Abdulaziz University gamal_elfiky@yahoo.com Room 221 What is Surveying? Surveying is defined

More information

Overview. Image Geometric Correction. LA502 Special Studies Remote Sensing. Why Geometric Correction?

Overview. Image Geometric Correction. LA502 Special Studies Remote Sensing. Why Geometric Correction? LA502 Special Studies Remote Sensing Image Geometric Correction Department of Landscape Architecture Faculty of Environmental Design King AbdulAziz University Room 103 Overview Image rectification Geometric

More information

1 of 8 8/17/00 3:06 PM

1 of 8 8/17/00 3:06 PM A. INTRODUCTION B. AFFINE TRANSFORMATION PRIMITIVES 1. Translation 2. Scaling 3. Rotation 4. Reflection C. COMPLEX AFFINE TRANSFORMATIONS D. AFFINE TRANSFORMATIONS IN GIS Simple Example City Fire Study

More information

Chapters 1-4: Summary

Chapters 1-4: Summary Chapters 1-4: Summary So far, we have been investigating the image acquisition process. Chapter 1: General introduction Chapter 2: Radiation source and properties Chapter 3: Radiation interaction with

More information

Higher Surveying Dr. Ajay Dashora Department of Civil Engineering Indian Institute of Technology, Guwahati

Higher Surveying Dr. Ajay Dashora Department of Civil Engineering Indian Institute of Technology, Guwahati Higher Surveying Dr. Ajay Dashora Department of Civil Engineering Indian Institute of Technology, Guwahati Module - 2 Lecture - 03 Coordinate System and Reference Frame Hello everyone. Welcome back on

More information

Geometric Rectification of Remote Sensing Images

Geometric Rectification of Remote Sensing Images Geometric Rectification of Remote Sensing Images Airborne TerrestriaL Applications Sensor (ATLAS) Nine flight paths were recorded over the city of Providence. 1 True color ATLAS image (bands 4, 2, 1 in

More information

L6 Transformations in the Euclidean Plane

L6 Transformations in the Euclidean Plane L6 Transformations in the Euclidean Plane NGEN06(TEK230) Algorithms in Geographical Information Systems by: Irene Rangel, updated by Sadegh Jamali, Per-Ola Olsson (source: Lecture notes in GIS, Lars Harrie)

More information

Exterior Orientation Parameters

Exterior Orientation Parameters Exterior Orientation Parameters PERS 12/2001 pp 1321-1332 Karsten Jacobsen, Institute for Photogrammetry and GeoInformation, University of Hannover, Germany The georeference of any photogrammetric product

More information

Geometric Correction

Geometric Correction CEE 6150: Digital Image Processing Geometric Correction 1 Sources of Distortion Sensor Characteristics optical distortion aspect ratio non-linear mirror velocity detector geometry & scanning sequence Viewing

More information

DEVELOPMENT OF CAMERA MODEL AND GEOMETRIC CALIBRATION/VALIDATION OF XSAT IRIS IMAGERY

DEVELOPMENT OF CAMERA MODEL AND GEOMETRIC CALIBRATION/VALIDATION OF XSAT IRIS IMAGERY DEVELOPMENT OF CAMERA MODEL AND GEOMETRIC CALIBRATION/VALIDATION OF XSAT IRIS IMAGERY Leong Keong Kwoh, Xiaojing Huang, Wee Juan Tan Centre for Remote, Imaging Sensing and Processing (CRISP), National

More information

COMP ARISON OF DIFFERENT ALGORITHMS TO TRANSFORM GEOCENTRIC TO GEODETIC COORDINATES. Alireza Amiri Seemkooei

COMP ARISON OF DIFFERENT ALGORITHMS TO TRANSFORM GEOCENTRIC TO GEODETIC COORDINATES. Alireza Amiri Seemkooei Survey Review 36, 286 (October 2002) COMP ARISON OF DIFFERENT ALGORITHMS TO TRANSFORM GEOCENTRIC TO GEODETIC COORDINATES Alireza Amiri Seemkooei Dept. of Surveying Engineering The University of Isfahan,

More information

Georeferencing in ArcGIS

Georeferencing in ArcGIS Georeferencing in ArcGIS Georeferencing In order to position images on the surface of the earth, they need to be georeferenced. Images are georeferenced by linking unreferenced features in the image with

More information

Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground.

Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground. Image georeferencing is the process of developing a model to transform from pixel coordinates into GIS coordinates such as meters on the ground. Image rectification is the process of using your georeferencing

More information

Reference Systems for Surveying and Mapping CTB3310 Surveying and Mapping

Reference Systems for Surveying and Mapping CTB3310 Surveying and Mapping Delft University of Technology Reference Systems for Surveying and Mapping CTB3310 Surveying and Mapping Hans van der Marel ii The front cover shows the NAP (Amsterdam Ordnance Datum) datum point at the

More information

Yandex.Maps API Background theory

Yandex.Maps API Background theory 8.02.2018 .. Version 1.0 Document build date: 8.02.2018. This volume is a part of Yandex technical documentation. Yandex helpdesk site: http://help.yandex.ru 2008 2018 Yandex LLC. All rights reserved.

More information

State Plane Coordinates and Computations using them GISC Spring 2013

State Plane Coordinates and Computations using them GISC Spring 2013 State Plane Coordinates and Computations using them GISC-3325 - Spring 2013 Map Projections From UNAVCO site hosting.soonet.ca/eliris/gpsgis/lec2geodesy.html Taken from Ghilani, SPC State Plane Coordinate

More information

Chapters 1 7: Overview

Chapters 1 7: Overview Chapters 1 7: Overview Chapter 1: Introduction Chapters 2 4: Data acquisition Chapters 5 7: Data manipulation Chapter 5: Vertical imagery Chapter 6: Image coordinate measurements and refinements Chapter

More information

DIGITAL ORTHOPHOTO GENERATION

DIGITAL ORTHOPHOTO GENERATION DIGITAL ORTHOPHOTO GENERATION Manuel JAUREGUI, José VÍLCHE, Leira CHACÓN. Universit of Los Andes, Venezuela Engineering Facult, Photogramdemr Institute, Email leirac@ing.ula.ven Working Group IV/2 KEY

More information

Modern Surveying Techniques. Prof. S. K. Ghosh. Department of Civil Engineering. Indian Institute of Technology, Roorkee.

Modern Surveying Techniques. Prof. S. K. Ghosh. Department of Civil Engineering. Indian Institute of Technology, Roorkee. Modern Surveying Techniques Prof. S. K. Ghosh Department of Civil Engineering Indian Institute of Technology, Roorkee Lecture - 12 Rectification & Restoration In my previous session, I had discussed regarding

More information

Graphics and Interaction Transformation geometry and homogeneous coordinates

Graphics and Interaction Transformation geometry and homogeneous coordinates 433-324 Graphics and Interaction Transformation geometry and homogeneous coordinates Department of Computer Science and Software Engineering The Lecture outline Introduction Vectors and matrices Translation

More information

2D Object Definition (1/3)

2D Object Definition (1/3) 2D Object Definition (1/3) Lines and Polylines Lines drawn between ordered points to create more complex forms called polylines Same first and last point make closed polyline or polygon Can intersect itself

More information

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates Department of Computer Science and Software Engineering The Lecture outline Introduction Vectors and matrices Translation

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Vectors and the Geometry of Space In Figure 11.43, consider the line L through the point P(x 1, y 1, z 1 ) and parallel to the vector. The vector v is a direction vector for the line L, and a, b, and c

More information

CORRECTING RS SYSTEM DETECTOR ERROR GEOMETRIC CORRECTION

CORRECTING RS SYSTEM DETECTOR ERROR GEOMETRIC CORRECTION 1 CORRECTING RS SYSTEM DETECTOR ERROR GEOMETRIC CORRECTION Lecture 1 Correcting Remote Sensing 2 System Detector Error Ideally, the radiance recorded by a remote sensing system in various bands is an accurate

More information

University of Technology Building & Construction Department / Remote Sensing & GIS lecture

University of Technology Building & Construction Department / Remote Sensing & GIS lecture 5. Corrections 5.1 Introduction 5.2 Radiometric Correction 5.3 Geometric corrections 5.3.1 Systematic distortions 5.3.2 Nonsystematic distortions 5.4 Image Rectification 5.5 Ground Control Points (GCPs)

More information

Geographic Information Systems. using QGIS

Geographic Information Systems. using QGIS Geographic Information Systems using QGIS 1 - INTRODUCTION Generalities A GIS (Geographic Information System) consists of: -Computer hardware -Computer software - Digital Data Generalities GIS softwares

More information

Photogrammetry: DTM Extraction & Editing

Photogrammetry: DTM Extraction & Editing Photogrammetry: DTM Extraction & Editing Review of terms Vertical aerial photograph Perspective center Exposure station Fiducial marks Principle point Air base (Exposure Station) Digital Photogrammetry:

More information

Real Geodetic Map (Map without Projection) Abstract Keywords: 1. Introduction

Real Geodetic Map (Map without Projection) Abstract Keywords: 1. Introduction Real ( without Projection) Ahmad Shaker 1 Abdullah Saad 1 Abdurrahman Arafa 2* 1.Surveying Dep., Shoubra Faculty of Engineering, Benha University, Egypt 2.Manager of Surveying Dep. in Horse Company. Egypt

More information

Raster Images Processing

Raster Images Processing Software PHOTOMOD Module PHOTOMOD VectOr Raster Images Processing Racurs, Moscow, 2009 PHOTOMOD CONTENTS 1. Raster processing in PHOTOMOD VectOr...3 1.1. Raster map...3 1.2. Raster data conversion...4

More information

High-Precision Positioning Unit 2.2 Student Exercise: Calculating Topographic Change

High-Precision Positioning Unit 2.2 Student Exercise: Calculating Topographic Change High-Precision Positioning Unit 2.2 Student Exercise: Calculating Topographic Change Ian Lauer and Ben Crosby (Idaho State University) Change is an inevitable part of our natural world and varies as a

More information

Georeferencing & Spatial Adjustment

Georeferencing & Spatial Adjustment Georeferencing & Spatial Adjustment Aligning Raster and Vector Data to the Real World Rotation Differential Scaling Distortion Skew Translation 1 The Problem How are geographically unregistered data, either

More information

Use of n-vector for Radar Applications

Use of n-vector for Radar Applications Use of n-vector for Radar Applications Nina Ødegaard, Kenneth Gade Norwegian Defence Research Establishment Kjeller, NORWAY email: Nina.Odegaard@ffi.no Kenneth.Gade@ffi.no Abstract: This paper aims to

More information

Data handling 2: Transformations

Data handling 2: Transformations Intro Geo information Science (GRS 10306) Data handling 2: Transformations 2009/2010 CGI GIRS Transformation definition Query a data handling class of operators which doesn t change the thematic and geometric

More information

Photogrammetry: DTM Extraction & Editing

Photogrammetry: DTM Extraction & Editing Photogrammetry: DTM Extraction & Editing How can one determine the x, y, and z of a location? Approaches to DTM Extraction Ground surveying Digitized topographic maps Traditional photogrammetry Hardcopy

More information

L7 Raster Algorithms

L7 Raster Algorithms L7 Raster Algorithms NGEN6(TEK23) Algorithms in Geographical Information Systems by: Abdulghani Hasan, updated Nov 216 by Per-Ola Olsson Background Store and analyze the geographic information: Raster

More information

Coordinate Transformations for VERITAS in OAWG - Stage 4

Coordinate Transformations for VERITAS in OAWG - Stage 4 Coordinate Transformations for VERITAS in OAWG - Stage 4 (11 June 2006) Tülün Ergin 1 Contents 1 COORDINATE TRANSFORMATIONS 1 1.1 Rotation Matrices......................... 1 1.2 Rotations of the Coordinates...................

More information

MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION

MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION MONO-IMAGE INTERSECTION FOR ORTHOIMAGE REVISION Mohamed Ibrahim Zahran Associate Professor of Surveying and Photogrammetry Faculty of Engineering at Shoubra, Benha University ABSTRACT This research addresses

More information

Georeferencing & Spatial Adjustment 2/13/2018

Georeferencing & Spatial Adjustment 2/13/2018 Georeferencing & Spatial Adjustment The Problem Aligning Raster and Vector Data to the Real World How are geographically unregistered data, either raster or vector, made to align with data that exist in

More information

HP-35s Calculator Program Closure 7A

HP-35s Calculator Program Closure 7A Traverse Program using Latitude and Longitude and the Gauss Mid-Latitude Formulae Programmer: Dr. Bill Hazelton Date: March, 2008. Version: 1.0 Line Instruction Display User Programming Instructions J001

More information

TERRESTRIAL AND NUMERICAL PHOTOGRAMMETRY 1. MID -TERM EXAM Question 4

TERRESTRIAL AND NUMERICAL PHOTOGRAMMETRY 1. MID -TERM EXAM Question 4 TERRESTRIAL AND NUMERICAL PHOTOGRAMMETRY 1. MID -TERM EXAM Question 4 23 November 2001 Two-camera stations are located at the ends of a base, which are 191.46m long, measured horizontally. Photographs

More information

ANGLES 4/18/2017. Surveying Knowledge FE REVIEW COURSE SPRING /19/2017

ANGLES 4/18/2017. Surveying Knowledge FE REVIEW COURSE SPRING /19/2017 FE REVIEW COURSE SPRING 2017 Surveying 4/19/2017 Surveying Knowledge 4 6 problems Angles, distances, & trigonometry Area computations Earthwork & volume computations Closure Coordinate systems State plane,

More information

The Problem. Georeferencing & Spatial Adjustment. Nature Of The Problem: For Example: Georeferencing & Spatial Adjustment 9/20/2016

The Problem. Georeferencing & Spatial Adjustment. Nature Of The Problem: For Example: Georeferencing & Spatial Adjustment 9/20/2016 Georeferencing & Spatial Adjustment Aligning Raster and Vector Data to the Real World The Problem How are geographically unregistered data, either raster or vector, made to align with data that exist in

More information

Formulas and constants for the calculation of the Swiss conformal cylindrical projection and for the transformation between coordinate systems

Formulas and constants for the calculation of the Swiss conformal cylindrical projection and for the transformation between coordinate systems _ìåçéë~ãíñωêi~åçéëíçéçöê~ñáé lññáåéñ Ç ê~äçéíçéçöê~éüáé péñíáöéåëíê~ëëéosq `ejpmuqt~äéêå rññáåáçñéçéê~äéçáíçéçöê~ñá~ qéäéñçå HQNPNVSPONNN céçéê~älññáåéçñqçéçöê~éüó qéäéñ~ñ HQNPNVSPOQRV Formulas and constants

More information

Lecture 4: Digital Elevation Models

Lecture 4: Digital Elevation Models Lecture 4: Digital Elevation Models GEOG413/613 Dr. Anthony Jjumba 1 Digital Terrain Modeling Terms: DEM, DTM, DTEM, DSM, DHM not synonyms. The concepts they illustrate are different Digital Terrain Modeling

More information

GEOG 4110/5100 Advanced Remote Sensing Lecture 4

GEOG 4110/5100 Advanced Remote Sensing Lecture 4 GEOG 4110/5100 Advanced Remote Sensing Lecture 4 Geometric Distortion Relevant Reading: Richards, Sections 2.11-2.17 Review What factors influence radiometric distortion? What is striping in an image?

More information

3.1 Units. Angle Unit. Direction Reference

3.1 Units. Angle Unit. Direction Reference Various settings allow the user to configure the software to function to his/her preference. It is important to review all the settings prior to using the software to ensure they are set to produce the

More information

PRECISE GEOREFERENCING OF CARTOSAT IMAGERY VIA DIFFERENT ORIENTATION MODELS

PRECISE GEOREFERENCING OF CARTOSAT IMAGERY VIA DIFFERENT ORIENTATION MODELS PRECISE GEOREFERENCING OF CARTOSAT IMAGERY VIA DIFFERENT ORIENTATION MODELS J. Willneff, T. Weser, F. Rottensteiner, C. S. Fraser * Cooperative Research Centre for Spatial Information, Department of Geomatics,

More information

Convert Local Coordinate Systems to Standard Coordinate Systems

Convert Local Coordinate Systems to Standard Coordinate Systems BENTLEY SYSTEMS, INC. Convert Local Coordinate Systems to Standard Coordinate Systems Using 2D Conformal Transformation in MicroStation V8i and Bentley Map V8i Jim McCoy P.E. and Alain Robert 4/18/2012

More information

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM Lecture 13: Advanced Data Models: Terrain mapping and Analysis Contents of Lecture Surface Data Models DEM GRID Model TIN Model Visibility Analysis Geography 373 Spring, 2006 Changjoo Kim 11/29/2006 1

More information

Using Coordinate Systems

Using Coordinate Systems Using Coordinate Systems In This Chapter 5 As you draw you use the coordinate system to specify points in the drawing. You can locate and use your own movable user coordinate system (UCS) for working on

More information

Vector Algebra Transformations. Lecture 4

Vector Algebra Transformations. Lecture 4 Vector Algebra Transformations Lecture 4 Cornell CS4620 Fall 2008 Lecture 4 2008 Steve Marschner 1 Geometry A part of mathematics concerned with questions of size, shape, and relative positions of figures

More information

Camera Calibration for Video See-Through Head-Mounted Display. Abstract. 1.0 Introduction. Mike Bajura July 7, 1993

Camera Calibration for Video See-Through Head-Mounted Display. Abstract. 1.0 Introduction. Mike Bajura July 7, 1993 Camera Calibration for Video See-Through Head-Mounted Display Mike Bajura July 7, 1993 Abstract This report describes a method for computing the parameters needed to model a television camera for video

More information

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3)

RECOMMENDATION ITU-R P DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES. (Question ITU-R 202/3) Rec. ITU-R P.1058-1 1 RECOMMENDATION ITU-R P.1058-1 DIGITAL TOPOGRAPHIC DATABASES FOR PROPAGATION STUDIES (Question ITU-R 202/3) Rec. ITU-R P.1058-1 (1994-1997) The ITU Radiocommunication Assembly, considering

More information

with slopes m 1 and m 2 ), if and only if its coordinates satisfy the equation y y 0 = 0 and Ax + By + C 2

with slopes m 1 and m 2 ), if and only if its coordinates satisfy the equation y y 0 = 0 and Ax + By + C 2 CHAPTER 10 Straight lines Learning Objectives (i) Slope (m) of a non-vertical line passing through the points (x 1 ) is given by (ii) If a line makes an angle α with the positive direction of x-axis, then

More information

Module 7 Defining Coordinate Systems

Module 7 Defining Coordinate Systems Module 7 Defining Coordinate Systems Introduction Objectives Outline of Topics Covered The use of coordinate systems is very important in managing 3D spatial data including point clouds. In this module

More information

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ)

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ) Boise State Math 275 (Ultman) Worksheet 3.5: Triple Integrals in Spherical Coordinates From the Toolbox (what you need from previous classes) Know what the volume element dv represents. Be able to find

More information

Camera Model and Calibration

Camera Model and Calibration Camera Model and Calibration Lecture-10 Camera Calibration Determine extrinsic and intrinsic parameters of camera Extrinsic 3D location and orientation of camera Intrinsic Focal length The size of the

More information

Determination of suitable requirements for Geometric Correction of remote sensing Satellite Images when Using Ground Control Points

Determination of suitable requirements for Geometric Correction of remote sensing Satellite Images when Using Ground Control Points Determination of suitable requirements for Geometric Correction of remote sensing Satellite Images when Using Ground Control Points Mohamed Tawfeik 1, Hassan Elhifnawy 2, EssamHamza 1, Ahmed Shawky 2 1Dept.

More information

Creating Mercator s Map Projection

Creating Mercator s Map Projection Creating Mercator s Map Projection Andrew Geldean December 17, 2014 Abstract: This map developed by Gerardus Mercator in 1569 is created by producing a cylinder around the globe projecting the surface

More information

The Coordinate Transformation Method and Accuracy Analysis in GPS Measurement

The Coordinate Transformation Method and Accuracy Analysis in GPS Measurement Available online at www.sciencedirect.com Procedia Environmental Sciences (0 ) 3 37 0 International Conference on Environmental Science and Engineering (ICESE 0) The Coordinate Transformation Method and

More information

Novel Real-Time Coordinate Transformations based on N-Dimensional Geo-Registration Parameters' Matrices

Novel Real-Time Coordinate Transformations based on N-Dimensional Geo-Registration Parameters' Matrices FIG Working Week 009, Eilat, Israel, -8 May 009 Novel Real-Time Coordinate Transformations based on N-Dimensional Geo-Registration Parameters' Matrices Sagi Dalyot, Ariel Gershkovich, Yerach Doythser Mapping

More information

ECE-161C Cameras. Nuno Vasconcelos ECE Department, UCSD

ECE-161C Cameras. Nuno Vasconcelos ECE Department, UCSD ECE-161C Cameras Nuno Vasconcelos ECE Department, UCSD Image formation all image understanding starts with understanding of image formation: projection of a scene from 3D world into image on 2D plane 2

More information

Coordinate Systems Specification

Coordinate Systems Specification Page: 1 of 22 ExoMars Rover DRD: ENG-32 CI CODE: E211000300 Prepared by: N Silva GNC Architect Date: Checked by: A R Davies GNC Architect R Slade Mechanical Architect Date: Approved by: J Clemmet Engineering

More information

Geoapplications development Control work 1 (2017, Fall)

Geoapplications development Control work 1 (2017, Fall) Page 1 Geoapplications development Control work 1 (2017, Fall) Author: Antonio Rodriges, Oct. 2017 http://rgeo.wikience.org/ Surname, name, patronymic: Group: Date: Signature: Select all correct statements.

More information

Chapters 1 9: Overview

Chapters 1 9: Overview Chapters 1 9: Overview Chapter 1: Introduction Chapters 2 4: Data acquisition Chapters 5 9: Data manipulation Chapter 5: Vertical imagery Chapter 6: Image coordinate measurements and refinements Chapters

More information

Computer Vision. Coordinates. Prof. Flávio Cardeal DECOM / CEFET- MG.

Computer Vision. Coordinates. Prof. Flávio Cardeal DECOM / CEFET- MG. Computer Vision Coordinates Prof. Flávio Cardeal DECOM / CEFET- MG cardeal@decom.cefetmg.br Abstract This lecture discusses world coordinates and homogeneous coordinates, as well as provides an overview

More information

GPS/GIS Activities Summary

GPS/GIS Activities Summary GPS/GIS Activities Summary Group activities Outdoor activities Use of GPS receivers Use of computers Calculations Relevant to robotics Relevant to agriculture 1. Information technologies in agriculture

More information

9.5 Polar Coordinates. Copyright Cengage Learning. All rights reserved.

9.5 Polar Coordinates. Copyright Cengage Learning. All rights reserved. 9.5 Polar Coordinates Copyright Cengage Learning. All rights reserved. Introduction Representation of graphs of equations as collections of points (x, y), where x and y represent the directed distances

More information

Astromechanics. 12. Satellite Look Angle

Astromechanics. 12. Satellite Look Angle Astromechanics 12. Satellite Look Angle The satellite look angle refers to the angle that one would look for a satellite at a given time from a specified position on the Earth. For example, if you had

More information

Rectangular Coordinates in Space

Rectangular Coordinates in Space Rectangular Coordinates in Space Philippe B. Laval KSU Today Philippe B. Laval (KSU) Rectangular Coordinates in Space Today 1 / 11 Introduction We quickly review one and two-dimensional spaces and then

More information

Camera model and multiple view geometry

Camera model and multiple view geometry Chapter Camera model and multiple view geometry Before discussing how D information can be obtained from images it is important to know how images are formed First the camera model is introduced and then

More information

Lecture 5 2D Transformation

Lecture 5 2D Transformation Lecture 5 2D Transformation What is a transformation? In computer graphics an object can be transformed according to position, orientation and size. Exactly what it says - an operation that transforms

More information

EE 570: Location and Navigation: Theory & Practice

EE 570: Location and Navigation: Theory & Practice EE 570: Location and Navigation: Theory & Practice Navigation Mathematics Tuesday 15 Jan 2013 NMT EE 570: Location and Navigation: Theory & Practice Slide 1 of 14 Coordinate Frames - ECI The Earth-Centered

More information

Definition of Basic Polar Data Product

Definition of Basic Polar Data Product Definition of Basic Polar Data Product OPERA project 1d3: working document WD 02 03 Iwan Holleman and Gianmario Galli Date: September 22, 2003 1 1 Introduction During the OPERA project an additional deliverable

More information

Image and Multidimensional Signal Processing

Image and Multidimensional Signal Processing Image and Multidimensional Signal Processing Professor William Hoff Dept of Electrical Engineering &Computer Science http://inside.mines.edu/~whoff/ Interpolation and Spatial Transformations 2 Image Interpolation

More information

Chapters 1 5. Photogrammetry: Definition, introduction, and applications. Electro-magnetic radiation Optics Film development and digital cameras

Chapters 1 5. Photogrammetry: Definition, introduction, and applications. Electro-magnetic radiation Optics Film development and digital cameras Chapters 1 5 Chapter 1: Photogrammetry: Definition, introduction, and applications Chapters 2 4: Electro-magnetic radiation Optics Film development and digital cameras Chapter 5: Vertical imagery: Definitions,

More information

The Role of Coordinate Systems, Coordinates and Heights in Horizontal Datum Transformations

The Role of Coordinate Systems, Coordinates and Heights in Horizontal Datum Transformations The Role of Coordinate Systems, Coordinates and Heights in Horizontal Datum Transformations WILL FEATHERSTONE School of Spatial Sciences, Curtin University of Technology, GPO Box U1987, Perth, 6845, Western

More information

Volume 8: CDB Spatial and Coordinate Reference Systems Guidance

Volume 8: CDB Spatial and Coordinate Reference Systems Guidance Open Geospatial Consortium Submission Date: 83 Approval Date: 887 Publication Date: 89 External identifier of this OGC document: http://www.opengis.net/doc/bp/cdbsrf/. Internal reference number of this

More information

The points (2, 2, 1) and (0, 1, 2) are graphed below in 3-space:

The points (2, 2, 1) and (0, 1, 2) are graphed below in 3-space: Three-Dimensional Coordinate Systems The plane is a two-dimensional coordinate system in the sense that any point in the plane can be uniquely described using two coordinates (usually x and y, but we have

More information

Lecture 6 Sections 4.3, 4.6, 4.7. Wed, Sep 9, 2009

Lecture 6 Sections 4.3, 4.6, 4.7. Wed, Sep 9, 2009 Lecture 6 Sections 4.3, 4.6, 4.7 Hampden-Sydney College Wed, Sep 9, 2009 Outline 1 2 3 4 re are three mutually orthogonal axes: the x-axis, the y-axis, and the z-axis. In the standard viewing position,

More information

Fundamentals of Structural Geology Exercise: concepts from chapter 2

Fundamentals of Structural Geology Exercise: concepts from chapter 2 0B Reading: Fundamentals of Structural Geology, Ch 2 1) Develop a MATLAB script that plots the spherical datum (Fig. 2.1a) with unit radius as a wire-frame diagram using lines of constant latitude and

More information

GEOG 4110/5100 Advanced Remote Sensing Lecture 4

GEOG 4110/5100 Advanced Remote Sensing Lecture 4 GEOG 4110/5100 Advanced Remote Sensing Lecture 4 Geometric Distortion Relevant Reading: Richards, Sections 2.11-2.17 Geometric Distortion Geometric Distortion: Errors in image geometry, (location, dimensions,

More information

ANALYSIS OF THE GEOMETRIC ACCURACY PROVIDED BY THE FORWARD GEOCODING OF SAR IMAGES

ANALYSIS OF THE GEOMETRIC ACCURACY PROVIDED BY THE FORWARD GEOCODING OF SAR IMAGES ANALYSIS OF THE GEOMETRIC ACCURACY PROVIDED BY THE FORWARD GEOCODING OF SAR IMAGES V. Karathanassi, Ch. Iossifidis, and D. Rokos Laboratory of Remote Sensing, Department of Rural and Surveying Engineering,

More information

Solar Panel Irradiation Exposure efficiency of solar panels with shadow

Solar Panel Irradiation Exposure efficiency of solar panels with shadow Solar Panel Irradiation Exposure efficiency of solar panels with shadow Frits F.M. de Mul MEDPHYS Software & Services 2012 www.medphys.nl email: info(at)medphys.nl Solar Panel Irradiation 1. Local Times,

More information

Tutorial R E C T I F I C A T I O N. Rectifying Images. Rectifying Images. with. TNTmips. page 1

Tutorial R E C T I F I C A T I O N. Rectifying Images. Rectifying Images. with. TNTmips. page 1 R E C T I F I C A T I O N Tutorial Rectifying Images Rectifying Images with TNTmips page 1 Before Getting Started This booklet introduces you to the Automatic Resampling process in TNTmips. This process

More information

Module 4. Stereographic projection: concept and application. Lecture 4. Stereographic projection: concept and application

Module 4. Stereographic projection: concept and application. Lecture 4. Stereographic projection: concept and application Module 4 Stereographic projection: concept and application Lecture 4 Stereographic projection: concept and application 1 NPTEL Phase II : IIT Kharagpur : Prof. R. N. Ghosh, Dept of Metallurgical and Materials

More information

The Problem. Georeferencing & Spatial Adjustment. Nature of the problem: For Example: Georeferencing & Spatial Adjustment 2/4/2014

The Problem. Georeferencing & Spatial Adjustment. Nature of the problem: For Example: Georeferencing & Spatial Adjustment 2/4/2014 Georeferencing & Spatial Adjustment Aligning Raster and Vector Data to a GIS The Problem How are geographically unregistered data, either raster or vector, made to align with data that exist in geographical

More information

WHERE THEORY MEETS PRACTICE

WHERE THEORY MEETS PRACTICE world from others, leica geosystems WHERE THEORY MEETS PRACTICE A NEW BULLETIN COLUMN BY CHARLES GHILANI ON PRACTICAL ASPECTS OF SURVEYING WITH A THEORETICAL SLANT february 2012 ² ACSM BULLETIN ² 27 USGS

More information

Automatic reconstruction of old globes by photogrammetry and its accuracy

Automatic reconstruction of old globes by photogrammetry and its accuracy Mátyás Gede Automatic reconstruction of old globes by photogrammetry and its accuracy Keywords: Globes, 3D reconstruction, photogrammetry, accuracy Summary: Virtual 3D model of an old globe can be created

More information

ENGI Parametric & Polar Curves Page 2-01

ENGI Parametric & Polar Curves Page 2-01 ENGI 3425 2. Parametric & Polar Curves Page 2-01 2. Parametric and Polar Curves Contents: 2.1 Parametric Vector Functions 2.2 Parametric Curve Sketching 2.3 Polar Coordinates r f 2.4 Polar Curve Sketching

More information