Page 72 - การประยุกต์ใช้ฐานข้อมูลการสำรวจระยะไกลจากซอฟต์แวร์รหัสเปิดและคลาวด์คอมพิวติง เพื่องานพัฒนาที่ดิน
P. 72

64
































                       ภาพที่ 38 ภาพดัชนี NDVI ที่ค านวณจากข้อมูลภาพถ่ายดาวเทียม Lansat




                          Code Editor 12


                          // Create a chart.
                          var chart = ui.Chart.image.series({
                          imageCollection: withNDVI.select('NDVI'),
                            region: roi,

                            reducer: ee.Reducer.first(),
                            scale: 30

                          }).setOptions({title: 'NDVI over time'});


                         // Display the chart in the console.
                         print(chart);
   67   68   69   70   71   72   73   74   75   76   77