Skip to content

Commit

Permalink
clipping before export
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddkovacs authored Dec 21, 2024
1 parent 113dcca commit 4a185ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyeogpr/gee_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ def maploop(self):
elif isinstance(self.bbox, ee.FeatureCollection):
region = self.bbox.geometry()

image_export = image_export.clip(region)
# Export the image to an asset
exportar = ee.batch.Export.image.toAsset(
assetId=self.assetpath
Expand Down

0 comments on commit 4a185ca

Please sign in to comment.