Alice de Bardonnèche
Alice de Bardonnèche
# Context After implementing the `ClassificationLayer` base class, the next step is to develop the `SegmentationClassificationLayer`. This class handles segmentation-based classification of a DEM, where it classifies DEM pixels based...
# Context Following the implementation of the `ClassificationLayer` base class, we need to develop the `SlopeClassificationLayer`. This class will handle slope-based classification of a DEM, where it calculates the slope...
# Context The goal of this ticket is to implement the equivalent of `dem_processing` from `demcompare`. These are altitude difference visualizations. Thus, the following need to be implemented: - `AltiDiffSlopeNorm`...
# Context The CNES QI team is interested in the possibility of performing block-based coregistration, which is why studies are currently being conducted to test this functionality, referred to as...
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...
Given that @vschaffn 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...
# Description: We need to ensure that the documentation is clear and logically structured. Additionally, all text should follow British English lower-case style conventions. # Tasks: - [ ] Review...
# Context In this ticket, we want to add the ability to save our images in the COG format. The COG (Cloud Optimized GeoTIFF) format is an extension of the...
# Context The goal of this PR is to provide users with initial solutions for DEMs that are too large to fit in memory. We have added the ability to...
# Context The purpose of this PR is to propose a set of initial fixes to the CLI following Valentine’s work and to fix the blockwise multiprocessing bug. # Code...