GEE学习笔记2
1.实例1 (1)加载矢量边界数据
// load a polygon watershed boundary (here, a public vector dataset already in GEE)
// note: see tutorial linked above for guidance on importing vector datasets
var WBD = ee.FeatureCollection("USGS/WBD/2017/HUC06");
print(WBD.limit(5));
Map.addLayer(WBD, {}, 'watersheds')
(2)根据属性信息,选择想要研究的区域,如选择name=Republican的区域作为感兴趣区。
// use the inspector tool to find the name of a watershed that inte
GEE学习笔记2最先出现在Python成神之路。
版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/21671.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论