summaryrefslogtreecommitdiff
path: root/django/contrib/gis/gdal/prototypes/raster.py
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-18Fixed #34411 -- Updated GDAL API to handle vector DataSource's.Claude Paroz
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-08-23Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen
2021-04-07Dropped support for GEOS 3.5 and GDAL 2.0.Claude Paroz
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
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-07Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.Daniel Wiesmann
2017-03-21Fixed #27960 -- Set errcheck=False for GDALAllRegister to prevent crash.Sergey Fedoseev
2016-11-12Fixed #27479 -- Fixed GDALClose prototype. (#7546)Sergey Fedoseev
2016-05-16Refs #26592 -- Fixed band statistics for empty bands and GDAL 2.1Daniel Wiesmann
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-29Fixed #26415 -- Allowed deleting nodata value on GDALBands.Daniel Wiesmann
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2015-11-25Fixed #25734 -- Made GDALBand min and max properties use GDALComputeRasterSta...Daniel Wiesmann
2015-06-24Refs #24840 -- Added GDALRaster Warp and transform methodsDaniel Wiesmann
2015-06-20Added GDAL 2.0 supportClaude Paroz
2015-05-01Fixed #24724 -- Fixed GIS initialization crash on Windows.Tim Graham
2015-03-16Added write support for GDALRasterDaniel Wiesmann
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-23Added RasterSource/GDALBand GDAL objectsClaude Paroz
2014-12-02Added cpl error codes to errcheck functionsDaniel Wiesmann
2014-12-02Added GDAL prototypes for raster supportDaniel Wiesmann