Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/eMapR/lt-gee-py
Browse files Browse the repository at this point in the history
  • Loading branch information
myscon committed Sep 5, 2024
2 parents 297f433 + 80a3b08 commit 561cd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ltgee/landtrendr.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def _remove_images(self, collection: ee.ImageCollection):
if self.exclude['slcOff'] is True:
collection = collection.filter(ee.Filter.And(
ee.Filter.eq('SPACECRAFT_ID', 'LANDSAT_7'),
ee.Filter.gt('SCENE_CENTER_TIME', '2003-06-01T00:00')
ee.Filter.gt('system:time_start', 1054425600000)
).Not())
return collection

Expand Down

0 comments on commit 561cd3f

Please sign in to comment.