Package: duckh3 0.1.0

duckh3: H3 Extension of 'DuckDB'
Fast & memory-efficient functions to analyze and manipulate large data sets. It leverages the fast analytical capabilities of 'DuckDB' and its spatial extension (see <https://duckdb.org/community_extensions/extensions/h3>) while maintaining compatibility with R’s spatial data ecosystem to work with spatial vector data.
Authors:
duckh3_0.1.0.tar.gz
duckh3_0.1.0.zip(r-4.7)duckh3_0.1.0.zip(r-4.6)duckh3_0.1.0.zip(r-4.5)
duckh3_0.1.0.tgz(r-4.6-any)duckh3_0.1.0.tgz(r-4.5-any)
duckh3_0.1.0.tar.gz(r-4.7-any)duckh3_0.1.0.tar.gz(r-4.6-any)
duckh3_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
duckh3/json (API)
NEWS
| # Install 'duckh3' in R: |
| install.packages('duckh3', repos = c('https://cidree.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cidree/duckh3/issues
Pkgdown/docs site:https://cidree.github.io
Last updated from:59de57c82f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 145 | ||
| source / vignettes | OK | 198 | ||
| linux-release-x86_64 | OK | 167 | ||
| macos-release-arm64 | OK | 94 | ||
| macos-oldrel-arm64 | OK | 78 | ||
| windows-devel | OK | 103 | ||
| windows-release | OK | 110 | ||
| windows-oldrel | OK | 153 | ||
| wasm-release | OK | 123 |
Exports:ddbh3_bigint_to_stringsddbh3_create_connddbh3_default_connddbh3_get_center_childddbh3_get_child_posddbh3_get_childrenddbh3_get_icosahedron_facesddbh3_get_n_childrenddbh3_get_parentddbh3_get_resolutionddbh3_h3_to_latddbh3_h3_to_londdbh3_h3_to_pointsddbh3_h3_to_spatialddbh3_h3_to_vertexddbh3_h3_to_vertexesddbh3_is_h3ddbh3_is_pentagonddbh3_is_res_class_iiiddbh3_is_vertexddbh3_lonlat_to_h3ddbh3_lonlat_to_spatialddbh3_points_to_h3ddbh3_points_to_spatialddbh3_strings_to_bigintddbh3_vertex_to_latddbh3_vertex_to_londdbh3_vertex_to_spatial
Dependencies:arrowassertthatbitbit64blobclassclassIntclicpp11DBIdbplyrdplyrduckdbduckspatiale1071genericsgeoarrowgluejsonliteKernSmoothlifecyclemagrittrMASSnanoarrowpillarpkgconfigproxypurrrR6Rcpprlangs2sfstringistringrtibbletidyrtidyselectunitsutf8uuidvctrswithrwk
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a DuckDB connection with spatial and h3 extensions | ddbh3_create_conn |
| Get or create default DuckDB connection | ddbh3_default_conn |
| Get the position of an H3 cell within its parent | ddbh3_get_child_pos |
| Get parent and children H3 cells | ddbh3_get_center_child ddbh3_get_children ddbh3_get_hierarchy ddbh3_get_n_children ddbh3_get_parent |
| Get the icosahedron faces of H3 cell indexes | ddbh3_get_icosahedron_faces |
| Get the resolution of H3 cell indexes | ddbh3_get_resolution |
| Convert H3 string or UBIGINT indexes to other representations | ddbh3_bigint_to_strings ddbh3_h3_to ddbh3_h3_to_lat ddbh3_h3_to_lon ddbh3_h3_to_points ddbh3_h3_to_spatial ddbh3_strings_to_bigint |
| Check properties of H3 cell indexes | ddbh3_is ddbh3_is_h3 ddbh3_is_pentagon ddbh3_is_res_class_iii ddbh3_is_valid ddbh3_is_vertex |
| Convert longitude and latitude to H3 cell representations | ddbh3_lonlat_to ddbh3_lonlat_to_h3 ddbh3_lonlat_to_spatial |
| Convert spatial points to H3 cell representations | ddbh3_points_to ddbh3_points_to_h3 ddbh3_points_to_spatial |
| Convert H3 cell indexes to vertex representations | ddbh3_h3_to_vertex ddbh3_h3_to_vertexes ddbh3_vertex ddbh3_vertex_to_lat ddbh3_vertex_to_lon ddbh3_vertex_to_spatial |
