How to download Sentinel 2 image from Google Earth Engine

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 9

  • @ahmedduzce
    @ahmedduzce ปีที่แล้ว

    Salam Bro can you please explain how to open the image in ENVI after download it from GEE?

  • @Мармонт-х7ь
    @Мармонт-х7ь ปีที่แล้ว +9

    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,
    })

  • @omvshal
    @omvshal 10 หลายเดือนก่อน

    Need help in something , urgently !!!!! How should I contact you ?

  • @majidheydari1003
    @majidheydari1003 ปีที่แล้ว

    When was the last time Sentinel 2 data was available?

  • @aprianto1985
    @aprianto1985 ปีที่แล้ว

    Sangat membantu sekali tutorialnya

  • @bindhushreeg1758
    @bindhushreeg1758 2 ปีที่แล้ว

    The final export to drive isn't working

  • @fakharulislam2519
    @fakharulislam2519 2 ปีที่แล้ว

    Code plz