-
Notifications
You must be signed in to change notification settings - Fork 41
Home
Romain Hugonnet edited this page Sep 5, 2024
·
11 revisions
Welcome to the xDEM wiki!
The aim of this wiki is to help maintainers and contributors plan and archive notes on the development of the package. For the package documentation, see https://xdem.readthedocs.io/.
Development plan:
- Our original Ideas for xDEM structure.
- What Long-term scientific questions xDEM should help answers?
Contributing:
- Forgot how to Work on someone else's PR.
- Want to Add a new coregistration or get a reminder of the class structure.
- Some useful conda tips for installing GlacioHack related packages and contribute in Taking part to a GlacioHack.
- Opened a PR and having a problem passing the tests? Maybe your solution is in Stuck on a mysterious error during CI.
- Running pre-commit and Mypy is giving trouble with type-checking? Here's a list of Tips for making Mypy happy.
- How to consistently test the type of your numerical input data? Here's a Memo on Python and Numpy dtypes and a Memo on np.ndarray and np.ma.masked_array.