How are +/- error volumes calculated? #428
-
A GCD user wrote in an email:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is a good question. The +/- error volumes are very conservatively estimated with error propagation on a cell-by-cell basis. For every change detection that is done based on error surfaces in the inputs, a Cell Error Volume = Cell-Resolution^2 * √((ErrorDEM New)^2 + (ErrorDEM Old)^2) For the summary tabular statistics, these are simply summed up for erosion cells and deposition cells independently the same way that volumetric estimates of change are. In the video I illustrate what is going on: |
Beta Was this translation helpful? Give feedback.
This is a good question. The +/- error volumes are very conservatively estimated with error propagation on a cell-by-cell basis. For every change detection that is done based on error surfaces in the inputs, a
properror.tif
is calculated. This is nothing more than:√((ErrorDEM New)^2 + (ErrorDEM Old)^2)
This is just error propagation on a cell by cell basis to get an estimate of propagated vertical error. The error volume is estimated just like change detection values are estimated: by multiplying vertical value (in this case propagated DEM error instead of elevation change) by the cell area, which is just the square of cell resolution.
Cell Error Volume = Cell-Resolution^2 * √((ErrorDEM New