-
Notifications
You must be signed in to change notification settings - Fork 109
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
RasterIO errors #53
Comments
👋 Hi @zags, thanks for opening this issue.
as explained in rasterio/rasterio#1289 and #19 ? Please feel free to close if it solve your issue. |
Setting the following fixes it for landsat:
I'm still getting the error for sentinel.
|
@zags this is an platform specific, do you have gdal installed, how did you installed rasterio ? can you try |
I do have gdal installed and rasterio was installed via PIP. gdalinfo tells me
I have ~/.boto and ~/.aws/config files with my keys |
This is a configuration problem (not a rio-tiler issue). I'm really sorry. checkout http://boto3.readthedocs.io/en/latest/guide/configuration.html it might help. |
The RioTiler issue is the completely undecipherable error messages. If it's an authentication problem, this should be reflected in the resulting error |
I understand but that's a GDAL/Rasterio error. |
Fixing the GDAL configuration does not solve this problem. GDAL then gives:
|
I'm getting inconsistent and unhelpful rasterio errors whenever I try to use this library. Running the following code:
first gives me the error:
Running the same command again gives me
I get this behavior on both Sentilel and Landsat. I get this on all versions of rio_tiler, ranging from 0.0.3 to 1.0rc1
I've already tried the solutions in #52 and rasterio/rasterio#1289; neither helps.
The text was updated successfully, but these errors were encountered: