GEE Video #18 || How to Select Bands in Google Earth Engine || Select Bands in GEE ||

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ค. 2024
  • Please Subscribe this TH-cam Channel. You will be helpful with this channel. Please like and share the videos. And comment me if any query or any suggestion. Thank you.
    GEE Codes:
    // How to select bands of sentinel 2A data in Google Earth engine
    var roi = ee.Geometry.Polygon(
    [[83.18764488265757,24.695392615458644],
    [87.62612144515757,24.695392615458644],
    [87.62612144515757,26.282043542122192],
    [83.18764488265757,26.282043542122192],
    [83.18764488265757,24.695392615458644]])
    Map.addLayer(roi, {}, 'roi' , false)
    Map.centerObject(roi, 11)
    //now call the sentinel data
    var data = ee.ImageCollection("COPERNICUS/S2")
    .filterDate('2024-01-01','2024-03-01')
    .filter(ee.Filter.lt('CLOUDY_PIXEL_PERCENTAGE',10))
    .filterBounds(roi)
    //.select('B2', 'B3', 'B4','B5', 'B6', 'B7', 'B8' , 'B11', 'B12')
    //.select('B4')
    .select("B[0-9]*")
    .median()
    .clip(roi)
    ;
    print(data)
    ArcMap Fundamentals
    • ArcMap Fundamentals
    Google Earth
    • Google Earth
    Google Earth Engine
    • Google Earth Engine
    Research Methodology
    • Research Methodology
    R STUDIO
    • R STUDIO
    Hydraulics
    • Hydraulics
    Excel Fundamentals
    • MS Excel
    Topographical Map
    • Topographical Map
    Shapefile Editing
    • Shapefile Editing
    MS Word
    • MS Word
    Data Downloading
    • Data Downloading
    #ursgisg
    #gee
    #googleearthengine

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