Alan D. Snow

Results 545 comments of Alan D. Snow

Mind adding a test similar to this one with the CRS = None? https://github.com/corteva/rioxarray/blob/205052675b2e2d070a699aa55359806e894e39ec/test/integration/test_integration_rioxarray.py#L2924

> I have added a test, let me know if this is what you had in mind Looks good :+1:. Once the linting issues are resolved, I think this is...

Suggestion for fixing the linting issues: ```bash python -m pip install pre-commit pre-commit run --all ```

You likely need to open an issue here instead: https://github.com/conda-forge/rasterio-feedstock

https://github.com/conda-forge/rasterio-feedstock/issues/292

Inspecting the file: ![image](https://github.com/corteva/rioxarray/assets/8699967/a805bfab-3cfb-4e44-898e-ca3c930c8f5e) It appears that the dimensions `i` and `j` don't contain the geospatial coordinate information and instead contain the indexes of the grid. This is problematic as...

Side note: `rio.write_transform` is helpful to add the transform when the coordinate arrays do not exist (to save disk space).

![image](https://github.com/corteva/rioxarray/assets/8699967/632f17ac-bea0-4e7c-b71e-0fa101f08357)