Ruby on Rails web-application that leverages libvips image processing library and Leaflet interactive maps library to apply Vegetation Indices (VIs) on map tiles.
The approach was taken after analyzing how DroneDeploy works with VIs.
It is being published as open source to demonstrate how WebODM contributors can apply VIs on-the-fly on map tiles. This approach avoids the need to store different tiles for each VI.
It is generated a thumbnail of the full orthophoto. Then it is applied each one of the implemented indices on the thumbnail and is saved a histogram of each index result.
The histogram is then used to calculate a min
and max
used to "clip" results bellow/above min/max on individual tiles.
- VARI
- GLI
- IOR
- NGRI
- NDVI
- BAI
- SAVI
- MNLI
- MSR
- RDVI
- TDVI
- OSAVI
- LAI