Alan D. Snow

Results 545 comments of Alan D. Snow

Would you mind providing a minimal reproducible example and the output of `rioxarray.show_versions()`?

Mind filling out the issue template: #### Environment Information - `python -c "import rioxarray; rioxarray.show_versions()"` - rioxarray version (`python -c "import rioxarray; print(rioxarray.__version__)"`) - rasterio version (`rio --version`) - GDAL...

This one may be more difficult to track down. I don't have a Windows machine and the CICD runners don't show this issue. If someone else runs into this, more...

https://github.com/pydata/xarray/pull/8571 was included in [v2024.01.0](https://github.com/pydata/xarray/blob/main/doc/whats-new.rst#v2024010-17-jan-2024) and says it addresses the issue.

Sounds great. Current state of rioxarray latest testing: https://github.com/corteva/rioxarray/blob/d492a2ad1eeafd9836ceec87a109e0d2645fd3eb/.github/workflows/tests.yaml#L165-L212

The issue with latest was that the build failed often due to installation issues or other noise that unfortunately made it less useful. It just barely stabilized enough to get...

Tag writing is [here](https://github.com/corteva/rioxarray/blob/9d5975624fa93b76c451457a97b342ba37dfc792/rioxarray/raster_writer.py#L39-L67)