Sep. 21-22, 2006 v FME Worldwide User Conference – Vancouver Reprojection Problems: Art or Error? Dean Hintz, Safe Software.

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

You have been given a mission and a code. Use the code to complete the mission and you will save the world from obliteration…
Fill in missing numbers or operations
$1 Million $500,000 $250,000 $125,000 $64,000 $32,000 $16,000 $8,000 $4,000 $2,000 $1,000 $500 $300 $200 $100 Welcome.
EuroCondens SGB E.
Slide 1 Insert your own content. Slide 2 Insert your own content.
1 Copyright © 2010, Elsevier Inc. All rights Reserved Fig 2.1 Chapter 2.
By D. Fisher Geometric Transformations. Reflection, Rotation, or Translation 1.
Viewpoints Chapter 6, Section 2.
Business Transaction Management Software for Application Coordination 1 Business Processes and Coordination.
1 G601, IO I Eric Rasmusen, 5 September mixed, Cournot This is for one 75 minute session on the chapter. The big idea is mixing.
1 G601, IO I Eric Rasmusen, 31 August – Info This is for one 75 minute session on the chapter. The big idea is bayesian equilibrium.
FIGURE 10.1 Typical physical appearance of a controller.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Title Subtitle.
Latitude and Longitude
Making a Line Plot Collect data and put in chronological order
0 - 0.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Simplify All mixed up Misc. AddingSubtract.
DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
Addition Facts
East Africa Drought ActionAid schools | July 2011.
Welcome to Who Wants to be a Millionaire
Welcome to Who Wants to be a Millionaire
Grade D Number - Decimals – x x x x x – (3.6 1x 5) 9.
ZMQS ZMQS
High Resolution MOS Forecasts Based on a Low Resolution Model Dipl.-Met. Klaus Knüpffer, 28.Sep 2009 OUTLINE 1. MOS reduces 50% of the error variance of.
1 Copyright 2006 MySQL AB The Worlds Most Popular Open Source Database Geo/Spatial Search with MySQL Alexander Rubin Senior Consultant, MySQL AB.
Year 6/7 mental test 5 second questions
Lecture 11: Algorithms and Time Complexity I Discrete Mathematical Structures: Theory and Applications.
BT Wholesale October Creating your own telephone network WHOLESALE CALLS LINE ASSOCIATED.
Treasure Map By: Gage Gwin Haven Beagle START. Step 1 23 tiles south CONTINUE.
ABC Technology Project
Chapter 15 Complex Numbers
Math Review with Matlab:
8.4 Percent Concentration
Squares and Square Root WALK. Solve each problem REVIEW:
 Depth Into the earth Surface of the earth Distance along the fault plane 100 km (60 miles) Slip on an earthquake fault START.
Lets play bingo!!. Calculate: MEAN Calculate: MEDIAN
Past Tense Probe. Past Tense Probe Past Tense Probe – Practice 1.
Lecture 4 vector data analysis. 2014年10月11日 2014年10月11日 2014年10月11日 2 Introduction Based on the objects,such as point,line and polygon Based on the objects,such.
DG 1 1.What imaginary line separates the Northern and Southern hemispheres? 2. What is the “grid system”? 3. What are the cardinal directions? 4. What.
Before Between After.
Benjamin Banneker Charter Academy of Technology Making AYP Benjamin Banneker Charter Academy of Technology Making AYP.
Addition 1’s to 20.
25 seconds left…...
Subtraction: Adding UP
Test B, 100 Subtraction Facts
What is Slope Assignment. List the four types of slope and sketch each type. 1.
Week 1.
We will resume in: 25 Minutes.
Static Equilibrium; Elasticity and Fracture
1 Unit 1 Kinematics Chapter 1 Day
FIND THE AREA ( ROUND TO THE NEAREST TENTHS) 2.7 in 15 in in.
How Cells Obtain Energy from Food
Solve an equation by multiplying by a reciprocal
EXAMPLE 3 Use synthetic division
Locating Positions on Earth
Sep , 2006 v FME Worldwide User Conference - Vancouver FME Translation Customization with Python Tom Weir, Safe Software.
1 Spatial Data What is Geographic Spatial Data? What are its Properties TWiST.
Datum & Coordinate Systems
Map Projections (2/2) Francisco Olivera, Ph.D., P.E. Center for Research in Water Resources University of Texas at Austin.
Latitude Gives north-south location relative to the Equator.
Conversion from Latitude/Longitude to Cartesian Coordinates
Coordinate systems.
What is GPS and UTM and how do they work? K. Michalski.
Geometric Correction It is vital for many applications using remotely sensed images to know the ground locations for points in the image. There are two.
Sep. 22, 2006 v FME Worldwide User Conference - Vancouver Lightning Talks!
Coordinates. Space is important How can we represent this space numerically? 2D and 3D.
Presentation transcript:

Sep , 2006 v FME Worldwide User Conference – Vancouver Reprojection Problems: Art or Error? Dean Hintz, Safe Software

Presentation Title 2 ASRP Mixes Cartesian and Polar LL84 All ASRP LL84 coords, But zone 1,8 are polar projections

Presentation Title 3 Our Fix

Presentation Title 4 Need for Degrees to Meters conversion Based on Latitude The Problem: 1 degree can represent radically different distances on the earths surface depending on where you are. This can become a problem when defining a spatial reference. Image source resolution usually based on ground distance. SDE rastermap: first tile in sets the resolution. For example, at the equator: 1 degree lat = m 1 degree long = m At 50N: 1 degree lat = m 1 degree long = m

Presentation Title 5 Source ASRP UKH601 Sample source ASRP UKH601

Presentation Title 6 SDE mosaic: Northern tile is loaded first UKH601 in SDE mosaic when EUH805 is loaded first

Presentation Title 7 SDE Mosaic: Southern tile is loaded first UKH601 in SDE mosaic when UKH601 is loaded first

Presentation Title 8 Approaches Considered Solution 1: force most southern tile to load first, or always use equitorial resolution. Solution 2: Calculate resolution based on minimum latitude

Presentation Title 9 Step 1: Calculate meters per degree for minimum latitude rlat = reference latitude in radians = reference latitude * pi/180 At 50 degrees N: rlat = 50* pi/180 = rads Meters per degree Longitude: = * cos(2* rlat) *cos(4*rlat) = * cos(2* )+1.175*cos(4* ) = = m/degree latitude Meters per degree Latitude: = * cos(rlat) * cos(3*rlat) = * cos( ) * cos(3* ) = = m/degree longitude

Presentation Title 10 Step 2: Calculate degrees per meter for desired resolution Meters = Degrees * (meters per degree) Degrees = Meters / (meters per degree) DegreesX = 100m / m per degree = degrees / 100 m per degree DegreesY = 100m/ m per degree = degrees / 100 m per degree Desired resolution at 50N for 100x100m pixel is: X = , Y =

Presentation Title 11 Resampler Workspace

Presentation Title 12 SDE mosaic: tiles resampled to southern most resolution UKH601 in SDE mosaic when all tiles are resampled to UKH601 resolution.

Presentation Title 13 Theory & References Converting UTM to Latitude and Longitude (Or Vice Versa); Steven Dutch, Natural and Applied Sciences, University of Wisconsin - Green Bay An on-line calculator implemented with Java Script can be seen on the Federation of American Scientists website at: An example function implementation from Physical Oceanography, U of California, San Diego

Presentation Title 14 Global Projections Mercator Demo: Canada as the centre of the Universe

Presentation Title 15 Mercator - default

Presentation Title 16 Mercator - Clipped