Rylan Boothman
Rylan Boothman
Reproducible example: https://code.earthengine.google.com/0060c69c481eb30ecce9d51c1c23580d I think the issue comes from here, where because 0 evaluates as `false` it gets replaced by the default parameter of 50: https://github.com/gee-community/msslib/blob/e1e59cf23b3cd90f6250323c400584e0d8a9fbc6/msslib.js#L374-L379 Checking if the provided...
Avoids the expensive call to toList unless the ImageCollection contains more than 5000 images and we are slicing past the 5000th image. Fixes https://github.com/google/Xee/issues/88 where xee wasn't recognizing new bands...