geometries
geometries copied to clipboard
R package for creating and manipulating geometric data structures
I ran `usethis::use_github_action("check-standard")`, You may also consider adding a workflow to deploy the website: `usethis::use_pkgdown_github_pages()` may be helpful, since the current website version is 0.1.0
actually - doing this in [`sfheders`](https://github.com/dcooley/sfheaders/issues/80)
```r geometries:::rcpp_rleid(1:20, 1:20) ```
@mdsumner - I figured it would be good to sketch out designs / requirements for supporting scilicate / hypertidy structures and the like. I've started porting all the utility functions...
General function to extract any dimensions, and any nesting of coordinates --- TODO v0.1 - [x] R-facing function - [x] return data.frame with column names - [ ] Vignette entry...
returning unique coordinates (and their indices).
A lot of the internal functions from `sfheaders`, like `get_sfc_coordinates()`, will have a lot of use. These need to be brought across and documented