Alice de Bardonnèche
Alice de Bardonnèche
# Context Currently, xdem allows for tile-based coregistration of DEMs, which overlaps with the latest POC implemented in demcompare. The goal of this ticket is to verify if xdem can...
# Context The purpose of this ticket is to reassure CNES's QI about the API capabilities of xdem compared to demcompare, and also to enable preliminary studies comparing the results....
# Context The purpose of this ticket is to implement the calculation of terrain attributes from the CLI. All methods with defaults values | **** | method | degrees |...
# Context The purpose of this ticket is to set up the first makefile, which will aim to simplify the installation of xdem for developers using Linux. To begin, we...
# Context The purpose of this ticket is to implement the reading of classification masks from the CLI. # New Configuration ```toml [inputs] [inputs.classification] path = "path/to/file" description = ["land",...
# Context The purpose of this ticket is to implement the `dem_processing` methods from `demcompare` into `xdem`. We propose following a similar approach as described in this [ticket]() but this...
# Context Now that we've created a CLI with coregistration and terrain attribute calculation steps, we can begin generating a report. For this, we'll take inspiration from what's done in...
# Context As part of their work, the CNES + sub-contractors developers work from a basic python env. For ease of implementation some tools use a Makefile. We therefore suggest...
# Context When using xdem errors and other types of information are displayed via `print`. The use of the logging module is more relevant, especially with the arrival of the...
- [ ] Resolves #xxx, - [ ] Tests added, otherwise issue #xxx opened, - [ ] Fully documented, including `api/*.md` for new API, - [ ] New optional dependencies...