SeaLog

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.

Live version

A live version of this program is available on this server:

QA/QSea

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.