Skip to content

setting of gdal settings - downstream mintpy #519

Description

@dbekaert

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions