The package probabilistic algorithm for geolocation data (probGLS) provides some simple algorithms to determine animal movements with uncertainty based on light-level geolocators.
probGLS now relies on SGAT (https://github.com/SWotherspoon/SGAT) and GeoLight (https://github.com/slisovski/GeoLight). These can be installed from GitHub, using the devtools package.
devtools::install_github("SWotherspoon/SGAT")
devtools::install_github("SLisovski/GeoLight")probGLS itself can also be installed from GitHub, using the devtools package.
devtools::install_github("benjamin-merkel/probGLS")If you don't have devtools installed already, install it first.
install.packages("devtools")(probGLS or SGAT otherwise do not need devtools for normal use.)
This package received a major update Dec 2022.
- removed dependency on
rasterandsp(excludingspDistsused when distance method chosen is "ellipsoid" bc it is faster thanst_distance) and move tosf - fixed a bug in
load_NOAA_OISST_V2and streamlined the function - updated plotting functions to adhere with the updated
prob_algorithmoutput - updated manuals for each function