From 77dc175a89e2beb1652abce76f9c8ecd8cf50481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bosch?= Date: Fri, 12 Jun 2020 16:58:30 +0200 Subject: [PATCH] corrected `ZonalGridAnalysis` docstring --- pylandstats/zonal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylandstats/zonal.py b/pylandstats/zonal.py index ca5f7a4..96af0c9 100644 --- a/pylandstats/zonal.py +++ b/pylandstats/zonal.py @@ -367,7 +367,7 @@ def __init__(self, landscape, num_zone_rows=None, num_zone_cols=None, dimensions and the desired zones do not divide evenly, the zones will be defined for the maximum subset (starting from the top, left corner) for which there is an even division. If not provided, - then `num_pixel_width`/`num_pixel_height` must be provided. + then `num_zone_rows`/`num_zone_cols` must be provided. landscape_crs : dict, optional The coordinate reference system of the landscapes. Required to reconstruct the zonal statistics rasters if the passed-in