kbgg / qgis-stac-browser

Plugin for QGIS to browse and download assets from STAC APIs
Apache License 2.0
26 stars 9 forks source link

Support Microsoft Planetary Browser STAC API #82

Open cholmes opened 3 years ago

cholmes commented 3 years ago

I can add microsoft's STAC service at https://planetarycomputer.microsoft.com/api/stac/v1 to the api list, but when I hit search I get 'Network Error: [501] Not Implemented'.

Screen Shot 2021-05-04 at 10 05 58 AM

It looks to be a STAC API 1.0.0-beta.1, with STAC core 1.0.0-beta.2, running https://github.com/stac-utils/stac-fastapi

lossyrob commented 3 years ago

Currently this API does not implement the queriables extension; this should be released in July.

Ideally this plugin can check the conformsTo links to understand what an API implements, and enable/disable features based on that (e.g. disable cloud cover if queriables is not implemented.