X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 24 Jan 2006 07:18 AM by  anon
Plotting 3D radar data from TRMM Precipitation Radar
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:8
New Member


--
24 Jan 2006 07:18 AM
    I have loaded data from TRMM Precipitation Radar originally in HDF format into a structure that contains: lat (ns,nr), lon(ns,nr) and dbz(nc,ns,nr), where ns is the number of radar "scans", nr is the number of "rays" and nc is the number of "cells". Typical size of these arrays are ns=49,nr=343 and nc=80. Basically, nc and nr describe the horizontal geolocation and nc is in the vertical (each "cell" is 250 m with cell 79 at the earth ellipsoid). What I want to do is to plot dBZ in a 3-d colored surface, but am having a lot of difficultly doing so. Any suggestions? Thanks, David

    Deleted User



    New Member


    Posts:8
    New Member


    --
    24 Jan 2006 07:18 AM
    I am not a radar guy, but I am pretty versatile with PLOTs, SHADE_SURFACEs and SHADE_VOLUMEs when I understand the units involved. Now, I presume from your description above that each [ns,nr] couplet maps to a unique lat/lon location. If that is true, then, for every such geographic location you have assigned 'dB' values mapped to the 80 "cells" that are associated with each lat/lon coordinate. I am kind of curious what "cells" are? Are they a 250m x 250m x 250m cubic volume jutting away from or in toward the center of the earth? Probably one doesn't need the answer to that to proceed, but generally speaking surface plots of datasets mapped to 3D spatial coordinates are "isosurfaces". In your case, that would be a surface constructed from a given 'dBZ' value. I guess you might plot many isosurfaces, one for every interesting value of 'dbZ'. Is this what you are looking for? If yes, then you would probably start by experimenting with a study of IDL's SHADE_VOLUME and POLYSHADE procedures. Alternatively, for more easy flexibility in experimenting with how ultimate shaded isosurfaces might look, you might see if you can feed your data into IDL's GUI-based IVOLUME visualization tool, then experiment with the Property sheets of the iVolume you create. James Jones
    You are not authorized to post a reply.