UTM Map Projection Produces Incorrect Results [message #78176] |
Mon, 31 October 2011 08:48  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Folks,
I have written an article this morning that describes the problem
with the UTM map projection in IDL and the reason it creates
incorrect results when used with the normal WGS84 datum. (This
is the datum that is used for almost all satellite data.)
http://www.idlcoyote.com/map_tips/utmwrong.php
This is a problem that arises, I think, because the GCTP
map projection software in IDL is nearly 20 years old and
badly in need of an update to bring it up to modern standards.
The state of the art in map projection software comes from
ESRI, which has now been incorporated into the latest version
of ENVI. The ESRI software, as I understand it, relies in part
on the proj4 open source software project, which is pretty
much the gold standard for open source map projection software.
ITTVIS should *seriously* consider either porting the ESRI
software to IDL, if their agreement with ESRI allows this,
or incorporating the proj4 map projection software into IDL.
Otherwise, the reliability of map projection results in IDL
becomes questionable and unsuitable for scientific work.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|