Skip to content

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

Filter by

4k results
 (79 ms)

4k results

inpydata/xarray (press backspace or delete to remove)

What happened? The following PR: - https://github.com/pydata/xarray/pull/10359 introduced an unguarded from typing_extension import Self https://github.com/pydata/xarray/blob/f1a2c08f21a8237c082913fcad2d77469448cf4c/xarray/core/accessor_dt.py#L8 ...
bug
needs triage
  • sjperkins
  • Opened 
    33 minutes ago
  • #10412

What is your issue? Dataset.interp was updated to allow non-numeric dtypes in #5008 However, DataArray.interp still has an outdated check for numeric dtypes, meaning that other dtypes (e.g. datetimes) ...
needs triage
  • w-k-jones
  • Opened 
    11 hours ago
  • #10409

What happened? The default writing of to_netcdf fails when you only install xarray and h5netcdf. It appears to only look for scipy or netcdf4 if you don t specify an engine, despite the general support ...
bug
needs triage
  • scottstanie
  • Opened 
    5 days ago
  • #10401

Is your feature request related to a problem? The “Xarray related projects” page in the documentation is a great resource for discovering projects that build on Xarray. I’ve found it really useful for ...
enhancement
  • niksirbi
  • 4
  • Opened 
    5 days ago
  • #10399

Is your feature request related to a problem? To resolve the ongoing discussion around extension array casting, an option that has arisen would be to add a cast_extension_array argument (see https://github.com/pydata/xarray/issues/10301#issuecomment-2866569942 ...
enhancement
  • ilan-gold
  • 3
  • Opened 
    6 days ago
  • #10398

Is your feature request related to a problem? I have a 3 dimensions arrows, I would like to plot on top of each other. I tried to use the usual hue attribute within xr.quiver, but it doesn t behave similarly ...
enhancement
topic-plotting
  • ACHMartin
  • Opened 
    6 days ago
  • #10397

What happened? I was trying to access the VIIRS L1 data via xarray, but I got a dimension error. What did you expect to happen? Works well like pydap: from pydap.net import create_session from pydap.client ...
bug
  • zxdawn
  • 6
  • Opened 
    6 days ago
  • #10396

Is your feature request related to a problem? Hi xarray community. When I try to put UPath into xr.open_zarr, it fails. I didn t check with the other open_* methods. from upath import UPath up = UPath( ...
enhancement
  • vladidobro
  • 1
  • Opened 
    7 days ago
  • #10393

Hi community, I was trying to load a large 30m resolution land cover dataset into Xarray, make a bunch of focal statistic layers (variables), and then query the all the variables using orthogonal indexing. ...
needs mcve
  • chenyangkang
  • 2
  • Opened 
    8 days ago
  • #10391

What happened? I ve made NetCDF5 files using h5netcdf where some datasets are strings, which get encoded as np.bytes_. This means they show as {SCALAR} when viewed with h5ls. If I load and save again ...
topic-backends
  • scottstanie
  • 1
  • Opened 
    8 days ago
  • #10389
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub