I see that Earth Engine has 'ee.Terrain.slope()', but is there a way I can use another python library to calculate flow accumulation - like in pyDEM or pygeoprocessing?
Asked
Active
Viewed 489 times
0
-
There is a flow accumulation asset available at WWF/HydroSHEDS/15ACC – Jesse Anderson Apr 25 '18 at 20:17
-
Thanks @blindjesse. Unfortunately 15 arc-seconds is too coarse for my application. – Dudely Apr 26 '18 at 20:29
1 Answers
0
There's a 3 arc-second flow accumulation dataset available via:
var image = ee.ImageCollection('users/imerg/flow_acc_3s').mean()

CrossLord
- 574
- 4
- 20