Skip to main content

Module geoparquet

Module geoparquet 

Source
Expand description

Read data from and write data in stac-geoparquet.

Structs§

BrotliLevel
Represents a valid brotli compression level.
GzipLevel
Represents a valid gzip compression level.
Metadata
stac-geoparquet metadata
Writer
Write items to stac-geoparquet.
WriterBuilder
Builder for a stac-geoparquet writer.
WriterEncoder
An encoder for writing stac-geoparquet
WriterOptions
Options for writing stac-geoparquet files.
WriterState
Shared state for STAC geoparquet writers (both sync and async).
ZstdLevel
Represents a valid zstd compression level.

Enums§

Compression
Supported block compression algorithms.

Constants§

DEFAULT_STAC_MAX_ROW_GROUP_ROW_COUNT
Default stac-geoparquet max row group row count
METADATA_KEY
The stac-geoparquet metadata key.
VERSION
The stac-geoparquet version.

Traits§

FromGeoparquet
Create a STAC object from geoparquet data.
IntoGeoparquet
Write a STAC object to geoparquet.

Functions§

default_compression
Default stac-geoparquet compression
from_reader
Reads a ItemCollection from a ChunkReader as stac-geoparquet.
from_reader_iter
Returns an iterator that yields batches of Items from a ChunkReader.
into_writer
Writes a ItemCollection to a std::io::Write as stac-geoparquet.
into_writer_with_compression
Writes a ItemCollection to a std::io::Write as stac-geoparquet with the provided compression.