-
Notifications
You must be signed in to change notification settings - Fork 41
setting of gdal settings - downstream mintpy #519
Copy link
Copy link
Open
Description
ARIA-tools handles this under the hood now, but mintpy does not. so in the event you did not set it manually, minpty has issues. We should coordinate with @yunjunz perhaps to add this also set the export http cookie jar etc.
Earthdata Login cookies
export GDAL_HTTP_COOKIEFILE=/tmp/cookies.txt
export GDAL_HTTP_COOKIEJAR=/tmp/cookies.txt
VSI caching
export VSI_CACHE=YES
export VSI_CACHE_SIZE=536870912
export HDF5_USE_FILE_LOCKING=FALSE
Connection pooling
export GDAL_MAX_DATASET_POOL_SIZE=1000
Earthdata WAF compatibility
export GDAL_HTTP_MERGE_CONSECUTIVE_RANGES=NO
export GDAL_HTTP_MULTIPLEX=NO
export CPL_VSIL_CURL_USE_HEAD=NO
Network tuning
export CPL_VSIL_CURL_CHUNK_SIZE=524288
export GDAL_HTTP_MAX_RETRY=10
export GDAL_HTTP_RETRY_DELAY=3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels