Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/gis_tests/rasterapp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25072 -- Prevented GDALRaster memory to be ↵Claude Paroz2015-07-101-0/+5
| | | | | | | | | uncollectable Setting GDALRaster.bands as a cached property was creating a circular reference with objects having __del__ methods, which means the memory could never be freed. Thanks Daniel Wiesmann for the report and test, and Tim Graham for the review.
* Fixed #25011, Refs #23804 -- Added check for GDAL on ↵Daniel Wiesmann2015-06-232-2/+24
| | | | RasterField initialization
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-193-0/+83
Thanks to Tim Graham and Claude Paroz for the reviews and patches.