Skip to content

Commit

Permalink
mask off
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddkovacs authored Dec 21, 2024
1 parent 85a9bce commit 6b7c8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyeogpr/gee_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ def maploop(self):
.eq(80)
)
lakemask = lakes.eq(0)
image_export = image_export.mask(lakemask)
image_export = image_export.mask(bare_cover)
# image_export = image_export.mask(lakemask)
# image_export = image_export.mask(bare_cover)

# SHP-bbox misery
region = None
Expand Down

0 comments on commit 6b7c8c0

Please sign in to comment.