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

Home » Public Forums » archive » Re: Question: Graphing Radar?
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: Question: Graphing Radar? [message #34442] Sun, 16 March 2003 15:41
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Karl Schulze (kschulze@ariel.tamu.edu) writes:

> I am wondering if IDL allows one to plot radar data. Basically, it is just
> a simple polar type of graph...HOWEVER...each point to be graphed needs to
> have a width of one degree. In other words, the size of the point expands
> radially outwards with a width of one degree.
>
> Is there a way to do this on IDL?

Yes, you can plot radar data in IDL. Unfortunately, it is
not as straightforward as RADAR_PLOT. :-)

My experience is with NEXRAD radar, but typically you have
to convert the polar radar data into rectangular coordinates
with CONVERT_COORD, and then do some re-griding to get things
right (I used TRIANGULATE and TRIGRID). Finally, I remember
having to fool around for quite a long time to get the
rotations exactly right so that north was north on a map.
The NEXRAD folks are not real big on documentation. :-)

Here is an example of the NEXRAD radar data plotted on a
map:

ftp://ftp.dfanning.com/pub/dfanning/outgoing/misc/nexrad_rad ar.jpg

Cheers,

David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Previous Topic: Question: Graphing Radar?
Next Topic: Color Table in CMY

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

Current Time: Sat Oct 11 14:42:36 PDT 2025

Total time taken to generate the page: 0.00258 seconds