comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Reproject MODIS automatically using IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Reproject MODIS automatically using IDL [message #45355] Tue, 06 September 2005 08:07 Go to previous message
James Kuyper is currently offline  James Kuyper
Messages: 425
Registered: March 2000
Senior Member
zamri79@gmail.com wrote:
> I looking at Modis 1B. I want to do a reproject to WGS84 (Malaysia
> Datum).

I don't know anything about "Malaysia Datum". However, the keyword
DATUM=8 causes MAP_PROJ_INIT to use the WGS84 Datum for map
projections. If you're using MAP_SET, it's a little trickier, because
you have to use the ELLIPSOID keyword, and you have to know the actual
numbers that correspond to the WGS84 Datum, and the ELLIPSOID keyword
only affects the Transverse Mercator and Lambert Conic projections. The
following IDL code is supposed to set up suitable contents for a WGS84
ellipsoid, but it hasn't been independently verified:

f = 1-6356752.300000/6378137.000000
eccentricity = 2*f-f2
ellipsoid = [6378137.000000, eccentricity, 0.999600]
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Another IDL 6.2 Project Problem
Next Topic: Search IDL content with Spotlight (Mac OS X)

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 06:14:30 PDT 2025

Total time taken to generate the page: 1.51917 seconds