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

Include DEM coregistration within DEM generation workflow #18

Closed loreabad6 closed 2 years ago

loreabad6 commented 2 years ago

After successful extraction of elevation values from the InSAR process, a vertical coregistration shoul be performed. To do so, we include the demcoreg module within our workflow. This are some steps and points to consider:

loreabad6 commented 2 years ago

Example of a coregistration test with the Reference DEM from official Norway repos resampled to 30 meters. Our resulting DEM was warped to EPSG:25835 to agree with the reference.

Things to note:

This was the code used (note-to-self: temporal directory names, might change locally):

dem_align.py home/data/ref_dem/NDH_Alta_2pkt_2018_DTM_resample30m.tif home/data/ani_test/20200605_202008
10_elevation_EPSG25835.tif -mode nuth -mask_list none -outdir home/data/ani_test/test4 -res max -max_offset 500

20200605_20200810_elevation_EPSG25835_NDH_Alta_2pkt_2018_DTM_resample30m_nuth_x-13 48_y+59 30_z-132 77_align

loreabad6 commented 2 years ago

Unstable areas were removed before co-registration. New issue is a horizontal shift on the resulting "aligned" DEM. See the docs repo here for updates.

loreabad6 commented 2 years ago

Switching to an approach with xdem however, horizontal shifts still happen with Nuth-Kääb