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

Filtering of COG Capable Data #87

Open
2 tasks
wildintellect opened this issue Aug 4, 2023 · 0 comments
Open
2 tasks

Filtering of COG Capable Data #87

wildintellect opened this issue Aug 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@wildintellect
Copy link
Collaborator

  • stac ipyleaflet version: 0.3.0

Description

#75 added a filter to the STAC selection to by default only list Collections that have COGs. While it works it relies on item_assests being empty, which in itself is an error on the data loading of the STAC records.
image
https://stac.maap-project.org/collections/Global_Forest_Change_2000-2017

Long term, the presence of MediaType=COG within any Asset is actually what we need to filter on (and gives us the option to add other Media types later)

image
https://stac.maap-project.org/collections/NCEO_Africa_AGB_100m_2017

Stac Browser seems to have this feature, so we can look into it's implementation
image

Acceptance Criteria

  • Upgrade the filtering to check Asset MediaTypes on the Collection to determine if it should be shown to users. COG being the first format supported.
  • Make sure to make adding additional types to the filter is possible. (e.g. GeoJson, Flatgeobuf might be added fairly soon)
@wildintellect wildintellect added the enhancement New feature or request label Aug 4, 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

1 participant