issues Search Results · repo:pydata/xarray language:Python
Filter by
4k results
(77 ms)4k results
inpydata/xarray (press backspace or delete to remove)What is your issue?
During the scipy sprints this year I had a quick look at which parts of xarray already work with marray, via xarray s
array API support. In following you ll see what I tried already. ...
topic-arrays
keewis
- Opened 14 hours ago
- #10574
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 2 days ago
- #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 2 days ago
- #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 2 days ago
- #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 2 days ago
- #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 4 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 5 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 7 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 9 days ago
- #10551

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.
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.