eMapR / LT-GEE

Google Earth Engine implementation of the LandTrendr spectral-temporal segmentation algorithm. For documentation see:
https://emapr.github.io/LT-GEE
Apache License 2.0
198 stars 65 forks source link

Move year addition from getSegmentData to getChangeMap #12

Closed jdbcode closed 3 years ago

jdbcode commented 3 years ago

Year of detection is returned from getSegmentData instead of segment start year. getChangeMap WAI, but it should do the addition to calculate year of detection, so that users who want segment information have the correct start year. See #11 for more.