Open-EO / openeo-earthengine-driver

openEO back-end driver for Google Earth Engine.
Apache License 2.0
21 stars 7 forks source link

Implement GEE batch jobs #72

Open m-mohr opened 6 months ago

m-mohr commented 6 months ago

As of now, the openEO batch job implementation still uses pretty much the same synchronous GEE code as the synchronous openEO processing. We should implement propert batch job support for GEE.

m-mohr commented 6 months ago

Related to #15 and #77