S3 as source for GeoTIFF is slow. #288
Unanswered
meteoDaniel
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@meteoDaniel I'm not sure I understand the questions 🤷♂️
S3 is pretty fast, if creating tiles using TiTiler is slow, it might due to your GDAL configuration . @kylebarron started a doc over https://github.com/developmentseed/titiler/blob/0a5288de30845865256a0124ed233f918812aa78/docs/concepts/performance_tuning.md to explain what GDAL env can impact TiTiler
specifics ?
yes, titiler uses rasterio which use GDAL. if gdal have access to your GeoTIFF, TiTiler will work fine. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have uploaded a 1MB GeoTIFF into a S3 bucket.
I am wondering now because it is much slower compared to classic server hosting.
A few questions come to my mind:
Do you know why S3 is slow?
What s the best way of serving tiles? Is it possible to run titiler and use local GeoTIFF files?
Thanks a lot :)
Beta Was this translation helpful? Give feedback.
All reactions