Closed brendancol closed 1 year ago
If the user supplies an invalid CRS, or the CRS doesn't match the metadata of the raster, then the rasterio.errors.CRSError is thrown.
rasterio.errors.CRSError
Also implemented unittest which supplies invalid CRS code and asserts the correct exception is raised.
Fixes #89
Issue / Proposed Changes
If the user supplies an invalid CRS, or the CRS doesn't match the metadata of the raster, then the
rasterio.errors.CRSError
is thrown.Also implemented unittest which supplies invalid CRS code and asserts the correct exception is raised.
Fixes #89
Pull Request Checklist