Display the image and explore the metadata
Copy the code below and paste it in the google earth engine.
var image = ee.Image("LANDSAT/LC08/C01/T1_SR/LC08_141055_20170113"); print(image); Map.addLayer(image,{min:??,max:??,bands:"??,??,??"})
- Set the min max at the ??.
- set the bands to display red, green, blue.
- diplay the swir1, nir and red bands.
- When was the image taken?
- how much cloud cover does the image has?