[Thread Prev][Thread Next][Index]

[ferret_users] Regriding data from XY (KM) to geographic grid



Hi List,
           I have a data file with uniform XY axis In Kilometers.  What I need is to regrid this data into a regular XY geographical grid in degrees (not stereographic).
The lat-lon space to which the regriding to be done is not an issue.  Any help is greatly appreciated

A plot of the data is attached.

Best Regards
Bijoy



dimensions:
        XGR = 511 ;
        YGR = 651 ;
variables:
        double XGR(XGR) ;
                XGR:units = "KM" ;
                XGR:point_spacing = "even" ;
                XGR:axis = "X" ;
        double YGR(YGR) ;
                YGR:units = "KM" ;
                YGR:point_spacing = "even" ;
                YGR:axis = "Y" ;
        float TOPON(YGR, XGR) ;
                TOPON:missing_value = -1.e+34f ;
                TOPON:_FillValue = -1.e+34f ;
                TOPON:long_name = "TOPO[G=GGR@ASN]" ;
                TOPON:history = "From topo3" ;

// global attributes:
                :history = "FERRET V6.08   17-Mar-08" ;
                :Conventions = "CF-1.0" ;


Attachment: fig.gif
Description: GIF image


[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement