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
GDAL seems to let you change raster data (and maybe vector too?) even if you've opened it in read mode. Well, it doesn't let you really change it--it just doesn't bomb out when you try to change it, but also doesn't change the data. This leaves you thinking you've called the right methods, etc, but confused when the outcome of our dataset isn't what you expect.
There are a number of RasterBand methods that change data of self that could benefit from checking what access mode the dataset was opened with.
GDAL seems to let you change raster data (and maybe vector too?) even if you've opened it in read mode. Well, it doesn't let you really change it--it just doesn't bomb out when you try to change it, but also doesn't change the data. This leaves you thinking you've called the right methods, etc, but confused when the outcome of our dataset isn't what you expect.
There are a number of RasterBand methods that change data of self that could benefit from checking what access mode the dataset was opened with.
http://gdal.org/1.11/gdal_8h.html#a25ac3c86b87c0d936014085ee27ba2b8
The text was updated successfully, but these errors were encountered: