This project:
- compares SEACAR standard exports to an aggregated dataset developed in previous years
- generates rate of change analyses for each water quality parameter
- creates a
dashboardDataSEACAR.csvfrom the SEACAR standard export for use in the FCRWQDC Data Visualization Tool
The following data sources should be downloaded and placed in ./data/:
Discrete WQ - 10006.txtfrom SEACAR standard export page.- previous year's
dashboardData.csvfrom this gdrive folder produced by USF-IMARS/FCRWQDC_data_ingest
pak::local_install_deps()quarto publish- Use create_batch R function:
source("create_batch.R") create_batch("testBatchName", "testExampleValue")
- in the new {batch_name} folder, modify getData & getListOfValues to work with your data.
- modify the {batch_name}/template.yml
quarto publish
This project is powered by the quartobatch template.