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 32 spatsoc issues
Sort by recently updated
recently updated
newest added

Related to https://github.com/kaijagahm/vultureUtils/issues/44 This is documented in the FAQ here: https://docs.ropensci.org/spatsoc/articles/faq.html#package-design But as mentioned in the thread above, not in the Value section of help pages beyond eg. "group_pts returns...

type: documentation

Continuing from https://github.com/ropensci/spatsoc/pull/57, mistakenly merged.. - [X] Multispecies interactions - [ ] group_fixed? - [ ] PIT tags

type: documentation
status: in progress

Hey guys, would it not make sense to utilize unprojected distance calculation methods? (e.g., Haversine, geodesic, ... as implemented in `geosphere`) Right now you have to project the coordinates. This...

type: enhancement

Hi @robitalec , let's take the following case ``` datetime

type: support
type: enhancement

Discussion issue for the WIP vignette: using `spatsoc` to detect potential interactions between individuals. - [ ] single species, groups > N - [ ] hot spot/plots - [ ]...

priority: medium
type: documentation

Are there other relevant or interesting grouping methods? One I've considered is clusters of points, from potential kill or scavenging sites. Extended stays in a relatively small location, or revists....

priority: low
type: discussion

`group_times` can't group odd time thresholds e.g. 2 hour threshold when times are 1am, 3am, 5am... 11pm. This is because `group_times` considers the threshold in the context of 24 hours,...

priority: medium
type: enhancement

`build_lines` is slower than I'd like and it affects dependent `group_lines`. The `split` (`split.data.table`) is slower than working in a `data.table` by, but we can't return SpatialLines in the `j`....

priority: low
type: discussion

Behavioural zones: zone of repulsion, orientation, attraction (Couzin 2002, used in eg. Lukeman 2010, Klamser 2021, Klamser 2021)

type: enhancement