Interface SemanticDuckDbGeometrySourceExperimental

Physical GeoParquet geometry metadata required by the semantic compiler.

interface SemanticDuckDbGeometrySource {
    bboxColumn?: string;
    encoding: GeometryEncoding;
    field: string;
}

Properties

bboxColumn?: string

Optional GeoParquet 1.1 bbox-covering struct column.

field: string

Logical SourceSchemaV2 field carrying the physical geometry column path.