Skip to content

Connect to STAC Browser #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks
j08lue opened this issue Feb 25, 2025 · 0 comments
Closed
3 tasks

Connect to STAC Browser #23

j08lue opened this issue Feb 25, 2025 · 0 comments
Assignees

Comments

@j08lue
Copy link
Member

j08lue commented Feb 25, 2025

STAC Browser is the go-to tool for browsing STAC data and STAC Manager should not duplicate its powerful viewing functionalities.

We rather want to offer an easy bridge for users to open the collection or item they are seeing in STAC Manager in a linked STAC Browser.

There is a publicly available instance of STAC Browser at https://radiantearth.github.io/stac-browser/, which can display data from any external STAC API or path to STAC JSON file by adding /external/<stac-api-url>, where the STAC API URL is the path to the collection or item, e.g. https://radiantearth.github.io/stac-browser/#/external/https://eoapi.develop.eoepca.org/stac/collections/sentinel-2-l2a/items/S2B_MSIL2A_20231231T100329_N0510_R122_T33UYU_20231231T110801

Many platforms also deploy their own STAC Browser instance with minor customizations (styling or auth integration), e.g.

It is probably most portable to use the /external/<stac-api-base-url>/collections/<collection-id>/items/<item-id> directive, but some STAC Browser deployments also support specifying /collections/<collection-id> etc. because they have a default STAC API configured.

For example, these two are interchangeable:

I'd say we can stick to /external, though.

Acceptance criteria

  • STAC Browser URL is configured in the deployment
  • Works for the Radiant Earth provided STAC Browser instance (perhaps use this as default, rather than blank by default)
  • STAC Manager can link to the corresponding collection or item view in STAC Browser
@j08lue j08lue changed the title How to connect STAC Browser Connect to STAC Browser Feb 25, 2025
@j08lue j08lue added this to the MVP milestone Feb 25, 2025
danielfdsilva added a commit that referenced this issue Feb 26, 2025
@j08lue j08lue closed this as completed Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants