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

Error in the 'reduceToSingeImageMockFunction' #3

Closed LiliGuimaraes closed 5 years ago

LiliGuimaraes commented 5 years ago

I've been trying to use the 'reduceToSingeImageMockFunction' follow up the LT-GEE Guide and this doesn't seem to work, applying the basic running LT-GEE script .

jdbcode commented 5 years ago

That isn't an existing function. It is pseudo code - a mock function name used as a placeholder for a real function that you define to reduce an annual set of images to a single image. As an example, you can use .reduce(ee.Reducer.mean()) on an annual ee.ImageCollection.