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
195 stars 65 forks source link

"Greatest disturbance mapping" user memory limit exceeded #39

Open Daniel-Platt opened 1 year ago

Daniel-Platt commented 1 year ago

When the changeImg() function defined in "users/emapr/public:Modules/LandTrendr.js" is called and the resulting image is added to a map, it returns a "User memory limit exceeded" error.

I've been having this error in my script for at least a few months but I had thought it was something wrong with my code.

I tried running the "users/emapr/public:Scripts/LandTrendr Examples/LandTrendr Greatest Disturbance Mapping" script and it returned the same error. However, the LandTrendr Change Mapper UI still works.

I can get my script to run correctly if I use the old LandTrendr.js script from https://github.com/eMapR/LT-GEE/blob/master/LandTrendr.js.