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
- Host: GitHub
- URL: https://github.com/mdsumner/vorsph
- Owner: mdsumner
- Created: 2020-09-09T12:10:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T02:15:18.000Z (almost 6 years ago)
- Last Synced: 2025-07-12T01:38:59.588Z (11 months ago)
- Language: R
- Homepage: https://mdsumner.github.io/vorsph/
- Size: 135 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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
[](https://github.com/mdsumner/vorsph/actions)
The goal of vorsph is to create Voronoi edges from XYZ points on the sphere.
## Usage

## 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.