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

Home » Public Forums » archive » Re: Newbie to satellite data and IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Newbie to satellite data and IDL [message #47567] Wed, 15 February 2006 23:49
peter.albert@gmx.de is currently offline  peter.albert@gmx.de
Messages: 108
Registered: July 2005
Senior Member
Hi Alex,

if your AVHRR data happens to come in HDF5, you might want to try our
little READ_HDF() routine found at http://wew.met.fu-berlin.de/idl/. It
can possibly help you understanding how to deal with HDF files in IDL.
Furthermore, if your data is still in satellite projection (or any
other different from plain lat/lon), you need some routines for
properly plotting the data onto a map. The starting point here would be
Liam Gumley's IMAGEMAP routine. On the above website you'll find a
modified (object-oriented) version, MAP_IMAGE__DEFINE. Above all, it
adds the option to subsequently add multiple overpasses into one plot.

Assuming you had a AVHRR HDF file with three datasets, "lon", "lat" and
"sst", the code fragment for creating the first image would read like

lon = read_hdf(avhrr_filename, "/lon")
lat = read_hdf(avhrr_filename, "/lat")
sst = read_hdf(avhrr_filename, "/sst")
m = obj_new("map_image", sst, lat, lon, /rainbow)
obj_destroy, m

Cheers,

Peter
Re: Newbie to satellite data and IDL [message #47584 is a reply to message #47567] Wed, 15 February 2006 11:58 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Alex writes:

> Wow! Thanks David! I just checked out your site, and it seems like a
> great place for me to start.

Yes, and a good book will also save you weeks and months of effort. ;-)

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Re: Newbie to satellite data and IDL [message #47585 is a reply to message #47584] Wed, 15 February 2006 11:48 Go to previous message
alex922@gmail.com is currently offline  alex922@gmail.com
Messages: 8
Registered: February 2006
Junior Member
Wow! Thanks David! I just checked out your site, and it seems like a
great place for me to start.

THANK YOU!
Alex
Re: Newbie to satellite data and IDL [message #47589 is a reply to message #47585] Wed, 15 February 2006 10:04 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
alex922@gmail.com writes:

> I am a software engineer who has been thrown into the world of
> oceanographic satellite data and IDL(no experience). I was wondering
> if anyone knew of any 'tutorial' websites that teaches how to create
> images of sea surface temperature data(AVHRR) in IDL? Or any other
> good places to start?

Here is a recent tutorial on displaying TOMS aerosol data
on a map:

http://www.dfanning.com/graphics_tips/toms_tutorial.html

If you poke around this site a little bit, you might find
one or two other little things of interest. :-)

http://www.dfanning.com/documents/tips.html

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Text Formatting with TexToIDL
Next Topic: Format codes problem

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

Current Time: Wed Oct 08 11:51:09 PDT 2025

Total time taken to generate the page: 0.00985 seconds