0

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

4

1 回答 1

0

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

var image = ee.ImageCollection('users/imerg/flow_acc_3s').mean()
于 2021-02-25T14:46:03.857 回答