Display the image and explore the metadata
Copy the code below and paste it in the google earth engine.
var image = ee.Image("COPERNICUS/S2/20180101T050209_20180101T050205_T44NLN") 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?