Skip to content

Commit

Permalink
accept non-tiff files
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 5, 2023
1 parent f19cf4e commit eda2e2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployment/aws/cdk/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class StackSettings(pydantic.BaseSettings):
# For more information on GDAL env see: https://gdal.org/user/configoptions.html
# or https://developmentseed.org/titiler/advanced/performance_tuning/
env: Dict = {
"CPL_VSIL_CURL_ALLOWED_EXTENSIONS": ".tif,.TIF,.tiff",
"GDAL_CACHEMAX": "200", # 200 mb
"GDAL_DISABLE_READDIR_ON_OPEN": "EMPTY_DIR",
"GDAL_INGESTED_BYTES_AT_OPEN": "32768", # get more bytes when opening the files.
Expand Down

0 comments on commit eda2e2a

Please sign in to comment.