-
# Summary
When trying to read a 2D DataArray from a tiled catalog, a `ValueError` is raised because the length of the coordinate labels do not match the length of the dimensions of the data. This app…
-
I am not entirely sure what the purpose of the .zmetadata file is and therefore I am not sure whether this is supposed to be written or not.
This is just something that is different when opening and…
-
when loading `to_dask` with caching as in https://github.com/pangeo-data/pangeo-datastore/issues/113, `fsspec.open_local` first loads the whole dataset and then opens the data in `xarray`, still with …
-
**Is your feature request related to a problem? Please describe.**
I'm working on some caching/data-provenance functionality for xarray objects, and I realized that there's no standard/effici…
-
Modify Oliver create_data which creates a synthetic dataset.
Modify create_data to create_data_xarray to make xarray timeseries.
Then create new function to make lat,lon,t xarray dataset.
-
Hi intake_xarray developers,
I've encountered an error when the version of intake is 2.0.1 where `intake_xarray` doesn't seem to recognize `intake`. When I reverted to `intake=0.6.8`, everything se…
-
This is the carry over from #178. We already released version 0.9 and since these readers weren't going to be migrated any time soon we released without them. These should be migrated by the release o…
-
The code cell loading data using your package (from `io.py`) generates an error. See below:
```
---------------------------------------------------------------------------
ValueError …
-
From #4 :
> @fujiisoup, would you be up for transferring the project to the [xarray-contrib](https://github.com/xarray-contrib) organization? I am thinking that It would help increase the overall v…
-
- use **cupy-xarray** instead of xarray
- use **cupy** instead of numpy. In particular convolving the slope could be done on GPU, see https://carpentries-incubator.github.io/lesson-gpu-programming/cup…