I am working on generating an integrated moisture index based on the following equation:
IMI = (hill shade * 0.5) + (curvature * 0.15) + (flow accumulation * 0.35)
Iverson et al. 1997
Another source
The equation requires that hillshade, curvature and flow accumulation are standardized from 0 - 100. How can I accomplish this standardization from 0-100 using raster algebra?
أكثر...
IMI = (hill shade * 0.5) + (curvature * 0.15) + (flow accumulation * 0.35)
Iverson et al. 1997
Another source
The equation requires that hillshade, curvature and flow accumulation are standardized from 0 - 100. How can I accomplish this standardization from 0-100 using raster algebra?
أكثر...