stac-utils / stac-fastapi-pgstac

PostgreSQL backend for stac-fastapi using pgstac (https://github.com/stac-utils/pgstac)
MIT License
49 stars 22 forks source link

Nested catalogs in stac-fastapi-pgstac #79

Open noelalonso opened 8 months ago

noelalonso commented 8 months ago

I have a Static Catalog with multiple subcatalogs (organized large catalogs conform to stac-spec best practices). I'm trying to build a STAC API with the same hierarchical structure without success.

Is possible to create a hierarchical structure with nested catalogs in stac-fastapi-pgstac?

MichaelBitard commented 6 months ago

It is not possible right now, but we may be working on it in the next days/weeks, so we may have a PR ready at some point.

bkanuka commented 6 months ago

@MichaelBitard what's your general idea for implementing this? Are there any reasonable workarounds you know of?