read_sentera: Converts a False-color geotiff to NDVI image using Sentera's...

View source: R/read_data.R

read_senteraR Documentation

Converts a False-color geotiff to NDVI image using Sentera's formula

Description

This function reads in a false-color geotiff file, calculates NDVI using calc_sentera_ndvi() function and returns ndvi image as a single layer.

Usage

read_sentera(filename, red_band = 1, NIR_band = 3)

Arguments

filename

The tiff file with multiple bands.

Value

ndvi image

Examples

read_sentera('FALSE_COLOR.tiff')

beardon/ninja-active-mapper documentation built on April 24, 2023, 10:06 a.m.