You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are using outdated versions of all libraries. Please update to the latest and check if it is still an issue.
Also, please provide a minimal file that can re-produce this issue.
I was happy to find out that
rioxarray
is able to read a zipped GeoTIFF file using the same syntax asrasterio
However, the CRS is empty in the returned dataarray. This does not happen when I read a (non-zipped) GeoTIFF file.
I do get the CRS from the same zipped file when I use rasterio. Then, I can set the CRS using
write_crs
as a workaround.Installation method
conda
Conda environment information (if you installed with conda):
gdal 3.5.0 py39hc691d54_1 conda-forge
libgdal 3.5.0 hd0aedcd_1 conda-forge
rasterio 1.2.10 py39h20899d1_6 conda-forge
rioxarray 0.10.2 pyhd8ed1ab_0 conda-forge
xarray 2022.3.0 pyhd8ed1ab_0 conda-forge
The text was updated successfully, but these errors were encountered: