stratus2019/ndvi 0.0.1
alg install stratus2019/ndvi
NDVI
Algorithm Description
Create NDVI image from input image.
License
BSD
Homepage
https://tiledriver.com/developer
Parameters
Name | Description | Data Type | Required? |
---|---|---|---|
image_object | Resippy geotiff image object to extract pixel values from. | string | |
output_dir | Path to directory to place NDVI image. | string | |
red_band_number | Band number of red band (zero based) | integer | |
red_edge_band_number | Band number of Red Edge Band (NIR). Zero Based. | integer | |
shadow_threshold | If all bands are below this threshold then set as shadow and remove from NDVI. | float |
Outputs
Name | Description | Data Type |
---|---|---|
geotiff_image_ndvi | string | |
image_filename | Path to image created. | string |
Versions
- 0.0.1 (current)