Skip to content

CompressionAlgorithm

URI: CompressionAlgorithm

Permissible Values

Value Meaning Description
LZMA None Lempel-Ziv with Markov chain algorithm, cf https://en
LZSS None Lempel-Ziv-Storer–Szymanski algorithm, cf https://en
LZ None LZ277 or LZ278 algorithms from Lempel-Ziv familly, cf https://en
LZW None Lempel-Ziv-Welch algorithm, cf https://en
Huffman_Coding None Huffman Coding algorithm, cf https://en
PPM None Prediction by partial matching algorithm, cf https://en
ANS None Entropy encoding algorithm, cf https://en
Other None Unspecified compression algorithm

Slots

Name Description
storageCompression Available compression features

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#storage-configuration

LinkML Source

name: CompressionAlgorithm
from_schema: https://w3id.org/gaia-x/development#storage-configuration
permissible_values:
  LZMA:
    text: LZMA
    description: Lempel-Ziv with Markov chain algorithm, cf https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Markov_chain_algorithm
  LZSS:
    text: LZSS
    description: Lempel-Ziv-Storer–Szymanski algorithm, cf https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Storer%E2%80%93Szymanski
  LZ:
    text: LZ
    description: LZ277 or LZ278 algorithms from Lempel-Ziv familly, cf https://en.wikipedia.org/wiki/LZ77_and_LZ78
  LZW:
    text: LZW
    description: Lempel-Ziv-Welch algorithm, cf https://en.wikipedia.org/wiki/Lempel%E2%80%93Ziv%E2%80%93Welch
  Huffman_Coding:
    text: Huffman_Coding
    description: Huffman Coding algorithm, cf https://en.wikipedia.org/wiki/Huffman_coding
  PPM:
    text: PPM
    description: Prediction by partial matching algorithm, cf https://en.wikipedia.org/wiki/Prediction_by_partial_matching
  ANS:
    text: ANS
    description: Entropy encoding algorithm, cf https://en.wikipedia.org/wiki/Asymmetric_numeral_systems
  Other:
    text: Other
    description: Unspecified compression algorithm