Displaying 2 results from an estimated 2 matches for "agro_ibis_eucalipto".
2018 Mar 28
2
Fwd: netCDF to GeoTIFF by layer in r
...ensions : 16800, 43200, 725760000 (nrow, ncol, ncell)
resolution : 0.00833333, 0.00833333 (x, y)
extent : -180, 179.9998, -56, 83.99995 (xmin, xmax, ymin, ymax)
coord. ref. : +proj=longlat +datum=WGS84 +ellps=WGS84 +towgs84=0,0,0
data source :
C:\FAPSEP_Eucalyptus\FAPSEP\Soil_Weather_data\Agro_IBIS_Eucalipto\VMC21\VMC21.nc
names : Volumetric.water.content.at..33.kPa
z-value : 4.5
zvar : VMC2
VMC1<-writeRaster(importnetcdf,filename="file.tiff",format="GTiff",overwrite=TRUE,bylayer=TRUE,suffix="1:4")
#bylayer=TRUE, did not work.
> VMC1
class...
2018 Mar 28
0
netCDF to GeoTIFF by layer in r
...725760000 (nrow, ncol, ncell)
> resolution : 0.00833333, 0.00833333 (x, y)
> extent : -180, 179.9998, -56, 83.99995 (xmin, xmax, ymin, ymax)
> coord. ref. : +proj=longlat +datum=WGS84 +ellps=WGS84 +towgs84=0,0,0
> data source :
> C:\FAPSEP_Eucalyptus\FAPSEP\Soil_Weather_data\Agro_IBIS_Eucalipto\VMC21\VMC21.nc
> names : Volumetric.water.content.at..33.kPa
> z-value : 4.5
> zvar : VMC2
>
>
>
> VMC1<-writeRaster(importnetcdf,filename="file.tiff",format="GTiff",overwrite=TRUE,bylayer=TRUE,suffix="1:4")
> #bylayer=T...