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
/
const.py
Age
Commit message (
Expand
)
Author
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-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
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
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
2015-10-09
Fixed #25533 -- Changed datatype mapping for GDALRasters
Daniel Wiesmann
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-16
Added write support for GDALRaster
Daniel Wiesmann
2014-12-23
Added RasterSource/GDALBand GDAL objects
Claude Paroz