You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the GFMapJobManager writes static STAC collections to disk. For very large job databases this quickly becomes unfeasible. Therefore, we need to support STAC API's to write asset STAC metadata.
Basically create a separate class to manage STAC collections in the GFMAP manager. One way of doing it would be to create a base abstract class for the GFMAPJobManager to interract with stac elements and derived classes for different implementations (for example: local pystac catalogue, or interraction to a STAC server with pystac_client)
GriffinBabe
changed the title
Support STAC API in GFMapJobManager
Support STAC API in GFMapJobManager & separate STAC management in different class
Sep 12, 2024
Currently, the GFMapJobManager writes static STAC collections to disk. For very large job databases this quickly becomes unfeasible. Therefore, we need to support STAC API's to write asset STAC metadata.
WorldCereal/worldcereal-classification#144
The text was updated successfully, but these errors were encountered: