Hello Max,
I would like to inform you that your posted message is in the wrong group. This group handles questions related to Google Cloud App Engine. You can refer to the “How to Get Help” portion of the Google Earth Engine webpage here <https://developers.google.com/earth-engine/help>. You can also access the debugging guide <https://developers.google.com/earth-engine/debugging> which highlights support for commonly encountered issues for GEE. However, I will mention that the screenshot you have provided indicates you are working in JavaScript <https://www.javascript.com/>. The error message (Syntax Error) tells us that you have misplaced a semicolon ( ; ) at line 10 of your code. It would be my recommendation to remove it, as your code at line 14 “.sort(‘CLOUD_COVER’, false);” already contains the necessary semicolon. The following link <https://developers.google.com/earth-engine/ic_mapping> on Google Earth Engine provides an example of how to apply a function to every Image in a ImageCollection. Considering you are already using Google Groups, You can join the following Google Group <https://groups.google.com/forum/#!forum/google-earthengine-apac> called “google-earthengine-apac” which offers announcements, trainings and events specifically for our Google Earth Engine product. On Monday, October 15, 2018 at 11:50:30 AM UTC-4, maxime troiani wrote: > > Hi, > Can someone explain this error ? > > > > [image: 2018-10-15 (2).png] > > Best regards, > > > Maxime > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5641df71-6fbe-403a-83d1-80403f887942%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
