summaryrefslogtreecommitdiff
path: root/tests/gis_tests/gdal_tests/test_raster.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-06-30Fixed #34572 -- Added support for GDAL 3.7.Mariusz Felisiak
2023-03-02Fixed #34374 -- Fixed GIS tests on Windows.Heath Henley
2022-07-25Fixed #33866 -- Added pathlib.Path support to GDALRaster constructor.Claude Paroz
2022-03-24Refs #33577 -- Used addCleanup() to remove .aux file in GDALBandTests.Mariusz Felisiak
2022-03-16Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-07Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem.Jordi Castells
2021-04-07Dropped support for GEOS 3.5 and GDAL 2.0.Claude Paroz
2020-09-11Fixed #31766 -- Made GDALRaster.transform() return a clone for the same SRID ...Barton Ip
2020-07-07Fixed #31713 -- Added SpatialReference support to GDALRaster.transform().rico-ci
2020-05-12Fixed #30678 -- Added support for GDAL 3.Claude Paroz
2020-01-16Fixed #31162 -- Prevented error logs when using WKT strings in lookups.Mariusz Felisiak
2019-11-19Removed unnecessary numeric indexes in format strings.Jon Dufresne
2019-05-09Fixed comment typo.luzpaz
2018-10-21Fixed a failing test when the source directory is on a readonly fs.Florian Apolloner
2018-09-17Fixed #29761 -- Confirmed support for PROJ 5.x.Sergey Fedoseev
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
2018-05-29Relaxed a GDAL raster test.Tim Graham
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-09-21Fixed #28576 -- Added color interpretation method to GDALBand.Niall Dalton
2017-06-16Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem.Daniel Wiesmann
2017-06-08Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization.Daniel Wiesmann
2017-06-07Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.Daniel Wiesmann
2017-05-30Refs #23804 -- Improved value validation in GDALRaster.geotransform setter.Adam Johnson
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-19Fixed #27493 -- Fixed test failure with recent GDAL versionsNicolas NoƩ
2016-11-12Dropped support for GDAL 1.7 and 1.8Claude Paroz
2016-11-11Fixed #27421 -- Added shape, size, and offset controls to GDALRaster construc...Daniel Wiesmann
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-04-16Refs #26432 -- Skipped a raster test as needed.Tim Graham
2016-04-12Fixed #26432 -- Fixed size tuple order when using numpy reshape on a GDALBand.Opa-
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-03-29Fixed #26417 -- Allowed setting GDALBand data with partial values.Daniel Wiesmann
2016-03-29Fixed #26415 -- Allowed deleting nodata value on GDALBands.Daniel Wiesmann
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-12-04Refs #25734 -- Relaxed GDALRaster statistics test to use assertAlmostEqual.Daniel Wiesmann
2015-11-25Fixed #25734 -- Made GDALBand min and max properties use GDALComputeRasterSta...Daniel Wiesmann
2015-10-28Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann
2015-10-09Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann
2015-06-26Pushed GDAL skip condition inside testClaude Paroz
2015-06-26Refs #24840 -- Added skip flag to raster transform test for GDAL<1.8.1.Daniel Wiesmann
2015-06-24Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann
2015-03-20Fixed gis test failures when numpy isn't installed.Daniel Wiesmann