qgis-stac-plugin
qgis-stac-plugin copied to clipboard
QGIS plugin for reading STAC APIs
In the STAC API plugin I was able to connect the BDC(Brazil Data Cube) and visualize the cubes, I was also able to do the spatial query, I see the...
I am not able to install the plugin on different machines, the error is this: ImportError: cannot import name 'QgsPointCloudLayer' from 'qgis.core' (C:/PROGRA~1/QGIS3~1.16/apps/qgis-ltr/./python\qgis\core\__init__.py) Could you give me a hint on...
This PR implements #217 It provides support for loading assets from GDAL Virtual File Systems keys.
if a STAC endpoint is non-compliant or, as is the case currently with pycsw, is an incomplete implementation, the plugin should give appropriate feedback to the user rather than erroring...
This makes it possible to pass API headers from a `QgsAuthMethodConfig` to `pystac_client.Client.open`. To do this right we would definitely want a more thorough treatment of alternative authentication options but...
I have an api that requires a header `Authorization: Bearer ` to use. I configured this in the STAC API Plugin UI, but when I do Test Connection, the server...
From what I understand GH-218 provides support for loading assets that require signed URLs (relying on the mysterious undocumented `gdal.GetSignedURL()` method). Also, it looks like this is intended to work...
The QGIS application provides an authentication [framework](https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html) for different data providers. We need to integrate the plugin so that it works with all types of authentication that are supported by...
Hello, I am attempting to download S2 imagery using the qgis-stac-plugin. However I am unable to access any of the geotiffs as i am getting the error: `Error in downloading...
When I have an Item that has an asset of type geojson, the "Add asset as layer" button is disabled for that item. For example: ```json { "type": "Feature", ......