GlacioHack / xdem

Analysis of digital elevation models (DEMs)
https://xdem.readthedocs.io/
MIT License
122 stars 37 forks source link

Homogenize typing between xDEM and GeoUtils #533

Open rhugonnet opened 1 month ago

rhugonnet commented 1 month ago

It's getting a bit confusing to have different definitions, we should choose between what we use, or come up with a new one that is consistent:

Same for ArrayLike inputs and Numeric.

Maybe we could also specify the shape of the arrays at some points!