-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: ArgosQC
Type: Package
Title: Quality Control Process for the Integrated Marine Observing System's Argos Location Data
Version: 0.3-16
Date: 2024-12-18
Author: Ian Jonsen
Maintainer: Ian Jonsen <[email protected]>
Description: An automated Argos location quality control process for IMOS ATF Argos location data from SMRU CTD-SRDL tags. Functions automatically download and collate campaign-specific .mdb files from the SMRU server; matches deployments with user-supplied deployment metadata; projects location data to an Antarctic Stereographic projection; fits specified SSM's in 2 passes; collates results by species & campaign; generates diagnostic plots & maps; appends predicted locations to SMRU activity files (CTD, dive, haulout, summary, diag) at tag-measured event times; saves activity files as .csv in IMOS ATF schema; pushes QC'd files to AODN incoming server.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
furrr,
future,
dplyr,
tidyr,
lubridate,
Hmisc,
assertthat,
purrr,
readr,
stringr,
sf,
kableExtra,
ggplot2,
rnaturalearth,
snakecase,
aniMotum