[R-sig-Geo] MODIS data NDVI values
Uday
upimple at gmail.com
Thu Feb 27 10:23:03 CET 2014
Hello Pecardoso,
Thank you for reply
Scaling factor is absolutely perfect solution
but I found that it can be done using package "tiff"
library(tiff)
out <- readTIFF("mosaic_test.500m_16_days_NDVI.tif",convert=TRUE)
class(out)
[1] "matrix"
But the min and max values are more precise using scaling factor
--
View this message in context: http://r-sig-geo.2731867.n2.nabble.com/MODIS-data-NDVI-values-tp7585826p7585847.html
Sent from the R-sig-geo mailing list archive at Nabble.com.
More information about the R-sig-Geo
mailing list