Guest User

Untitled

a guest
Feb 21st, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var S2 = ee.ImageCollection("COPERNICUS/S2")
  2. var composite = ee.Algorithms.Landsat.simpleComposite(collection);
  3. var S2_cloud = collection.min();
Add Comment
Please, Sign In to add comment