mcclintock-lab / ous-shiny-demo

An example OUS Shiny dashboard containing fabricated data
https://seasketch.shinyapps.io/ous-shiny-demo
1 stars 0 forks source link

ous-shiny-demo

This is an example shiny dashboard used for monitoring Ocean Use Survey results from SeaSketch. The data contained in this repo were entirely fabricated for demonstration purposes.

Use as a framework

This app is designed to be both a functional example and a template that can be adapted to monitor other, real SeaSketch surveys. The goal was to generalize as much of the code as possible, allowing users to make minimal changes to apply it to their unique survey. That being said, surveys in SeaSketch can vary widely, and the amount of work required to adapt it to a given survey will also vary.

Adaptation workflow

These are the basic steps required to adapt this framework to your survey

Updating data

Currently, SeaSketch doesn't have a developer API for requesting survey data. Updates will need to be done by manually adding the latest responses.csv and shapes.json files exported from SeaSketch to the shiny app repo.