Skip to content

Commit

Permalink
docs: minor docs changes (#2991)
Browse files Browse the repository at this point in the history
Improves docs for features.geometry_mask()
  • Loading branch information
stev-0 committed Jan 2, 2024
1 parent 61e66e2 commit 5c441ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rasterio/features.py
Expand Up @@ -46,8 +46,9 @@ def geometry_mask(
property of dataset objects.
all_touched : boolean, optional
If True, all pixels touched by geometries will be burned in. If
false, only pixels whose center is within the polygon or that
False, only pixels whose center is within the polygon or that
are selected by Bresenham's line algorithm will be burned in.
False by default
invert: boolean, optional
If True, mask will be True for pixels that overlap shapes.
False by default.
Expand Down

0 comments on commit 5c441ed

Please sign in to comment.