Skip to content
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

Search any STAC catalog #4

Open
jo-chemla opened this issue Aug 2, 2023 · 1 comment
Open

Search any STAC catalog #4

jo-chemla opened this issue Aug 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jo-chemla
Copy link
Contributor

Search any new STAC catalog (UP42 is one):

  • UI element to give the STAC API URL (probably a STAC category within the aggregators list, with a button to add to the list or remove existing
  • parse results and columns to display in datagrid.

Could use existing STAC js tooling like m-mohr/stac-js , but there does not seem to be any JS search client library - only full-fledged apps like stac-server or leaflet layer and stac-search (to deploy a stac, these are the go-to resource: stac-fastapi and pystac)

@jo-chemla
Copy link
Contributor Author

Search STAC working on

const STAC_SEARCH_URL = 'https://planetarycomputer.microsoft.com/api/stac/v1/search'
const STAC_COLLECTIONS = ['landsat-8-c2-l2', 'sentinel-2-l2a', 'landsat-c2-l1', 'landsat-c2-l2']

Only thing left is UI elements to edit STAC catalogs being searched + make sure footprint retrieval works correctly

@jo-chemla jo-chemla added the enhancement New feature or request label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant