Guest User

Untitled

a guest
Nov 18th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. var band_names =Image.bandNames()
  2. print(ee.String(band_names.get(0)))
  3. for (var i = 0; i < 4; i += 1) {
  4. Map.addLayer(Image.select(ee.String(band_names.get(i))), {}, ee.String(band_names.get(i)));
  5. }
  6.  
  7. print(ee.String(band_names.get(0)))
  8.  
  9. ee.Number(ee.Image.bad
Add Comment
Please, Sign In to add comment