Skip to content

Commit

Permalink
DOC: add to doc that rast param for exact_extract can be a list
Browse files Browse the repository at this point in the history
  • Loading branch information
theroggy committed Sep 19, 2024
1 parent 5b372a6 commit 023e8b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/src/exactextract/exact_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 023e8b5

Please sign in to comment.