Skip to content
Prev 20468 / 29559 Next

MODIS data NDVI values

The value range of your rasterLayer refers to the object dataType. You are
reading a raster as 16 bits signed and integer values. Try
?raster::dataType. You'll find further details there.
Reading a raster with INT2S will create an object with values ranging from
-32,767 to 32,767.



--
View this message in context: http://r-sig-geo.2731867.n2.nabble.com/MODIS-data-NDVI-values-tp7585826p7585837.html
Sent from the R-sig-geo mailing list archive at Nabble.com.