You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed an issue where MFD flow direction was producing many nodata holes given
a large-enough DEM. These nodata holes would then propagate to flow
accumulation and stream extraction, producing very disjointed stream
networks. #350
Improved progress logging in MFD flow direction, MFD flow accumulation, MFD
stream extraction to prevent integer overflows in percentages and improve
the readability of log messages. #246
Fixed an issue introduced in 2.4.1 where zonal_statistics results could
vary depending on the bounding boxes of the disjoint polygon sets calculated
from the input vector.
Added a new function, pygeoprocessing.align_bbox, which pads a bounding
box to align with the grid of a given geotransform.
Added support for int64 and uint64 (GDAL 3.5+) #352