initze / thaw-slump-segmentation

MIT License
9 stars 3 forks source link

Use eemont for Sentinel 2 preprocessing #76

Open initze opened 7 months ago

initze commented 7 months ago

check emmont library for simplified s2 preprocessing

khdlr commented 6 months ago

Some interesting features in there, e.g. closest image in time: ee.ImageCollection().closest('2020-10-15')

initze commented 6 months ago

Some interesting features in there, e.g. closest image in time: ee.ImageCollection().closest('2020-10-15')

Yes, it also has simple functions for masking. then geedim can be used for calculating median mosaics / composited (e.g. monthly) to avoid shitty data.