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:Adrián Cidre González [aut, cre], Egor Kotov [aut], Rafael H. M. Pereira [aut]

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

On CRAN:

Conda:

4.59 score 13 stars 1 scripts 495 downloads 28 exports 44 dependencies

Last updated from:59de57c82f. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK145
source / vignettesOK198
linux-release-x86_64OK167
macos-release-arm64OK94
macos-oldrel-arm64OK78
windows-develOK103
windows-releaseOK110
windows-oldrelOK153
wasm-releaseOK123

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 pageTopics
Create a DuckDB connection with spatial and h3 extensionsddbh3_create_conn
Get or create default DuckDB connectionddbh3_default_conn
Get the position of an H3 cell within its parentddbh3_get_child_pos
Get parent and children H3 cellsddbh3_get_center_child ddbh3_get_children ddbh3_get_hierarchy ddbh3_get_n_children ddbh3_get_parent
Get the icosahedron faces of H3 cell indexesddbh3_get_icosahedron_faces
Get the resolution of H3 cell indexesddbh3_get_resolution
Convert H3 string or UBIGINT indexes to other representationsddbh3_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 indexesddbh3_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 representationsddbh3_lonlat_to ddbh3_lonlat_to_h3 ddbh3_lonlat_to_spatial
Convert spatial points to H3 cell representationsddbh3_points_to ddbh3_points_to_h3 ddbh3_points_to_spatial
Convert H3 cell indexes to vertex representationsddbh3_h3_to_vertex ddbh3_h3_to_vertexes ddbh3_vertex ddbh3_vertex_to_lat ddbh3_vertex_to_lon ddbh3_vertex_to_spatial