An open API service indexing awesome lists of open source software.

https://github.com/mdsumner/vorsph

simple play version spherical Voronoi from xyz
https://github.com/mdsumner/vorsph

Last synced: 4 months ago
JSON representation

simple play version spherical Voronoi from xyz

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# vorsph

[![R build status](https://github.com/mdsumner/vorsph/workflows/R-CMD-check/badge.svg)](https://github.com/mdsumner/vorsph/actions)

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

## Usage

![R console and Voronoi sphere plot](man/figures/2020-09-09_22_21_19-RConsole.png)

## 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](https://github.com/) with:

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

Please note that the vorsph project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.