We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CPL_VSIL_CURL_ALLOWED_EXTENSIONS
1 parent 72df948 commit e5c7e0fCopy full SHA for e5c7e0f
stackstac/rio_reader.py
@@ -48,7 +48,6 @@ def log_event(topic: str, msg: dict) -> None:
48
# Default GDAL configuration options
49
DEFAULT_GDAL_ENV = LayeredEnv(
50
always=dict(
51
- CPL_VSIL_CURL_ALLOWED_EXTENSIONS="tif", # don't really know what this does. may not be necessary/desireable
52
GDAL_HTTP_MULTIRANGE="YES", # unclear if this actually works
53
GDAL_HTTP_MERGE_CONSECUTIVE_RANGES="YES",
54
# ^ unclear if this works either. won't do much when our dask chunks are aligned to the dataset's chunks.
0 commit comments