Question

Inverse 3D geodetic distance calculation

  • 7 November 2013
  • 2 replies
  • 1 view

Badge +1
On the NGS website, at:

 

http://www.ngs.noaa.gov/TOOLS/Inv_Fwd/Inv_Fwd.html

 

there are tools for calculating an inverse 3d geotetic distance calculation.

 

 

Does FME duplicate this functionality?  If so, how?

2 replies

Userlevel 3
Badge +13
Hi,

 

 

As in most things FME you will need to spend some time and create the tool yourself. For this kind of calculations a number of transformers come to mind, most probably the ExpressionEvaluator is something you should look into.

 

 

Itay
Badge +1
I really don't think the ExpressionEvaluator will be enough.  I need to transform from an arbitrary planar coordinate system to a spherical system mapped to the GRS80 ellipsoid, measure the difference in straight line lengh to account for the curvature of the earth at that particular location, and convert the result back into the units of the first coordinate system.

Reply