-
**Description**
in
provider/xarray_.py
gen_covjson function
following code:
```
minx, miny, maxx, maxy = metadata['bbox']
mint, maxt = metadata['time']
try:
…
-
```
In file included from /wrkdirs/usr/ports/science/openmc/work/openmc-0.15.0/src/cmfd_solver.cpp:8:
In file included from /usr/local/include/xtensor/xtensor.hpp:19:
In file included from /usr/loc…
-
Keeping track of issues encountering when converting between `iris` Cubes and `xarray` DataArrays:
- Round trip conversion (`xarray` -> `iris` -> `xarray`) of integer DataArrays causes either a `Ty…
-
The goal would be to replace the current approach using multiprocessing and internal mechanisms by an Xarray interface. This would enable the possibility to use Dask, stream the processing, but also k…
-
There are numerous packages that extend the functionality of xarray. Some obviously belong in the PyAOS package index (e.g. xcape) but there are others that offer new functionality that is highly usef…
-
The JAX API now includes more detailed control over the compilation process with jax.stages, but the xarray_jax wrapper here in graphcast does not seem to support jax.jit().lower:
```python
import…
-
I want to obtain the wind speeds for a single location over a period of time.
When testing with a relatively short period of 1 year then getting the data takes
```python
import xarray
time_sli…
-
When using terminal in virtual environment with python=3.12 and all dependancies added:
uv pip install pandas matplotlib zarr fsspec s3fs intake intake_xarray intake_parquet ipython jinja2
ipyth…
-
As I work with very large zarr stores in the cloud (such as an ERA5 dataset that goes back 60+ years) I have noticed that the framework gets hung up and takes a very long time to run even if I only wa…
-
Motivation: allow a more lightweight base package for validation
Not sure if it's possible:
1. There are some methods that use scipy (like `SimulationData.to_mat`) so lazy import should be fine th…