Capstone project for CCDSP fellowship, where we will store data and code
Link to CalCOFI website: https://wp.calcofi.org/wp/data/oceanographic-data/bottle-database/
Data sets visual from Erin:
Bottle in the image refers to the bottle dataset on https://wp.calcofi.org/wp/data/oceanographic-data/bottle-database/
How casting is done:
#Directory setup
- Data directory: Raw data is obtained directly from the CalCOFI organizations bottle dataset. Processed data comes from running the files in the
scripts/data-preprocessing
directory. SeeREADME.md
andfile-descriptions.md
ini the data directory for more information. - Results directory: Plots and images used for presentations and posters for the CCDSP fellowship.
- Scripts directory: The
shiny
directory contains all of the code for the shiny application.app.R
is the UI/UX component andspatial-page/page_functions.R
is the backend functions for plots and mapping. The.css
,.js
and.html
are used to improve the UI and are used inapp.R
. Thedata-analysis
anddata-processing
directories contain scripts to analyse and process data respectively. Thedrafts
directory contains cruder versions of functions present inpage-functions.R
, used to build and test these functions.