Guest User

Untitled

a guest
Feb 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // Load Landsat 8 ImageCollection for area.
  2. var collection=ee.ImageCollection('LANDSAT/LC08/C01/T1_TOA')
  3. .filterDate('2015-01-01','2015-12-31')
  4. .filterBounds(AOI).select('B2');
  5. print('Landsat: ', collection);
Add Comment
Please, Sign In to add comment