summaryrefslogtreecommitdiff
path: root/tests/gis_tests/rasterapp
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-074-103/+197
* Refs #32956 -- Updated words ending in -wards.David Smith2021-07-301-2/+2
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+3
* Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.Claude Paroz2020-04-143-0/+65
* Refs #30489 -- Fixed RasterFieldTest.test_deserialize_with_pixeltype_flags() ...Mariusz Felisiak2020-03-071-1/+4
* Replaced deprecated assertEquals() with assertEqual() in RasterFieldTest.Mariusz Felisiak2020-03-071-2/+2
* Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.Hasan Ramezani2020-03-051-1/+21
* Fixed typo in RasterField test name.Ivor Bosloper2019-05-271-1/+1
* Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak2019-03-031-1/+1
* Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak2019-02-251-1/+1
* Removed unnecessary tuple()/list() calls.Mads Jensen2017-10-211-3/+3
* Simplified handling of GIS lookup params.Sergey Fedoseev2017-07-201-2/+1
* Tested the case when the lhs of a raster lookup has an index specified and th...Sergey Fedoseev2017-07-201-0/+9
* Removed redundant lookup values in RasterFieldTest.test_all_gis_lookups_with_...Sergey Fedoseev2017-07-181-3/+14
* Fixed RasterFieldTest.test_all_gis_lookups_with_rasters.Sergey Fedoseev2017-07-181-3/+7
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-1/+1
* Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham2017-05-042-21/+18
* Fixed #25605 -- Made GIS DB functions accept geometric expressions, not only ...Sergey Fedoseev2017-04-011-3/+3
* Made isvalid lookup use IsValid function to decrease code redundancy.Sergey Fedoseev2017-03-291-2/+2
* Refs #27736 -- Used decorators for GIS lookup registration.Sergey Fedoseev2017-03-271-4/+5
* Fixed #27493 -- Fixed test failure with recent GDAL versionsNicolas NoƩ2016-11-191-5/+6
* Refs #26753 -- Removed obsolete workarounds in GIS tests for lack of GDAL.Adam Chainz2016-11-151-2/+1
* Added error messages for GIS DB functions when used with rasters.Daniel Wiesmann2016-09-021-0/+16
* Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz2016-06-182-31/+19
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-2/+2
* Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann2016-05-062-1/+255
* Allowed RasterFieldWithoutGDALTest to run even if GDAL is installed.Sergey Fedoseev2015-11-191-4/+4
* Fixed #25072 -- Prevented GDALRaster memory to be uncollectableClaude Paroz2015-07-101-0/+5
* Fixed #25011, Refs #23804 -- Added check for GDAL on RasterField initializationDaniel Wiesmann2015-06-232-2/+24
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-193-0/+83