SliDEM-project / SliDEM-python

Python package for the SliDEM project
https://hub.docker.com/repository/docker/loreabad6/slidem
Apache License 2.0
17 stars 2 forks source link

Build module for accuracy assessment and thematic validation of results #21

Closed loreabad6 closed 2 years ago

loreabad6 commented 2 years ago

Accuracy assessment should ideally include the option to assess DEM errors based on a reference DEM by calculating figures like RMSE and MAE. To get an overview of the relative quality of the generated DEMs, we can implemented Moran's I calculations. To assess the quality of the DEM based on thematic variables we will consider slope, aspect, land cover, among others.

loreabad6 commented 2 years ago

Saheed has done an initial implementation and showed progress with the results. Scripts will be sent over when done.