-
Notifications
You must be signed in to change notification settings - Fork 3
Description
This issue is opened to track progress and facilitate discussion around implementing STAC catalog generation as part of the PDG visualization workflow. Previous related ticket: #25 [here]
Details
We recently implemented a WMTSCapabilitiesGenerator to automatically generate a WMTSCapabilities.xml document during the workflow execution. See implementation here. The next step is to define and integrate a corresponding STAC catalog.
Open Questions and Design Decisions
-
STAC Asset Representation:
Each output format for a layer (e.g., PNG tiles, GeoTIFF, GeoPackage) should be modeled as a separate STAC asset.
TBD: Decide on naming conventions. -
Catalog vs. Collection Structure:
Will we have a single top-level catalog representing the entire PDG portal, or should we simplify and start directly from collections? -
Collection Options:
Option 1: Collections represent portals (e.g., PDG, QGreenland).
Option 2: Collections represent thematic groups of layers (e.g., People, Lakes & Surface Water, Permafrost, Carbon)
Option 3: Collections represent one layer -
UI Integration:
Where should we surface the link to the static STAC catalog or API?