Open-EO / openeo-geotrellis-extensions

Java/Scala extensions for Geotrellis, for use with OpenEO GeoPySpark backend.
Apache License 2.0
5 stars 3 forks source link

refactor: merge (Spark)BatchJobMetadataTracker and ScopedMetadataTracker #149

Open bossie opened 1 year ago

bossie commented 1 year ago

Figuring out the nuances of (Spark)BatchJobMetadataTracker in the context of #281 introduced the ScopedMetadataTracker with proper support for scopes (global, batch job, request, ...); these implementations should be merged.

There's also this TODO to address: https://github.com/Open-EO/openeo-geopyspark-driver/blob/54defbf1883ed68215dbea4fbca3dca407dd6538/openeogeotrellis/backend.py#L403