Package: h3r
Type: Package
Title: Hexagonal Hierarchical Geospatial Indexing System
Version: 0.1.1
Date: 2024-03-12
Authors@R: c(
    person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")),
    person("Ray", "Shao", ,"rshao@symbolix.com.au", role = c("aut"))
    )
Description: Provides access to Uber's 'H3' geospatial indexing system via 'h3lib' 
  <https://CRAN.R-project.org/package=h3lib>. 'h3r' is designed to mimic the 'H3' 
  Application Programming Interface (API) <https://h3geo.org/docs/api/indexing/>, 
  so that any function in the API is also available in 'h3r'.
License: MIT + file LICENSE
URL: https://symbolixau.github.io/h3r/
BugReports: https://github.com/symbolixau/h3r/issues
Encoding: UTF-8
LazyData: true
Depends: h3lib (>= 0.1.3), R (>= 2.10)
LinkingTo: h3lib
Suggests: sfheaders, tinytest
RoxygenNote: 7.3.1
NeedsCompilation: yes
Packaged: 2024-03-11 23:30:48 UTC; david
Author: David Cooley [aut, cre],
  Ray Shao [aut]
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2024-03-12 13:20:02 UTC
Built: R 4.4.2; x86_64-w64-mingw32; 2024-12-08 02:04:04 UTC; windows
Archs: x64
