Skip to content

How are +/- error volumes calculated? #428

Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by joewheaton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant