Replies: 2 comments 1 reply
-
Hi @zbenta - this would involve changes to |
Beta Was this translation helpful? Give feedback.
1 reply
-
That is actually probably coming from stac-fastapi-pgstac. PGStac does not modify any of the links at all, but stac-fastapi adjusts the links to make sure that all the links are relative to the url that the service is deployed on. See https://github.com/stac-utils/stac-fastapi-pgstac/blob/main/stac_fastapi/pgstac/models/links.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to create some nested collections as follows.
Parent:
Child:
I create both of them by posting the specifif json into the /collections endpoint.

When I query the collection endpoint I don't see any hierarchycal structure between the "PARENT" and "CHILD":
Also, when I inspect the "CHILD1" collection the parent is always the root collection and not "PARENT"
Any ideas on how to create nested collection? Since nested catalogs, from what I know, are not possible, I have no idea how to solve this.
Beta Was this translation helpful? Give feedback.
All reactions