简介
本文介绍如何使用GEE(Google Earth Engine)下载STRM30m分辨率高程数据并用ArcMap加载行政边界裁剪栅格图层。
准备工作
- 申请Google账号
- 注册Google Drive
- 在GEE上进行注册(https://earthengine.google.com/)
- 搜索STRM 30m,选择红框中的那个:(https://developers.google.com/earth-engine/datasets/catalog/USGS_SRTMGL1_003)
编写代码下载到Google Drive中
- 在图中框选自己要下载的区域
- 输入以下代码,可同时下载高程和坡度数据,其中scale就是设置分辨率
var elevation = dataset.select('elevation');
var slope = ee.Terrain.