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
Trust in GDAL's reference counting (rasterio#1800)
* Trust in GDAL's reference counting
Towards resolving rasterio#1799
* Require GDAL 2
* Revert to local dataset handle
* Run tests under gdb
* Implement GDALDatasetH reference counting in stop()
This keeps datasets used in a WarpedVRT from crashing GDAL and
Python when they are closed before the VRT.
* Bump version
* Remove gdb