var data = ee.ImageCollection("COPERNICUS/S2_SR_HARMONIZED") var image=data.filterDate('2022-07-24', '2022-09-28') var dataset=image.filterBounds(aoi).select(['B2','B3','B4','B5']).first(dataset) print(dataset); Map.addLayer(dataset); Export.image.toDrive({ image:dataset, description:'sentinel', scale:10, region:aoi, })
Salam Bro can you please explain how to open the image in ENVI after download it from GEE?
var data = ee.ImageCollection("COPERNICUS/S2_SR_HARMONIZED")
var image=data.filterDate('2022-07-24', '2022-09-28')
var dataset=image.filterBounds(aoi).select(['B2','B3','B4','B5']).first(dataset)
print(dataset);
Map.addLayer(dataset);
Export.image.toDrive({
image:dataset,
description:'sentinel',
scale:10,
region:aoi,
})
thnx
Need help in something , urgently !!!!! How should I contact you ?
When was the last time Sentinel 2 data was available?
Sangat membantu sekali tutorialnya
👍
The final export to drive isn't working
Code plz