yeesian / ArchGDAL.jl

A high level API for GDAL - Geospatial Data Abstraction Library
https://yeesian.github.io/ArchGDAL.jl/stable/
Other
141 stars 27 forks source link

Return the default geotransform rather than throwing an error. #236

Closed yeesian closed 3 years ago

yeesian commented 3 years ago

Fixes #190.

@visr There's a small drop in test coverage due to the drop in test coverage for cplerr. However, I haven't been able to come up with a scenario in which I'll actually get CE_Failure without GDAL.jl throwing an GDAL.GDALError. (Which I think is a good thing!) (Update: fixed by Felix in https://github.com/yeesian/ArchGDAL.jl/pull/236#discussion_r698527429)