From cd047bb12c073b640332dc8582c0f0c72e173e0b Mon Sep 17 00:00:00 2001 From: Pieter Roggemans Date: Fri, 20 Sep 2024 01:42:55 +0200 Subject: [PATCH] DOC: add to doc that rast param for exact_extract can be a list (#158) --- python/src/exactextract/exact_extract.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/src/exactextract/exact_extract.py b/python/src/exactextract/exact_extract.py index b1c3dde..6bd2f8f 100644 --- a/python/src/exactextract/exact_extract.py +++ b/python/src/exactextract/exact_extract.py @@ -365,8 +365,8 @@ def exact_extract( """Calculate zonal statistics. Args: - rast: A :py:class:`RasterSource` or filename that can be opened - by GDAL/rasterio/xarray. + rast: One or a list of :py:class:`RasterSource` object(s) or filename(s) that + can be opened by GDAL/rasterio/xarray. vec: A :py:class:`FeatureSource` or filename that can be opened by GDAL/fiona ops: A list of :py:class:`Operation` objects, or strings that