03 — DuckDB Queries¶
Notebook: examples/03_duckdb_queries.py
SQL analytics on exported GeoParquet files using DuckDB.
What it demonstrates¶
query_parquet()for basic SELECT + WHERE + GROUP BYDuckSessionmulti-table: join geometry and results- Spatial queries:
ST_Area(),ST_Centroid() - The
_table alias convention - Depth-weighted area statistics
Run it¶
Requires outputs from notebook 01 (geometry parquet files).