From c987857673391233f73efb5773ba3da28831d381 Mon Sep 17 00:00:00 2001 From: johntruckenbrodt Date: Thu, 24 Feb 2022 17:46:58 +0100 Subject: [PATCH] [docs] version 0.10.0 change log --- docs/changelog.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8af896c..fe5e174 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -132,3 +132,22 @@ Changelog * :func:`spatialist.vector.vectorize` * :func:`spatialist.vector.boundary` + +0.10.0 | 2022-02-24 +------------------- + +- :class:`spatialist.raster.Raster`: + + * method :meth:`~spatialist.raster.Raster.write`: + + + TIFF tag writing via argument `options` (formats 'GTiff' and 'COG') + + new argument `overview_resampling` + + changed default format to 'GTiff' + + * improved mechanism for temporary VRT file writing: + + + old: written to :func:`tempfile.gettempdir` and never deleted + + new: written to subdirectory 'spatialist' of :func:`~tempfile.gettempdir` and deleted + during :meth:`~spatialist.raster.Raster.close` + +- :func:`spatialist.raster.png`: new arguments 'vmin' and 'vmax'