Hi,
I’m trying to build a STAC API (I’ve spent waaay to much time trying to figure out STAC FastAPI with elasticsearch but STAC-Server worked more easily on AWS.
However, I can’t figure out how to have a hierarchy of STAC Collections within the Catalog
For example:
- Catalog
-
- Colection-AOI (I need this so I can also attach other relevant info to the AOI)
-
-
- Collection-Sensor
-
It does work when accessing the data as a Static Catalog (from file) with STAC Browser…
Is this even possible in STAC API?