Re: UTM WGS-84 projection with IDL? [message #38481] |
Thu, 11 March 2004 07:21 |
James Kuyper
Messages: 425 Registered: March 2000
|
Senior Member |
|
|
Remko wrote:
>
> Hi all,
>
> At the moment I try to import my (ENVI) images into IDL. The binary
> files are imported without problems with the OpenR and ReadU commands.
> The final task is to output my images in publishable maps. So, I want
> to add country lines etc. (with MAP_CONTINENTS, MAP_GRID).
>
> The thing is that my original image is in a UTM projection (can be set
> with the MAP_SET command), but the standard here is a Clark 1866
> ellipsoid, while my image is in a WGS-84 (zone 26, Greenland). Does
> anybody know how to derive the parameters defining the ellipsoid
> (equatorial radius, eccentricity squared, scale on the central
> meridian) for the WGS-84 projection, so that I can set the
> ELLIPSOID-keyword right?
I've found a file that cites "1996 Astr. Almanac; A.A. Suppl.;IERS St
ds;DMA WGS84 manual" as the source of the following figures:
EarthTag Semi-Major Axis Semi-Minor Axis
WGS84 6378137.0000 6356752.3142450
|
|
|