Skip to content

Commit

Permalink
corrected ZonalGridAnalysis docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
martibosch committed Jun 12, 2020
1 parent 9b30818 commit 77dc175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylandstats/zonal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77dc175

Please sign in to comment.