Description Usage Arguments Details Author(s) Examples
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
1 | band_ratio_to_raster(raster_ext, raster_input_path, raster_output_path)
|
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 |
calculates band ratios in the form bd = (a-b) / (a + b)
Elpidio Filho, elpidio@ufv.br
Elpidio Filho, elpidio@ufv.br
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.