Crate thc

Source
Expand description

The H3 Compressor (THC).

This library allows to compress an H3 cell set into a compacted space-efficient representation.

This is especially useful for on-disk storage or on-wire transmission.

Enums§

DecodingError
Errors related to the decoding process.

Functions§

compress
Compress a sorted stream of cell indexes.
decompress
Decompress the bytes into a stream of sorted cell indexes.