Open-EO / openeo-gfmap

Generic framework for EO mapping applications building on openEO
Apache License 2.0
3 stars 0 forks source link

Make STAC collection persistent #102

Closed VincentVerelst closed 1 month ago

VincentVerelst commented 1 month ago

Related to: https://github.com/Open-EO/openeo-gfmap/issues/96

Right now if the job_manager crashes, the resulting STAC collection is lost, because it's stored in memory.

Solution: write STAC collection to file after every post_job_action.

GriffinBabe commented 1 month ago

Closed by #103