Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.5 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.5 KB

CalCOFI22

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:
image
Bottle in the image refers to the bottle dataset on https://wp.calcofi.org/wp/data/oceanographic-data/bottle-database/


How casting is done:

image

#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. See README.md and file-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 and spatial-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 in app.R. The data-analysis and data-processing directories contain scripts to analyse and process data respectively. The drafts directory contains cruder versions of functions present in page-functions.R, used to build and test these functions.