You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that Valentin is making good progress this month, we will set up a simple CLI that allows for the coregistration of two DEMs with Nuth and Kaab.
Context
The goal of this ticket is to implement coregistration from the xdem run.
add the right function to veirfy both path exists
Load the reference and secondary DEMs using the accessor: reference_elev, to_be_aligned_elev = geoutils.rasters.load_multiple_rasters([config["inputs"]["reference_elev"], config["inputs"]["to_be_aligned_elev"])
Given that Valentin is making good progress this month, we will set up a simple CLI that allows for the coregistration of two DEMs with Nuth and Kaab.
Context
The goal of this ticket is to implement coregistration from the xdem run.
add the right function to veirfy both path exists
Load the reference and secondary DEMs using the accessor:
reference_elev, to_be_aligned_elev = geoutils.rasters.load_multiple_rasters([config["inputs"]["reference_elev"], config["inputs"]["to_be_aligned_elev"])
Execute a coregistration:
For the tests
tests/test_cli.py
For the documentation
The text was updated successfully, but these errors were encountered: