cmd

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

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

func InitGDAL

func InitGDAL(ctx context.Context, gdalConfig *GDALConfig) error

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL