Open-EO / openeo-earthengine-driver

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

Support for ee.Arrays.* #35

Closed m-mohr closed 3 months ago

m-mohr commented 4 years ago

At the moment the driver mainly uses ee.Image and ee.ImageCollection. It might happen that there are use cases which need ee.Arrays and that would need additional conversion rules between all the other data structures and also additional processing instructions for all processes. For example, array_element should work also with ee.Array and in general all processes that are defined for array input.