msslib
msslib copied to clipboard
An Earth Engine JavaScript library for working with Landsat MSS image data.
Results
1
msslib issues
Sort by
recently updated
recently updated
newest added
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...