Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Jan 17, 2024
1 parent 75ff127 commit 242e650
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion synoptic/L1.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ readme_fn <- file.path(params$DATA_ROOT, params$L1_METADATA,
if(!file.exists(readme_fn)) stop("Couln't find ", readme_fn)
readme <- readLines(readme_fn)
readme <- gsub("[DATESTAMP]", format(Sys.time(), "%Y-%m-%d"), readme, fixed = TRUE)
readme <- gsub("[VERSION]", params$L1_VERSION, readme, fixed = TRUE)
readme_outfn <- file.path(L1, basename(readme_fn))
message("Writing README ", readme_outfn, "...")
message("Writing overall README ", readme_outfn, "...")
writeLines(readme, readme_outfn)
# Get the L1 template file
Expand Down
7 changes: 6 additions & 1 deletion synoptic/data_TEST/L1_metadata/README_v???.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
COMPASS-FME Level 1 version ???
COMPASS-FME Level 1 data version [VERSION]
Date: [DATESTAMP]

# DESCRIPTION
Expand All @@ -9,6 +9,11 @@ Duplicates are removed but otherwise these data are not filtered,
and have not been subject to any algorithmic or human QA/QC.
Any use of L1 data for science analyses should be done with care.

# CONTACT

Project: https://compass.pnnl.gov
Data lead: Stephanie Pennington, [email protected]

# CHANGELOG

Version ???
Expand Down

0 comments on commit 242e650

Please sign in to comment.