corteva / rioxarray

geospatial xarray extension powered by rasterio
https://corteva.github.io/rioxarray
Other
517 stars 82 forks source link

BUG: Fix merge crs check #655

Closed snowman2 closed 1 year ago

snowman2 commented 1 year ago

Related: https://github.com/rasterio/rasterio/pull/2740

https://github.com/corteva/rioxarray/actions/runs/4470278171/jobs/7853603260

FAILED test/integration/test_integration_merge.py::test_merge_arrays[True] - AttributeError: 'RasterioDatasetDuck' object has no attribute 'crs'
FAILED test/integration/test_integration_merge.py::test_merge_arrays[False] - AttributeError: 'RasterioDatasetDuck' object has no attribute 'crs'
FAILED test/integration/test_integration_merge.py::test_merge__different_crs[True] - AttributeError: 'RasterioDatasetDuck' object has no attribute 'crs'
FAILED test/integration/test_integration_merge.py::test_merge__different_crs[False] - AttributeError: 'RasterioDatasetDuck' object has no attribute 'crs'
FAILED test/integration/test_integration_merge.py::test_merge_arrays__res - AttributeError: 'RasterioDatasetDuck' object has no attribute 'crs'
FAILED test/integration/test_integration_merge.py::test_merge_datasets - AttributeError: 'RasterioDatasetDuck' object has no attribute 'crs'
FAILED test/integration/test_integration_merge.py::test_merge_datasets__res - AttributeError: 'RasterioDatasetDuck' object has no attribute 'crs'
snowman2 commented 1 year ago

Thanks @justingruca :+1: