Skip to content

skytrackr v1.0

Choose a tag to compare

@khufkens khufkens released this 09 Oct 12:29
· 154 commits to main since this release

Calculate geolocations by light using template matching. The routine uses a calibration free optimization of a sky illuminance model to determine locations robustly using a template matching approach, as described by Ekstrom (2004) https://nipr.repo.nii.ac.jp/records/2496, and behaviourly informed constraints (step-selection).

  • removed seed from stk_cluster()
  • move \dontrun to \donttest wrappers
  • added references to theory papers
  • support batch reading of files
  • support batch screening of data using stk_screen_twl()
  • verbose feedback on data reading
  • allow plotting of data with uneven data steps (in time)
  • assign a placeholder "logger" name in the mapping function stk_map()
  • vignette on parallel processing using {multidplyr}
  • vignette on optimization improvement strategies
  • adding reference into package DESCRIPTION file
  • CRAN compliant release