issues Search Results · repo:pydata/xarray language:Python
Filter by
4k results
(65 ms)4k results
inpydata/xarray (press backspace or delete to remove)Is your feature request related to a problem?
Currently NDPointIndex (e.g. with KDTree) only allows advanced indexing.
Can we make it support slicing too (with appropriate semantics)?
Describe the solution ...
enhancement
topic-indexing
dcherian
- 4
- Opened yesterday
- #10572
Is your feature request related to a problem?
I want to write a DataTree as a netcdf file to a remote filesystem, either directly or via writing to in-memory bytes
first. Right now this seems to be impossible. ...
enhancement
mjwillson
- 1
- Opened yesterday
- #10570
What happened?
I m trying to work with Zarr v2 data on a SWIFT store, with a fresh install of xarray and zarr in a virtual environment.
pip install swiftspec xarray zarr[remote]
If I open a dataset ...
bug
needs triage
fjansson
- Opened yesterday
- #10569
What is your issue?
If you follow the xarray documentation contribution instructions i.e. fork the xarray repo, install the conda env and
pip install . -e, then the xarray version created by pip is something ...
needs triage
jemmajeffree
- 1
- Opened yesterday
- #10568
What is your issue?
Hello, I m a student currently working on a course assignment that involves contributing to an open-source project.
While exploring the Xarray codebase and running coverage tools with ...
needs triage
osukjg
- 1
- Opened 3 days ago
- #10563
Is your feature request related to a problem?
The BackendEntrypoint class at
https://github.com/pydata/xarray/blob/1424972aec3d345a77daea182f6ca0239cb3497d/xarray/backends/common.py#L660-L738
currently ...
enhancement
weiji14
- Opened 3 days ago
- #10562
What happened?
When loading a Dataset from Zarr over HTTP the time chunk is fetched 3 times from the remote location.
Example Zarr dataset (on google bucket) : https://storage.googleapis.com/test_zarr_oie/IEA_PVPS.zarr/ADR/zarr.json ...
topic-backends
topic-performance
raphaeljolivet
- 6
- Opened 4 days ago
- #10560
DataArray.expand_dims with the new coords passed as keyword arguments recently broke in pandas nightly.
import xarray
ab = xarray.DataArray([1, 2], dims=[ x ], coords={ x : [ a , b ]})
c = xarray.DataArray(3).expand_dims(x=[ ...
bug
crusaderky
- 6
- Opened 6 days ago
- #10553
What happened?
Logscale color normalization in contourf not working with locator=[ticker.LogLocator]
Matplotlib doc gives :
Automatic selection of levels works; setting the
log locator tells contourf ...
bug
contrib-help-wanted
topic-plotting
Luluser
- Opened 8 days ago
- #10551
What happened?
When using the h5netcdf backend for NetCDF files, it seems that unlimited variables are stored in ds.encoding[
unlimited_dims ]. If you then change the dimension name (in my case I called ...
bug
needs triage
rilwal
- Opened 9 days ago
- #10549

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.