spatsoc
spatsoc copied to clipboard
:package: spatsoc is an R package for detecting spatial and temporal groups in GPS relocations.
With #70 using the env argument, refactor all functions to use this safer+cleaner+more readable interface for programming on data.table. Ref: https://rdatatable.gitlab.io/data.table/articles/datatable-programming.html Non-exhaustive list: - [ ] `centroid_group` - [ ]...
Use Markdown docs throughout. Despite having markdown = TRUE turned on, docs don't use it Ref: https://roxygen2.r-lib.org/articles/rd-formatting.html
Vignette describing new spatial interface Related to #116 - [ ] show errors and one option to resolve when missing values in coords and using calc_direction
Provide an alternative interface with {sf} using a geometry column. - [x] get_geometry function (#117) - [x] Internal calc_direction function (#122) - [x] Internal calc_distance function (https://github.com/ropensci/spatsoc/pull/123) - [ ]...