2 Commits

Author SHA1 Message Date
Sean Gillies
9e30d22d6d
Switch sharing kwarg default to False (#1775)
* Switch sharing kwarg default to False

Resolves #1705

* Replace GDALOpenShared with GDALOpen except in one shim

* Revert two open_dataset to GDALOpen

* Run tests under gdb

* Increment ref count in WarpedVRTBase

* Open a new dataset handle in WarpedVRT

* Remove gdb

* Remove exceptions from open_dataset in _shim1

Makes usage much easier

* Fix in-memory dataset leaks in _reproject
2019-09-13 08:05:14 -06:00
Sean Gillies
4aebf73c51
Test fix for #1701 (#1704)
* Test fix for #1701

* Test for fix of problem noted in #1504

* Add sharing tests

* Require GDAL 2 for sharing tests

* Require GDAL 2 for overview level test
2019-06-05 16:15:30 -06:00