Displaying 1 result from an estimated 1 matches for "soil_moistur".
Did you mean:
soil_moisture
2013 Jan 18
2
How to re-project ease( Equal Area Scalable Earth) grid with a ~25 km cylindrical projection to WGS84 0.25 degree?
...383 pixel 586 lines
to
WGS84,0.25*0.25 degree,1440 pixel 720 lines:
f=open.ncdf("C:\\Users\\aalyaari\\Desktop\\SM_RE01_MIR_CLF31D_20100812T000000_20100812T235959_246_001_7.DBL")
A =
get.var.ncdf(nc=f,varid="Soil_Moisture",verbose=TRUE)
I tried this:
d
<-raster("C:\\Users\\aalyaari\\Desktop\\SM_RE01_MIR_CLF31D_20100812T000000_20100812T235959_246_001_7.nc",
varname = "Soil_Moisture")
d:
class : RasterLayer
dimensions : 586, 1383, 8...