有没有办法用 python 计算 google 地球引擎中的流量累积?
Is there a way to calculate flow accumulation in google earth engine with python?
我看到 Earth Engine 有 'ee.Terrain.slope()',但有没有办法我可以使用另一个 python 库来计算流量累积 - 比如在 pyDEM 或 pygeoprocessing 中?
有一个 3 弧秒流量累积数据集可通过以下方式获得:
var image = ee.ImageCollection('users/imerg/flow_acc_3s').mean()
我看到 Earth Engine 有 'ee.Terrain.slope()',但有没有办法我可以使用另一个 python 库来计算流量累积 - 比如在 pyDEM 或 pygeoprocessing 中?
有一个 3 弧秒流量累积数据集可通过以下方式获得:
var image = ee.ImageCollection('users/imerg/flow_acc_3s').mean()