read_sentera | R Documentation |
This function reads in a false-color geotiff file, calculates NDVI using calc_sentera_ndvi() function and returns ndvi image as a single layer.
read_sentera(filename, red_band = 1, NIR_band = 3)
filename |
The tiff file with multiple bands. |
ndvi image
read_sentera('FALSE_COLOR.tiff')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.