|
| 1 | +--- |
| 2 | +warning: DO NOT CHANGE THIS MANUALLY, THIS IS GENERATED BY https://github/duckdb/community-extensions repository, check README there |
| 3 | +title: a5 |
| 4 | +excerpt: | |
| 5 | + DuckDB Community Extensions |
| 6 | + Hierarchical pentagonial indexing for geospatial data that is equal-area and millimeter accurate. |
| 7 | +
|
| 8 | +docs: |
| 9 | + extended_description: | |
| 10 | + For more information regarding usage, see the [documentation](https://query.farm/duckdb_extension_a5.html). |
| 11 | +extension: |
| 12 | + build: cmake |
| 13 | + description: Hierarchical pentagonial indexing for geospatial data that is equal-area and millimeter accurate. |
| 14 | + language: C++ |
| 15 | + license: Apache-2.0 |
| 16 | + maintainers: |
| 17 | + - rustyconover |
| 18 | + name: a5 |
| 19 | + requires_toolchains: rust |
| 20 | + excluded_platforms: "wasm_mvp;wasm_eh;wasm_threads;" |
| 21 | + version: 2025101102 |
| 22 | +repo: |
| 23 | + github: query-farm/a5 |
| 24 | + ref: b61ebc04de40e9e36d150c9743f4e80a518ca99a |
| 25 | + |
| 26 | +extension_star_count: 2 |
| 27 | +extension_star_count_pretty: 2 |
| 28 | +extension_download_count: null |
| 29 | +extension_download_count_pretty: n/a |
| 30 | +image: '/images/community_extensions/social_preview/preview_community_extension_a5.png' |
| 31 | +layout: community_extension_doc |
| 32 | +--- |
| 33 | + |
| 34 | +### Installing and Loading |
| 35 | +```sql |
| 36 | +INSTALL {{ page.extension.name }} FROM community; |
| 37 | +LOAD {{ page.extension.name }}; |
| 38 | +``` |
| 39 | + |
| 40 | +{% if page.docs.hello_world %} |
| 41 | +### Example |
| 42 | +```sql |
| 43 | +{{ page.docs.hello_world }}``` |
| 44 | +{% endif %} |
| 45 | +
|
| 46 | +{% if page.docs.extended_description %} |
| 47 | +### About {{ page.extension.name }} |
| 48 | +{{ page.docs.extended_description }} |
| 49 | +{% endif %} |
| 50 | +
|
| 51 | +### Added Functions |
| 52 | +
|
| 53 | +<div class="extension_functions_table"></div> |
| 54 | +
|
| 55 | +| function_name | function_type | description | comment | examples | |
| 56 | +|---------------|---------------|-------------|---------|----------| |
| 57 | +| a5_area | scalar | NULL | NULL | NULL | |
| 58 | +| a5_boundary | scalar | NULL | NULL | NULL | |
| 59 | +| a5_cell | scalar | NULL | NULL | NULL | |
| 60 | +| a5_children | scalar | NULL | NULL | NULL | |
| 61 | +| a5_lon_lat | scalar | NULL | NULL | NULL | |
| 62 | +| a5_num_cells | scalar | NULL | NULL | NULL | |
| 63 | +| a5_parent | scalar | NULL | NULL | NULL | |
| 64 | +| a5_res0_cells | scalar | NULL | NULL | NULL | |
| 65 | +| a5_resolution | scalar | NULL | NULL | NULL | |
| 66 | +
|
| 67 | +
|
0 commit comments