Alan D. Snow
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 ```
Thanks @peterm790 :+1:
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
Related: #414
Inspecting the file:  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).
