top of page

WEEK6

  • 作家相片: TANG HAORAN
    TANG HAORAN
  • 2024年3月12日
  • 讀畢需時 1 分鐘

深圳10米分辨率树高

var canopy_height = ee.Image('users/nlang/ETH_GlobalCanopyHeight_2020_10m_v1')

.clip(table);

print('canopy_height', canopy_height);

Map.addLayer(canopy_height, {}, 'Canopy Height Image');

var exportParams = {

image: canopy_height,

description: 'canopy_height_export', // 导出文件的描述

folder: 'gee_exports', // 导出文件的目标文件夹

fileNamePrefix: 'canopy_height', // 导出文件名的前缀

scale: 10, // 导出图像的分辨率

region: table.geometry() // 导出的区域

};

// 执行导出

Export.image.toDrive(exportParams);

最新文章

查看全部
WEEK13

Week 13: Wrapping up my journey of learning R programming. Consolidated my knowledge and practiced with various exercises. Feeling...

 
 
 
WEEK12

Week 12: Made significant progress in R programming. Explored advanced topics like data mining and machine learning. Excited to dive...

 
 
 

留言


Silver Team

©2024 Silver Team 版權所有。透過 Wix.com 製作的理想網站

bottom of page