Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. var temporalcollection = function(collection, start, count, interval, units) {
  2.  
  3. // Get the end date of the current sequence.
  4.  
  5. return Ess
  6. .filterDate(startDate, endDate)
  7. .mosaic()
  8. .set('system:time_start', startDate.millis());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement