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

load_stac: explicitly request proj metadata from STAC API #781

Closed
bossie opened this issue May 27, 2024 · 1 comment
Closed

load_stac: explicitly request proj metadata from STAC API #781

bossie opened this issue May 27, 2024 · 1 comment
Assignees
Labels

Comments

@bossie
Copy link
Collaborator

bossie commented May 27, 2024

Discovered in the context of #778.

load_stac interprets properties proj:epsg, proj:shape and proj:bbox in the STAC item metadata but by default STAC APIs, like our own, only tend to return the bare minimum of metadata to make it a valid STAC Item i.e. datetime.

We should therefore explicitly request these properties from the API to make use of them.

@bossie bossie self-assigned this May 27, 2024
@bossie bossie added the bug label May 27, 2024
bossie added a commit that referenced this issue May 28, 2024
bossie added a commit to Open-EO/openeo-geotrellis-extensions that referenced this issue May 28, 2024
@bossie
Copy link
Collaborator Author

bossie commented May 28, 2024

Works on staging with process graph from #778.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant