Alice de Bardonnèche

Results 57 issues of Alice de Bardonnèche

## Context From [Sébastien Dinot](https://github.com/sdinot) It would be useful to make it easier for users (and ourselves) who would like to cite our tool or the related papers. For this...

For the next release we need to update the CLI documentation. This ticket will be prepared at a later time.

refer to https://github.com/GlacioHack/xdem/pull/767#discussion_r2304014234 We need to discuss about all the plots we want in the results and their parameters

# Context: Currently, installing `xdem` installs all dependencies, including those only required for advanced or expert-level use. This can unnecessarily increase the installation time and complexity for users who only...

# Context We have highlighted that typing errors in APIs are not very clear. `aligned_dem = tba_dem.coregister_3d(ref_dem, xdem.coreg.NuthKaab(max_iterations="6"))` @rhugonnet indicates that this relies on the typing work of our classes.

enhancement
help wanted
logging

We should think ahead of a structure that will allow to make a mirror Python API for the same workflow, such as: xdem.workflows.accuracy(dem=, coreg_method=, ...) Having a single interface called...

Currently, NumPy displays too many decimal places for floating point numbers by default. Exemple : Propositions : - Use [printoptions](https://numpy.org/doc/2.2/reference/generated/numpy.printoptions.html#numpy.printoptions) as a context manager to set the values temporarily. -...

enhancement
help wanted

# Context The goal of this ticket is to integrate a profiling module into xDEM in order to better monitor functions that are costly in terms of memory and execution...

enhancement
performance
new-feature
[POC] Conception To review

# Context In terms of the RANSAC steps specifically: Maybe we don't need to run RANSAC below X number of tiles (where does the number 5 come from?), because there...

enhancement

# Context Currently, both of our test datasets for Longyearbyen use the same grid. This means that the reprojection logic is only being tested in a very limited way. To...

enhancement
test-suite