summaryrefslogtreecommitdiff
path: root/tests/gis_tests/data
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #30020 -- Fixed reading nulls with LayerMapping.Kathryn Killebrew2019-01-311-0/+139
|
* Fixed #28960 -- Added GEOSGeometry.buffer_with_style().Stanislav Karpov2018-02-101-0/+18
|
* Dropped support for GDAL 1.7 and 1.8Claude Paroz2016-11-121-1/+1
|
* Fixed #25951 -- Trimmed default representation of GEOSGeometryClaude Paroz2016-04-171-8/+8
| | | | Thanks Sergey Fedoseev for the report.
* Fixed #26432 -- Fixed size tuple order when using numpy reshape on a GDALBand.Opa-2016-04-121-0/+174
|
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-191-1/+5
| | | | Thanks to Tim Graham and Claude Paroz for the reviews and patches.
* Fixed #24207 -- Added 25D-type geometry field support to ogrinspectClaude Paroz2015-05-064-0/+1
| | | | | Thanks Michael Diener for the report and sample data, and Tim Graham for the review.
* Added write support for GDALRasterDaniel Wiesmann2015-03-164-0/+12
| | | | | | | | | | | - Instantiation of GDALRaster instances from dict or json data. - Retrieve and write pixel values in GDALBand objects. - Support for the GDALFlushCache in gdal C prototypes - Added private flush method to GDALRaster to make sure all data is written to files when file-based rasters are changed. - Replaced ``ptr`` with ``_ptr`` for internal ptr variable Refs #23804. Thanks Claude Paroz and Tim Graham for the reviews.
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-1130-0/+139