Skip to content

zibbini/tidedashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple tide viewer

license

An interactive dashboard built with shiny, leaflet and dygraphs for viewing both historic and modelled tide data in Ireland. Data can be manually subsetted via station and date, using both reactive inputs and a leaflet map. Selected data is then visualised in an interactive dygraphs plot. All data for the published dashboards was sourced from the Marine Institute in Ireland.

Requirements

If you would like to use this dashboard locally, you will need both R and RStudio, and all the packages listed below:

  • shiny
  • leaflet
  • dygraphs
  • dplyr
  • lubridate
  • readr
  • xts
  • htmltools
  • plyr

You can install these packages using the following command:

install.packages(c("shiny","leaflet","dygraphs","dplyr","lubridate","readr","xts","htmltools","plyr"))

View

After cloning/downloading this repo, you can view this app in a local R session using the following:

shiny::runApp("path/to/tidedashboard/modelled/")

for modelled data, and

shiny::runApp("path/to/tidedashboard/non-modelled/")

for non-modelled data.

Online

Dashboards containing both modelled and non-modelled data have been published at shinyapps.io.

About

Dashboard for viewing tide data interactively, made with Shiny, R.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages