From 3746e457563907c6acd7356ec974bad0ffe236ab Mon Sep 17 00:00:00 2001 From: James Douglass Date: Wed, 10 Aug 2022 16:24:25 -0700 Subject: [PATCH] Updating Rich's email address to mine since his no longer works. RE:#270 --- src/pygeoprocessing/geoprocessing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pygeoprocessing/geoprocessing.py b/src/pygeoprocessing/geoprocessing.py index a26f4ba9..9e843566 100644 --- a/src/pygeoprocessing/geoprocessing.py +++ b/src/pygeoprocessing/geoprocessing.py @@ -1160,7 +1160,7 @@ def zonal_statistics( There may be some degenerate cases where the bounding box vs. actual geometry intersection would be incorrect, but these are so unlikely as to be manually constructed. If you encounter one of these please email - the description and dataset to richsharp@stanford.edu. + the description and dataset to jdouglass@stanford.edu. Args: base_raster_path_band (tuple): a str/int tuple indicating the path to @@ -1486,7 +1486,7 @@ def zonal_statistics( # is as small as a pixel. There could be some degenerate cases that # make this estimation very wrong, but we do not know of any that # would come from natural data. If you do encounter such a dataset - # please email the description and datset to richsharp@stanford.edu. + # please email the description and datset to jdouglass@stanford.edu. unset_fid_block = clipped_band.ReadAsArray( xoff=xoff, yoff=yoff, win_xsize=win_xsize, win_ysize=win_ysize)