New function, wt_get_sync(), allows users to get all columns and data from syncs (upload / download and table views) across the system. Huge development leap as users can now GET all relevant APIs. Functionally replaces wt_get_recordings(), wt_get_locations(), wt_get_visits(), wt_get_image_sets() in one smooth function relevant to the Organization and Project you want.
Additional argument to wt_summarise_cam() using image_set_id to adjust for effort across multiple deployments (see #80); additional enhancements for wt_ind_detect() (see #81, #82.
#84 through e2e181a for wt_ind_detect(), species detections are now generated separately for each species and then combined afterward into a single output.
Camera function maintenance for #70; increasing camera test suites for common permutations
Branching development to prepare package for WildTrax 2.0.
Introduced the max_seconds argument in wt_download_report() to provide customizable timeout control for users with slower internet connections or larger project downloads.
Remove QPAD from Remotes. Users should be prompted to download QPAD separately if not already installed. Fix in timezone (#78).
wildrtrax 1.3.2
Major changes
Support for GET requests; new function wt_get_locations() to get Organization locations
Removed stringr as dependency
Minor changes
Generate R user agent functionally
Tweaks to LDFCs, including addition of borders for each recording
Deal with dependency changes for camera functions (#61, #63)
Added README work flows; vignette enhancements
wildrtrax 1.3.1
Major changes
Upgraded authorization and API requests to httr2
Removed lubridate, curl and intrval as dependencies
Removed dependencies pipeR, progressr, jsonlite, future, furrr, tools, magrittr, markdown, rmarkdown to increase package stability but reduces speed for functions such as wt_audio_scanner(), wt_run_ap(). Moved vembedr to suggests for vignettes
wildrtrax now honours new WildTrax report structures. Future changes will incorporate standardized naming in syncing functions.
Replaced geospatial functionalities from rgdal, rgeos and maptools with sf, sp and terra packages. Added functionality with the suntools package. Users should re-download the package by October 2023 in-line with the former package retirement: https://geocompx.org/post/2023/rgdal-retirement/.