Documentation ¶
Index ¶
Constants ¶
View Source
const ( BlockSize = "gdalBlockSize" NumCachedBlocks = "gdalNumCachedBlocks" WithGCS = "with-gcs" WithS3 = "with-s3" AWSRegion = "aws-region" AWSEndPoint = "aws-endpoint" AwsCredentials = "aws-shared-credentials-file" StorageDebug = "gdalStorageDebug" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GDALConfig ¶
type GDALConfig struct { BlockSize string NumCachedBlocks int StorageDebug bool WithGCS bool WithS3 bool AwsRegion string AwsEndpoint string AwsCredentials string RegisterPNG bool }
func GDALConfigFlags ¶
func GDALConfigFlags() *GDALConfig
Click to show internal directories.
Click to hide internal directories.