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
/
django
/
contrib
/
gis
/
gdal
/
raster
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-29
Refs #34572 -- Added missing GDAL_PIXEL_TYPES from GDAL 3.5+.
Claude Paroz
2022-07-25
Fixed #33866 -- Added pathlib.Path support to GDALRaster constructor.
Claude Paroz
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-23
Fixed #33030 -- Fixed broken links to GDAL docs.
Märt Häkkinen
2021-08-02
Refs #32956 -- Corrected spelling of "gray".
David Smith
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-01-16
Fixed #31162 -- Prevented error logs when using WKT strings in lookups.
Mariusz Felisiak
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-06-11
Dropped support for GDAL 1.9 and 1.10.
Tim Graham
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-09-21
Fixed #28576 -- Added color interpretation method to GDALBand.
Niall Dalton
2017-09-12
Moved contrib.gis.geometry.regex to contrib.gis.geometry.
Tim Graham
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-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-12-15
Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.
Sergey Fedoseev
2016-11-11
Fixed #27421 -- Added shape, size, and offset controls to GDALRaster construc...
Daniel Wiesmann
2016-05-16
Refs #26592 -- Fixed band statistics for empty bands and GDAL 2.1
Daniel Wiesmann
2016-04-12
Fixed #26432 -- Fixed size tuple order when using numpy reshape on a GDALBand.
Opa-
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
2015-12-08
Fixed #25657 -- Ignored exceptions when destroying geometry objects
Claude Paroz
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-07-10
Fixed #25072 -- Prevented GDALRaster memory to be uncollectable
Claude Paroz
2015-06-24
Refs #24840 -- Added GDALRaster Warp and transform methods
Daniel Wiesmann
2015-06-19
Fixed #23804 -- Added RasterField for PostGIS.
Daniel Wiesmann
2015-03-20
Fixed gis test failures when numpy isn't installed.
Daniel Wiesmann
2015-03-17
Made SRID a required parameter for GDALRaster instantiation; refs #23804.
Daniel Wiesmann
2015-03-16
Added write support for GDALRaster
Daniel Wiesmann
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-23
Added RasterSource/GDALBand GDAL objects
Claude Paroz