Have missed this until now: Query.Farm developed and develops a DuckDB community extension that supports the A5 DGGS1 (see here for more background).
Development started in April. Looking at the repo, the internal version number seems to be at 0.4.2. Somewhat confusingly, the documentation puts the extension under the MIT license, while the repo itself carries the Apache 2.0 license.
Current functionality encompasses the following:
- Conversion functions:
a5_lonlat_to_cell
a5_cell_to_lonlat
- Core / geometry functions:
a5_cell_to_boundary
a5_cell_area
a5_get_resolution
- Hierarchy / relationship functions:
a5_cell_to_children
a5_cell_to_parent
- Utility functions:
a5_get_num_cells
a5_get_res0_cells
Footnotes
Discrete Global Grid System↩︎