Skip to content

Commit

Permalink
removing incorrect docstring about comparable numpy function
Browse files Browse the repository at this point in the history
  • Loading branch information
richpsharp authored May 12, 2021
1 parent 2bf26d5 commit 03c51be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pygeoprocessing/geoprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ def zonal_statistics(
aggregation coverage close to optimally by rasterizing sets of
polygons that don't overlap. However, this step can be
computationally expensive for cases where there are many polygons.
Setting this flag to False directs the function rasterize in one
this flag to False directs the function rasterize in one
step.
working_dir (string): If not None, indicates where temporary files
should be created during this run.
Expand Down Expand Up @@ -2517,9 +2517,6 @@ def convolve_2d(
over any areas except nodata holes, in this case the resulting
values in these areas will be nonsensical numbers, perhaps
numerical infinity or NaNs.
Setting this value to ``True`` is similar to the effect
created by setting ``mode`` to ``"valid"`` in Numpy's
convolve function: https://numpy.org/doc/stable/reference/generated/numpy.convolve.html
normalize_kernel (boolean): If true, the result is divided by the
sum of the kernel.
mask_nodata (boolean): If true, ``target_path`` raster's output is
Expand Down

0 comments on commit 03c51be

Please sign in to comment.