-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
The code base is peppered with un-caught CPLErrs from GDALRasterIO(). We assume these reads and writes always occur without error. We should probably either deal with these errors explicitly, or wrap the calls with a function that throws. There are a lot of these, and if something goes wrong in one, it will probably be impossible to find.
Reactions are currently unavailable