Skip to content

Commit e5c7e0f

Browse files
authored
Remove CPL_VSIL_CURL_ALLOWED_EXTENSIONS to allow opening assets of any extension (#75)
AFAICT, this isn't doing anything for us since we have `GDAL_DISABLE_READDIR_ON_OPEN="EMPTY_DIR"`, so no sense in blocklisting other file extension.
1 parent 72df948 commit e5c7e0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stackstac/rio_reader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def log_event(topic: str, msg: dict) -> None:
4848
# Default GDAL configuration options
4949
DEFAULT_GDAL_ENV = LayeredEnv(
5050
always=dict(
51-
CPL_VSIL_CURL_ALLOWED_EXTENSIONS="tif", # don't really know what this does. may not be necessary/desireable
5251
GDAL_HTTP_MULTIRANGE="YES", # unclear if this actually works
5352
GDAL_HTTP_MERGE_CONSECUTIVE_RANGES="YES",
5453
# ^ unclear if this works either. won't do much when our dask chunks are aligned to the dataset's chunks.

0 commit comments

Comments
 (0)