-
I am one of the maintainers of the pyresample project (https://github.com/pytroll/pyresample) along with @mraspaud @adybbroe @pnuu. We do some very similar operations to what you have in verde, but wi…
-
What would need to happen to use flox with cubed instead of dask?
(I see this question as part of fully solving https://github.com/pydata/xarray/issues/6807.)
In the code I see `blockwise` bein…
-
# Context
The CNES QI team is interested in the possibility of performing block-based coregistration, which is why studies are currently being conducted to test this functionality, referred to as […
-
Using the method Variable.integrateInTime with t0 == tf should lead to a zero value as far as I interpret integrals. Unfortunately, it does not because
line 299: time_bnds[(t0>time_bnds[:,0])*(t0t…
-
While working on https://github.com/zerothi/sisl/pull/496, I'm playing with the idea of a sparse 4D grid.
I realized that I need some of the useful methods of `Grid` related to the division of 3d s…
-
NOTE: this issue is very much a draft at the moment.
---
We should give some thought on the internal data structure in mesmer. IMHO this is one of the more important but also difficult things to…
-
During my bachelor thesis I worked on gravity forward modelling using prisms. Since I focused on a terrain correction, the datasets used are very massive and caused long computation times. To accelera…
-
Machine learning applications often require iterating over every index along some of the dimensions of a dataset. For instance, iterating over all the `(lat, lon)` pairs in a 4D dataset with dimension…
-
### Description of new feature
At the PyHEP.dev workshop, it was observed that the axis parameter has the potential to harm readability of an analysis. This follows from the idea that the semantic in…
-
### Description
I have hit a repeatable, but confusing error with ~20 timesteps in a long ~1800 timestep global array. The error appears to be sensitive to the levels specified in the optional `level…