Guest User

Untitled

a guest
Apr 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. dates = ee.List(Sentinel_collection.map(function(img) {
  2. return ee.Feature(null, {'date': img.date().format("YYYYMMdd") })
  3. }).aggregate_array('date'))
  4.  
  5. return ee.Feature(null, {'date': img.date().format("YYYYMMdd") })
  6. ^
  7. SyntaxError: invalid syntax
Add Comment
Please, Sign In to add comment