Skip to content

Commit

Permalink
Updating example stats output to be consistent. RE:natcap#270
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Sep 16, 2022
1 parent 8aa8227 commit e32064c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pygeoprocessing/geoprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,9 +1196,9 @@ def zonal_statistics(
of 'min' 'max' 'sum' 'count' and 'nodata_count'. Example::
{0: {'min': 0,
'max': 1,
'sum': 1.7,
'count': 3,
'max': 14,
'sum': 42,
'count': 8,
'nodata_count': 1,
'value_counts': {
2: 5,
Expand Down

0 comments on commit e32064c

Please sign in to comment.