Romain Hugonnet

Results 44 comments of Romain Hugonnet

Yes it is a bit overwhelming like this haha, but thankfully some of these points are fairly small! :slightly_smiling_face: We'll need more detailed lists, but I think those can live...

Maybe relevant to this thread and for the way forward of `geoxarray`: we are planning to soon write an Xarray accessor for our packages `geoutils` and `xdem`, which aim to...

Thanks for the thoughts @djhoese! The relevance to vertical data depends on underlying support for 3D CRS transformation. Right now those aren't supported by `rasterio`, so we rely directly on...

Definitely something to do, thanks for adding this issue @liuh886! We were planning on "refurbishing" the Coreg documentation pages after adding plotting and stats functionalities mentioned in #435 (to not...

But if you have something in mind and time now, we can also update existing pages and examples after adding the plotting/stats functionalities :wink:

We have files created in some tests that are relied on during other tests (I did this to speed up things during the big CI PR), and not compute those...

Hi all, Maybe this is of interest here: With @ameliefroessl, we might have managed to reduce the memory usage for the case of a regular grid (while `interp()` assumes rectilinear),...

> cough [Holmlund 2021](https://doi.org/10.1017/jog.2020.89) (strange that the ArcticDEMs had a 30 m bias, right??). :rofl: > Would it make sense to have this feature for VCRSs as well? Perhaps it...

Yes, I agree writing that every time is a hassle. :sweat: Maybe just shortening the function is best. And also using `scipy.stats.median_abs_deviation()` in the tests? Where should the `nmad` function...

Yes, we'll need it in GeoUtils once we have filters! Maybe in a `geoutils/stats/` submodule following https://github.com/GlacioHack/xdem/issues/378?