Skip to content
New issue

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

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

Already on GitHub? # to your account

Add basic STAC-API support #17

Merged
merged 11 commits into from
Nov 30, 2021
Merged

Add basic STAC-API support #17

merged 11 commits into from
Nov 30, 2021

Conversation

Samweli
Copy link
Collaborator

@Samweli Samweli commented Nov 25, 2021

Fixes #5 and #6

Adds basic plugin API client support for searching and fetching STAC items and collections. This includes a content fetching task which extends the QgsTask class in order to be able to run on the background and not blocking the UI when querying the requested resources.

This PR also has tests changes, that tests the newly added logic for fetching STAC resources in the plugin, these changes contain a mocked STAC API server to test against the plugin API client functionality.

@Samweli Samweli marked this pull request as ready for review November 30, 2021 11:19
@Samweli Samweli merged commit 753c923 into stac-utils:main Nov 30, 2021
@Samweli Samweli mentioned this pull request Nov 30, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement support for the STAC API
1 participant