Skip to content

GISPulse v2.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 12:53
· 32 commits to main since this release
1265827

[2.2.1]

Added

  • DuckDB-file datamarts (DP2b). A datamart can now be backed by a single
    DuckDB database file (kind="duckdb") instead of one Parquet file per
    table: datamart://<mart>/<table> attaches the .duckdb file read-only
    and selects the table, with bbox push-down via ST_Intersects.
    GISPULSE_DATAMARTS accepts "kind": "duckdb".