A tool built in shiny to explore ocean-based models going back 21k years.
Generally, this app is designed to allow users to explore four main datasets in a spatial/map format that represent the outputs of modeled data. Users can visualize how different modeled outputs have changed over time by using slider controls or through an animation, which trigger updates on the map portion of the app. In addition, users can zoom to a particular area of the map, click individual cells to get more granular data, and choose some specifics/thresholds associated with particular data sets. The app will serve as a visualization tool for nonmodelers.
git clone https://github.com/keatonwilson/paleotidal_app.git
renv::restore()
to get started after cloning.data/
raw/
contains data layers used by the app. Each file is numbered from 0-21, indicating thousands of years before present and contains a 431 by 313 matrix
alt/
contains 22 .txt files of amp/
contains 22 .txt files of tidal amplitude of M2 constituentbss/
contains 42 .txt files of bed shear stress
ice/
contains 22 .txt files of the ice maskstr/
contains 22 .txt files of stratification using M2 constituentvel/
contains 22 .txt files of tidal velocity of M2 constituentR/
mod_about_tab.R
mod_card.R
mod_example.R
server.R
ui.R
The app is not currently deployed. Testing version on shinyapps.io will be linked here when ready.
For help, contact Keaton Wilson or Jessica Guo.
This project is current licensed privately, and is not available for distribution.
Inspiration, code snippets, etc. * awesome-readme