LT-GEE icon indicating copy to clipboard operation
LT-GEE copied to clipboard

question in://------ FUNCTION TO REDUCE COLLECTION TO SINGLE IMAGE PER YEAR BY MEDOID ----

Open binghhhh opened this issue 1 year ago • 0 comments

var medoidMosaic = function(inCollection, dummyCollection) { var imageCount = inCollection.toList(1).length();
---toList(1),Is this one set up wrong? With the original code, no matter how many images are in the collection, it's only going to return ‘1’.

And your comment after the code says: this is counting the number of images in the collection. ?????

binghhhh avatar Dec 19 '23 13:12 binghhhh