band_ratio_to_raster: band_ratio_to_Raster

Description Usage Arguments Details Author(s) Examples

Description

This function calculates band ratios in the form bd = (a-b) / (a + b). The result is write in a raster file with the same extension of input files

Usage

1
band_ratio_to_raster(raster_ext, raster_input_path, raster_output_path)

Arguments

raster_ext

extension of input raster file (.asc, .tif)

raster_input_path

path of input raster files

raster_output_path

path of output raster files

Details

calculates band ratios in the form bd = (a-b) / (a + b)

Author(s)

Elpidio Filho, elpidio@ufv.br

Elpidio Filho, elpidio@ufv.br

Examples

1
2
3
4
5
6
7
## Not run: 
raster_input_path = "./asc"
raster_ext =  ".asc"
raster_output_path = "./band_ratio"
band_ratio_to_raster(raster_ext,raster_input_path,raster_output_path )

## End(Not run)

elpidiofilho/labgeo documentation built on May 14, 2019, 9:35 a.m.