Expand description
Data loading for GeoParquet files
Provides unified data loading from different sources for analysis.
Structs§
- Analyzable
Feature - A loaded feature for analysis
- Loaded
Data - Loaded dataset for analysis
- Sampled
Feature - One deterministically-sampled source feature, retaining the full geometry
and property values so
crate::measurecan push it through the real stt-core encoder. Only sampled rows pay this retention cost; the bulkAnalyzableFeaturepath keeps its compact summary shape.
Enums§
- Data
Source - Data source specification
- Geometry
Type - Geometry type classification
- Prop
Value - 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_typesgeometry.