The goal of vorsph is to create Voronoi edges from XYZ points on the sphere.

Usage

R console and Voronoi sphere plot

TODO

  • return index of edges of cells (to build polygons etc.)
  • segmentize edges as spherical curves (geosphere or better s2)
  • etc.

Installation

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("mdsumner/vorsph")

Please note that the vorsph project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.