-
Just as there are [`map_blocks`]( https://docs.dask.org/en/latest/array-api.html#dask.array.Array.map_blocks ) and [`map_overlap`]( https://docs.dask.org/en/latest/array-api.html#dask.array.Array.map_…
-
* Py-ART version: 1.19.1
* Python version: 3.10
* Operating System: Linux
### Description
installing pyart in a fresh env appears to be currently broken, because some modules depend on `datatr…
-
#### MCVE Code Sample
```python
import datetime
import xarray as xr
test_da = xr.DataArray(datetime.datetime(2019, 1, 1, 1, 1))
test_da
#
# array('2019-01-01T01:01:00.000000000', dtype…
-
### Version
2024.04.0
### How did you install UXarray?
Conda
### What happened?
When I used plot.rasterize or plot.polygon on a UxDataArray, I got an error
AttributeError: Unsupported Plotting M…
-
#### Code Sample, a minimal, complete, and verifiable piece of code
```python
# Your code here
python -m unittest pyresample.test.test_plot.Test.test_plate_carreeplot
```
#### Problem descripti…
-
### What is your issue?
I'm trying to perform 2D interpolation on a large 3D array that is heavily chunked along the interpolation dimensions and not the third dimension. The application could be ext…
-
This may or may not be the right place to discuss this issue but it seemed related to some other previous discussions [regarding time dimensions](https://github.com/ecmwf/cfgrib/issues/97)) and [ECCOD…
-
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
import numpy as np
df = pd.DataFrame(
{
"date": pd.date_range("2020", freq="D", periods=10),
…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
In the case where you have several types of enhancements for the same combinations of bands/channels it is c…
-
The CML path plotting function could easily be used for SML data if we calculate the second site coordinates for SMLs on the fly based on a assumed length. Note that for SMLs only one site is defined …