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

Ability to filter STAC data by COGs #66

Closed
1 task done
heidimok opened this issue Jun 28, 2023 · 5 comments
Closed
1 task done

Ability to filter STAC data by COGs #66

heidimok opened this issue Jun 28, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@heidimok
Copy link
Collaborator

heidimok commented Jun 28, 2023

  • stac ipyleaflet version: for release 0.3.0
  • Python version: python >= 3.9 (some of the widgets are incompatible at v 3.8)
  • Reference column Number 16 in the MAAP-ipyleaflet-DevRoadmap

Context

Release 0.2.0 of stac_ipyleaflet allows users to select a collection from the STAC data catalog.
image
image

Problem

Many of the collections don't have COGs, and as a result won't have anything visual to display on the map. It can be frustrating to click around without knowing which collections will have a visual output.
image

Acceptance Criteria

  • UI that allows users to filter STAC data catalog by items that actually have something visual (COGS) to display on map
@emmalu
Copy link
Collaborator

emmalu commented Jun 29, 2023

It could also be an option to filter non-compatible Collections by default. Will need to look at the metadata at the Collections level - it would be optimal to know the Collection's Items formats, without having to query for the items.

@sandrahoang686
Copy link
Collaborator

I will be taking this ticket to get started

@heidimok
Copy link
Collaborator Author

heidimok commented Jul 11, 2023

Just contributing some ideas from a UI perspective we can all talk through more.

Question - is the filter at the collections level or the items level?

  • Collections level: image

  • Items level: image or another possibility is a toggle by the title
    image

@emmalu
Copy link
Collaborator

emmalu commented Jul 25, 2023

Question - is the filter at the collections level or the items level?

I believe it's both, although what's missing in the current build is at the Collections level.

@emmalu emmalu added the enhancement New feature or request label Jul 28, 2023
@emmalu
Copy link
Collaborator

emmalu commented Aug 4, 2023

This is reading from the item_assets property on the selected Catalog Collection.

@emmalu emmalu closed this as completed Aug 8, 2023
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

3 participants