Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Nested collection support#277

Unanswered
faoFurkanMacit asked this question inQ&A
Jul 15, 2024· 1 comments· 4 replies
Discussion options

Hi, as you may know stac specification supports a collection having other collections as children. However, i do not think the application supports that at the moment. Do you have a future plan for such feature, if not can you give me a guideline to implement that ? Thanks

You must be logged in to vote

Replies: 1 comment 4 replies

Comment options

Hi@faoFurkanMacit This is supported presently by setting the parent link in a stac collection. To find all the children of a collection you would have to crawl your collections and create a graph. I am not sure how this could be improved but I am definitely interested in hearing any ideas.

You must be logged in to vote
4 replies
@faoFurkanMacit
Comment options

Correct me if i am wrong but even if we make the parent link of children collections we still are not able to get the child using an endpoint like below
{base_url}/collections/{parent_collections}/{child_collection} .
Couldn't it be made more natively ?

@jonhealy1
Comment options

Hi. You are correct. To introduce a better way to crawl collections you would have to propose changes to the STAC api spec itself or maybe propose a new STAC extension that could add new routes to STAC apis like this one.

@jonhealy1
Comment options

I see that there is a children extension alreadyhere - we would have to add support for something like this to sfeos

@faoFurkanMacit
Comment options

That seems useful however, i believe there should be a way to achieve that without having that extension because it is just a proposal and stac spec has been allowing collections having another collection as a child. Unfortunately i was not able to find a published, good example

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@faoFurkanMacit@jonhealy1

[8]ページ先頭

©2009-2025 Movatter.jp