Skip to content

issues Search Results · repo:pydata/xarray language:Python

Filter by

4k results
 (101 ms)

4k results

inpydata/xarray (press backspace or delete to remove)

Something I assumed would work: g = ds.plot(hue= level , col= time ) # Second plot uses the existing FacetGrid s axes ds2.plot(ax=g.axes.flat, hue= level , col= time ) Gives ValueError: Can t use axes ...
enhancement
topic-plotting
  • Luluser
  • Opened 
    13 hours ago
  • #10176

Workflow Run URL details summary Python 3.12 Test Summary /summary xarray/tests/test_dask.py::test_map_blocks_errors_bad_template[obj0]: AssertionError: Regex pattern did not match. Regex: Expected ...
CI
  • github-actions[bot]
  • 4
  • Opened 
    yesterday
  • #10171

What happened? I have a data array of datetime values and I want to get the first value for each group. If there are any missing groups, the operation fails as numpy can t promote datetime data to float. ...
bug
topic-groupby
  • aulemahal
  • Opened 
    yesterday
  • #10169

Is your feature request related to a problem? We have CFMaskCoder that lazily masks out the values of the _FillValue and missing_value attributes (if present). For the Zarr backend, we have use_zarr_fill_value_as_mask ...
enhancement
topic-CF conventions
  • dcherian
  • Opened 
    yesterday
  • #10168

What is your issue? Version: latest #4932 mentions that the return value of Dataset.update() will be removed in v0.21 (released Jan 28, 2022). https://github.com/pydata/xarray/blob/fd7c76562ff70e07d63ff03808b4f87a62955bcd/xarray/core/dataset.py#L5547-L5553 ...
needs triage
  • VeckoTheGecko
  • 3
  • Opened 
    yesterday
  • #10167

What is your issue? xarray version 2024.9.0 zarr version 3.0.5 When attempting to save to zarr, the error below results. I can save the same file to zarr happily using zarr version 2.18.4. I ve checked ...
needs triage
  • bweeding
  • 1
  • Opened 
    yesterday
  • #10166

What is your issue? rootgrp = xr.open_dataset( http://opendap.nccs.nasa.gov:80/dods/OSSE/G5NR/Ganymed/7km/0.0625_deg/tavg/tavg30mn_2d_met3_Nx , decode_times=False) rootgrp[ tautot ][:1, :1, :1].values ...
topic-backends
usage question
  • suvan-kumar
  • 10
  • Opened 
    2 days ago
  • #10165

What happened? The documentation for Dataset.to_zarr says that zarr_version is deprecated for zarr_format but calling DataArray.to_zarr with zarr_format throws an unexpected keyword exception, while calling ...
bug
topic-zarr
  • Karl-Krauth
  • Opened 
    4 days ago
  • #10163

What happened? When appending a coordinate to an existing store, to_zarr will save the coordinate as a data variable. What did you expect to happen? to_zarr should record the appended item as a coordinate ...
bug
needs triage
  • Karl-Krauth
  • 2
  • Opened 
    4 days ago
  • #10162

It s very common to want to extract a time series at a specified coordinate location, and I m wondering whether xarray could support this directly without using xoak. Currently I m using xoak, as in this ...
enhancement
  • rsignell
  • 5
  • Opened 
    5 days ago
  • #10157
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub