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-preprocessingdirectory. SeeREADME.mdandfile-descriptions.mdini the data directory for more information. - Results directory: Plots and images used for presentations and posters for the CCDSP fellowship.
- Scripts directory: The
shinydirectory contains all of the code for the shiny application.app.Ris the UI/UX component andspatial-page/page_functions.Ris the backend functions for plots and mapping. The.css,.jsand.htmlare used to improve the UI and are used inapp.R. Thedata-analysisanddata-processingdirectories contain scripts to analyse and process data respectively. Thedraftsdirectory contains cruder versions of functions present inpage-functions.R, used to build and test these functions.
