Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/gis_tests/gdal_tests
Commit message (Collapse)AuthorAgeFilesLines
* Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann2015-10-281-0/+10
| | | | | Geometry objects have an srid property, so this addition makes the raster api more similar to the geometries api.
* Fixed #25585 -- Allowed setting OGRGeometry srid/srs ↵Sergey Fedoseev2015-10-221-0/+5
| | | | attributes to `None`.
* Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann2015-10-091-0/+21
|
* Pushed GDAL skip condition inside testClaude Paroz2015-06-261-2/+3
| | | | | As GDAL_VERSION is conditionnaly imported, it cannot be referenced in skipIf decorator.
* Refs #24840 -- Added skip flag to raster transform test ↵Daniel Wiesmann2015-06-261-0/+1
| | | | | | for GDAL<1.8.1. Thanks to Simon Charette for the report.
* Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann2015-06-241-2/+114
| | | | Thanks to Tim Graham for the review.
* Added GDAL 2.0 supportClaude Paroz2015-06-201-1/+2
|
* Removed test numbering in gdal testsClaude Paroz2015-05-131-29/+29
|
* Fixed #24714 -- Used more specific assertions than ↵Alasdair Nicol2015-04-282-4/+4
| | | | assertEqual in tests.
* Used assertIsInstance in tests.Alasdair Nicol2015-04-271-2/+2
|
* Fixed gis test failures when numpy isn't installed.Daniel Wiesmann2015-03-201-3/+3
| | | | Thanks to Bas Peschier for pointing this out. Refs #23804.
* Made SRID a required parameter for GDALRaster ↵Daniel Wiesmann2015-03-171-1/+2
| | | | | | | instantiation; refs #23804. Earlier versions of GDAL do not allow the srid to be set to 0, so it should be a required parameter to ensure compatibility.
* Added write support for GDALRasterDaniel Wiesmann2015-03-162-8/+159
| | | | | | | | | | | - 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-118-0/+1281