spatsoc icon indicating copy to clipboard operation
spatsoc copied to clipboard

:package: spatsoc is an R package for detecting spatial and temporal groups in GPS relocations.

Results 35 spatsoc issues
Sort by recently updated
recently updated
newest added

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` - [ ]...

type: enhancement

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

type: documentation

Using calc_direction throughout functions, see #116

type: enhancement

Vignette describing new spatial interface Related to #116 - [ ] show errors and one option to resolve when missing values in coords and using calc_direction

type: documentation

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) - [ ]...

type: enhancement