Hi Charlie Zender, It's OK, thank you so much for your help, I'll work hard for this. Thanks!
Hi Charlie Zener, It's OK, thank you so much for your help, I'll work hard for this. Thanks!
Hi Charlie Zender, Thank you so much for your suggestion. It's a great one step closer, I can visualize the whole data inside the global frame, but I'm still have problem here. Based on User Guide : http://nco.sourceforge.net/nco.html#Arrays-and-hyperslabs array(val_srt,val_inc,$dmn_nm) so: val_srt = latitude and longitude start value val_inc = increment value (0.25 degree) I already tried to change the start value of latitude and longitude but the data placement is still the same and didn't placed...
Hi Charlie Zender, Thank you so much for your suggestion. It's a great one step closer, I can visualize the whole data inside the global frame, but I'm still have problem here. Based on User Guide : http://nco.sourceforge.net/nco.html#Arrays-and-hyperslabs array(val_srt,val_inc,$dmn_nm) so: val_srt = latitude and longitude start value val_inc = increment value (0.25 degree) I already tried to change the start value of latitude and longitude but the data placement is still the same and didn't placed...
Hi Charlie Zender Okay I understand, I just realized that my files has only longitude and latitude arrray sizes not coordinate values. I'm still learning how to handle this file (the original file GFED4.0_MQ_201601_BA.hdf but I get it also in .nc format) I already tried several times ncap2 command but it has no results: [reza@nodegw NC_files]$ ncap2 -s 'defdim("longitude",1);longitude(longitude)=1440;longitude@long_name='Longitude' -O GFED4.0_MQ_201601_BA.nc GFED4.0_MQ_201601_BA_lon.nc > Could you...
Hi Charlie Zender Okay I understand, I just realized that my files has only longitude and latitude arrray sizes not coordinate values. I'm still learning how to handle this file (the original file is .hdf but I get it also in .nc format) I already tried several times ncap2 command but it has no results: [reza@nodegw NC_files]$ ncap2 -s 'defdim("longitude",1);longitude(longitude)=1440;longitude@long_name='Longitude' -O GFED4.0_MQ_201601_BA.nc GFED4.0_MQ_201601_BA_lon.nc > Could you help me give correction...
Hi Charlie Zender, Thank you for your response. I think the file already has longitude and latitude, I checked my files using ncdump and here are the results: ncdump -c GFED4.0_MQ_201601_BA_ok.nc netcdf GFED4.0_MQ_201601_BA_ok { dimensions: latitude = 720 ; longitude = 1440 ; tree_cover_bins = 21 ; land_cover_classes = 18 ; variables: int BurnedArea(latitude, longitude) ; BurnedArea:hdf_name = "BurnedArea" ; BurnedArea:data_max = 72303.64f ; BurnedArea:long_name = "monthly burned area" ; BurnedArea:scale_factor...
Dear Charlie Zender, I have a problem with my NetCDF files that I cant define northern and southern latitude. Let me tell you the historical modification of my NetCDF files. Actually, my first problem is: 1. The dimension name for latitude and longitude is rows and column, and I solved by your suggestion from another discussion http://nco.sourceforge.net/nco.html#bug_nc4_rename using: ncrename -v p,pressure -v .t,temperature in.nc The latitude is reversed and I already solved it by following your...