In [18]: c.query("""COPY(
...: select site_id, unnest(h3_compact_cells(h3_cell_group)) as h3_cell fr
...: om (select site_id, array_agg(h3_cell) as h3_cell_group from dftocompact
...: group by site_id))
...: to 'natura2000_h3_compact.parquet' (FORMAT 'parquet');""")
zsh: bus error .../bin/ipython
Seems like compacting a group of cells from a polyfill is harder than intended
Seems like compacting a group of cells from a polyfill is harder than intended