GdalDataSet.OverviewCompression Property
Gets or sets the compression type to use when creating overviews.
Syntax
public System.String OverviewCompression { get; set; }
Property Value
Default: "PACKBITS"
A string identifying the compression type.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
Overviews are compressed to save disk space, use this property to control which compression algorithm that is used. Possible values are:
PACKBITS
DEFLATE
LZW
NONE
Platforms
Windows, Linux, Android