From 1e5f89fa381a12f04b59b96c221493b113a85436 Mon Sep 17 00:00:00 2001 From: James Douglass Date: Thu, 1 Feb 2024 10:06:30 -0800 Subject: [PATCH] Adding another note about the ability to have align_and_resize_raster_stack's mask persist. RE:#366 --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 45cb295a..4825b6ea 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,6 +13,8 @@ Unreleased Changes https://github.com/natcap/pygeoprocessing/issues/361 * Improved ``align_and_resize_raster_stack`` so that rasterization of a vector mask only happens once, regardless of the number of rasters in the stack. + In addition, the created mask raster's path may be defined by the caller so + that it persists across calls to ``align_and_resize_raster_stack``. https://github.com/natcap/pygeoprocessing/issues/366 * Improved ``warp_raster`` to allow for a pre-defined mask raster to be provided instead of a vector. If both are provided, the mask raster alone is