X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 11 Dec 2015 05:18 PM by  anon
Convert NetCDF to tiff file in IDL
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
11 Dec 2015 05:18 PM
    Does anyone have a simple script to read in and then save out a NetCDF file to a tiff file? The files I have lat / long / and a precipitation variable, that's it. I'd like to convert a list of them in a folder. I don't have IDL experience and can't find very much about this on the web. Thanks in advance for any help you can provide.

    Zachary Norman



    Basic Member


    Posts:173
    Basic Member


    --
    15 Dec 2015 05:47 PM
    Hi, Have you looked at the following web page with some examples using NCDF? http://www.exelisvis.com/...s/NCDF_Overview.html There is an example on the above page for NCDF creation and for reading the data back from the NCDF file. Once you have your data you can then use WRITE_TIFF (http://www.exelisvis.com/docs/WRITE_TIFF.html) to generate a TIFF image. Does that help? -Zach (VIS)
    You are not authorized to post a reply.