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

58







                          Code editor 6

                          var visParams = {bands: ['B4', 'B3', 'B2'], max: 0.3};

                          Map.addLayer(scene, visParams, 'true-color composite');


































                       ภาพที่ 34 ภาพ Landsat 8 TOA reflectance ผสมสีภาพแบบสีจริง


                          Code editor 7

                          var l8 = ee.ImageCollection('LANDSAT/LC08/C01/T1_TOA');


                          var landsat2016 = l8.filterDate('2016-01-01', '2016-12-31');

                          Map.addLayer(landsat2016, visParams, 'l8 collection');
   61   62   63   64   65   66   67   68   69   70   71