Skip to main content

Module loader

Module loader 

Source
Expand description

Data loading for GeoParquet files

Provides unified data loading from different sources for analysis.

Structs§

AnalyzableFeature
A loaded feature for analysis
LoadedData
Loaded dataset for analysis
SampledFeature
One deterministically-sampled source feature, retaining the full geometry and property values so crate::measure can push it through the real stt-core encoder. Only sampled rows pay this retention cost; the bulk AnalyzableFeature path keeps its compact summary shape.

Enums§

DataSource
Data source specification
GeometryType
Geometry type classification
PropValue
A sampled property value retained for sample-encode measurement.

Functions§

load_data
Load data from a data source
parse_wkb_geometry
Parse a WKB/EWKB blob into a geo_types geometry.