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