stac-utils / stac-utils/stac-fastapi

1.0.0-beta.5 children

Open
#312 4 comments 1 reaction 1 assignee View on GitHub

@moradology is already working on this.

Since Jan 13, 2022.

api layer core extension enhancement
Dominant language
Python
Stars
324
Forks
126
Avg merge
1d 22h
Merged PRs (30d)
10

Description

In the upcoming (1.0.0-beta.5) release of stac-spec, a few new conformance classes will be added. Among them is an extension which will add a /children endpoint. Quoting the tentative stac-spec document,
"A STAC API Landing Page (a Catalog) can return information about the Catalog and Collection child objects it contains using the link relation children to an endpoint /children. The purpose of this endpoint is to present a single resource from which clients can retrieve all the immediate child objects of a Catalog, which may be Catalog or Collection objects. The child link relations in a Catalog already allow for describing these relationships, but require a client to retrieve each resource URL to find any information about the children (e.g., title, description), which can cause significant performance issues in user-facing applications."
More, here: https://github.com/radiantearth/stac-api-spec/blob/5a694d5daf838e5edb974a2e7fdfa59547435340/children/README.md

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.