有没有办法用python计算谷歌地球引擎中的流量累积?

时间:2018-04-17 00:20:48

标签: python google-earth-engine

我看到Earth Engine有'ee.Terrain.slope()',但有没有办法可以使用另一个python库来计算流量累积 - 比如在pyDEM或pygeoprocessing中?

1 个答案:

答案 0 :(得分:0)

可通过以下方式获得 3 弧秒流量累积数据集:

var image = ee.ImageCollection('users/imerg/flow_acc_3s').mean()