For the EU27 croptype map, openEO generates 10000+ products. These are all separate batch jobs with their own metadata, that in fact make up a single STAC 'collection'.
Instead of keeping this in openEO, I would prefer to publish these results immediately into an external STAC or opensearch catalog.
Requirements:
- binary image needs to be published into external http based storage system (avoid expiring signed url's in openEO)
- metadata needs to be indexed into a collection, collection name can be a parameter
So I'd like to design an approach for this. One way is to add various options to save_result, or do we perhaps need an 'export_result'?
For the EU27 croptype map, openEO generates 10000+ products. These are all separate batch jobs with their own metadata, that in fact make up a single STAC 'collection'.
Instead of keeping this in openEO, I would prefer to publish these results immediately into an external STAC or opensearch catalog.
Requirements:
So I'd like to design an approach for this. One way is to add various options to save_result, or do we perhaps need an 'export_result'?