How to improve the estimated foliage overlay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
| In the Average Overlay's detail panel, click on the ''Configuration Wizard'' button. | | In the Average Overlay's detail panel, click on the ''Configuration Wizard'' button. | ||
| In the ''Operator'' step of the wizard, select the ''MAX'' option. | | In the ''Operator'' step of the wizard, select the ''MAX'' option. | ||
| In the ''Type'' step select ''Input based on an other [[Grid Overlay]]'' | | In the ''Type'' step select ''Input based on an other [[Grid Overlay]]''. | ||
| In the ''Overlay'' step select the Custom Foliage Height overlay that we created using the previous [[How to use a Infrared WMS to estimate foliage height|how-to]]. | | In the ''Overlay'' step select the Custom Foliage Height overlay that we created using the previous [[How to use a Infrared WMS to estimate foliage height|how-to]]. | ||
| Select finish to close the wizard. | | Select finish to close the wizard. | ||
| In the Average Overlay's detail panel, select the Cell averaging distance field and provide the value '12'. | | In the Average Overlay's detail panel, select the Cell averaging distance field and provide the value '12'. | ||
| Click on the update now button to calculate the Average Overlay. | |||
| Hover over Overlays in the ribbon bar, and under Grid Calculation, select '''Combo'''. | |||
| In the Combo Overlay's detail panel, select the combo box for ''Grid Input A'' and select the ''Custom Foliage Height'' Overlay. | |||
| Select the combo box for ''Grid Input B'' and select the ''Average Value'' Overlay. | |||
| Select the formula field and type the following formula: <code>IF(GT (A, 0) , B , 0)</code> | |||
}} | }} | ||
Revision as of 10:42, 22 December 2023
This how-to assumes you have followed the previous how-to on how to estimate foliage height using an Infrared WMS Overlay. The how-to ends with a combo overlay that estimates the foliage height based on infra red images, a color filtering overlay and the subtraction of the surface and terrain height overlays. The resulting overlay provided a reasonable height for the tree trunks, but less for the branches of the trees. This how-to tries to improve the estimated foliage.
How to improve the estimated foliage overlay:
- Hover over Overlays in the ribbon bar, and under Grid Calculation select Average and Interpolation.
- In the Average Overlay's detail panel, click on the Configuration Wizard button.
- In the Operator step of the wizard, select the MAX option.
- In the Type step select Input based on an other Grid Overlay.
- In the Overlay step select the Custom Foliage Height overlay that we created using the previous how-to.
- Select finish to close the wizard.
- In the Average Overlay's detail panel, select the Cell averaging distance field and provide the value '12'.
- Click on the update now button to calculate the Average Overlay.
- Hover over Overlays in the ribbon bar, and under Grid Calculation, select Combo.
- In the Combo Overlay's detail panel, select the combo box for Grid Input A and select the Custom Foliage Height Overlay.
- Select the combo box for Grid Input B and select the Average Value Overlay.
- Select the formula field and type the following formula:
IF(GT (A, 0) , B , 0)
Notes
- The average distance of 12 meters is not set in stone, alternative average distances can be used.