0

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?

Dudely
  • 3
  • 3

1 Answers1

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