Package: h3r
Type: Package
Title: Hexagonal Hierarchical Geospatial Indexing System
Version: 0.1.2
Date: 2024-12-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.4), R (>= 2.10)
LinkingTo: h3lib
Suggests: sfheaders, tinytest
RoxygenNote: 7.3.1
NeedsCompilation: yes
Packaged: 2024-12-13 00:03:24 UTC; dave
Author: David Cooley [aut, cre],
  Ray Shao [aut]
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2024-12-13 00:20:02 UTC
