GeoparquetDatasetMetadata |
Represents metadata for an entire GeoParquet dataset, which may contain multiple files.
|
GeoParquetDataStoreFactory |
DataStoreFactory for GeoParquet files, powered by DuckDB.
|
GeoParquetDialect |
SQL Dialect for GeoParquet format.
|
GeoParquetFilterToSQL |
Filter SQL encoder for GeoParquet queries.
|
GeoParquetMetadata |
Base class for GeoParquet metadata, representing the common structure of the "geo" metadata field in a GeoParquet
file.
|
GeoParquetMetadata.BboxCovering |
Represents the bounding box covering structure, mapping min/max coordinates to column names.
|
GeoParquetMetadata.Covering |
Represents the covering metadata for a geometry column.
|
GeoParquetMetadata.Geometry |
Represents the metadata for a geometry column in a GeoParquet file, including required encoding and geometry
types, and optional attributes like bounding box, CRS, and edge type.
|
GeoParquetMetadataV1_1_0 |
Represents the geospatial metadata for a GeoParquet file conforming to version 1.1.0 of the GeoParquet specification.
|
GeoParquetMetadataV1_2_0Dev |
Represents the geospatial metadata for a GeoParquet file conforming to version 1.2.0-dev of the GeoParquet
specification.
|