Skip to content

Commit

Permalink
Update flag-database.R
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Nov 23, 2023
1 parent c803469 commit cb39ca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions synoptic/flag-database.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# flag-database.R
#
# The synoptic data are subject to a variety of checks, both automated
# and human. These result in "flags" noting potential problems:
# measurements out of instrument range,
# measurements out of instrument range, algorithmic outliers,
# ones flagged by human QA/QC, etc.

library(DBI)


# Open the database, optionally initializing (erasing) it
fdb_open <- function(root, init = FALSE) {
fn <- file.path(root, "flag-db.sqlite")
Expand Down

0 comments on commit cb39ca0

Please sign in to comment.