Replies: 1 comment
-
I'm not sure offhand, but I would encourage you to think about whether you really need to actually download the data. In our experience, it's much better to compute on the data directly where it's at (making sure your compute is in the same Azure region as the data: West Europe). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I currently use Google Earth Engine to apply a processing to a large number (50000) Sentinel-1 satellite images and then export them to a cloud bucket, in order to finally download them for local usage. Each processing/export task takes around 3 minutes, leading to a total processing duration of more than 3 months.
Would MPC be faster than GEE for such export tasks ?
Beta Was this translation helpful? Give feedback.
All reactions