stac-utils / qgis-stac-plugin

QGIS plugin for reading STAC APIs
GNU General Public License v3.0
71 stars 25 forks source link

Error in downloading file, Download failed: Protocol "s3" is unknown #221

Open CChisuwo opened 1 year ago

CChisuwo commented 1 year ago

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 file, Download failed: Protocol "s3" is unknown

I am not sure what I could possibly be missing in the configuration ui or if it is an error at plugin or python level so any assistance in rectifying this will be very valuable

Cheers

svHatch commented 1 year ago

I am also getting this error but for a difference protocol:

Error in downloading file, Download failed: Protocol "abfs" is unknown

I assume this means the plugin does not support downloading assets in either S3 or in Azure Blob Storage. So perhaps this is a feature request.

wiredfool commented 1 year ago

What part of the stack handles abfs? It seems like it's how the planetary computer datasets are stored (these days anyway) and the walkthrough using qgis just fails hard on it.

RoboDonut commented 1 year ago

+1 for the abfs error

zackarno commented 4 months ago

Also noticed this error when downloading from:

mbforr commented 2 weeks ago

Getting the s3 error too. I think it has to do with some sort of call to the data on AWS S3 but not sure how to fix it.