yt87
yt87
Background: I want to add projection attributes to netcdf archive files. The projection specification is non-standard ( AWIPS/GFE). I thought ``pyproj`` would allow me to do it programatically, so far...
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT...
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT...
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT...
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT...
### What happened? `xr.open_dataset` unnecessarily promotes small integers to float64. This was an issue #1840 (fixed) back in 2018. If I am not mistaken, it was reversed with release 2024.3.0....
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT...
The first line works, the second raises an exception ``` import numpy as np import xarray as xr import cupy_xarray xr.DataArray([1, 2, np.nan]).chunk(dim_0=1).as_cupy().sum().compute() xr.DataArray([1, 2, np.nan]).chunk(dim_0=1).as_cupy().sum(min_count=1).compute() xarray.DataArray'asarray-75d4a7ce4023e88c4c5563214cb235b4' array(3.) Coordinates: (0)...
#### ALL software version info Software Version Info ```plaintext Include version information here python 3.13.0 h9ebbce0_100_cp313 conda-forge hvplot 0.10.0 pyhd8ed1ab_0 conda-forge holoviews 1.18.3 pyhd8ed1ab_0 conda-forge bokeh 3.6.0 pyhd8ed1ab_0 conda-forge ```...
### Software versions Python version : 3.12.9 | packaged by conda-forge | (main, Feb 14 2025, 08:00:06) [GCC 13.3.0] IPython version : 8.32.0 Tornado version : 6.4.2 NumPy version :...