QA/QSea
Introduction
QA/QSea is a QA/QC and data ingestion program that runs in R/Shiny. It allows you to check and correct problems with data collected using SeaLog, and allows you to download processed data for the NPPSD and in your own format. This includes GIS data downloaded in a Geopackage.
Source code
The source code can be downloaded and run on your local computer within R (preferrably RStudio). After unzipping, documentation is in the “docs” subdirectory. Always choose the first link unless you are trying to ingest data collected using dLog. In that case, click the “QA/QSea dLog Final” link.
If you are upgrading from 2.0 to 2.2, you will need to install the hms and zoo R packages:
install.packages(c("hms", "zoo"))The tools subdirectory of the 2.2 version of QA/QSea includes R scripts to convert data from different versions.
This code is licensed for non-commercial use with the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 license.
- QA/QSea v3.0.0, qaqsea-v3.0.0.zip, 3.2 MB: This is probably the one you want.
- QA/QSea v2.2.3, qaqsea-v2.2.3.zip, 3.2 MB: Use this if you installed or are running the 2.2 version of QA/QSea
- QA/QSea v2.2.4-rc1, qaqsea-v2.2.4-rc1.zip, 1.6 MB: Development version that includes support for reading Excel files and incremental backups.
- QA/QSea dLog Final, qaqsea-dLog_final.zip, 824K: Only choose this one for handling old dLog files.
SeaLog Data Format
If you have data in a different format, some simple rearrangement of columns may be all that is required to process your data using QA/QSea.