NDBC data served with surf in mind
Choose your own adventure. Either start by finding the data you're looking for (A) or define and refine your data visualization (B) first.
A) Get the data
-
Find a National Data Buoy Center station on the map
- Determined what kinds of data are available (i.e., what kinds of data are shared, and at what interval)
- Download the data (webscrape or .csv)
B) Plot the data
- Load dummy data
- Plot dummy data
- Refine data viz (rough cut is fine)
- Load NDBC data
- Create a new shiny app
- Integrate data viz into shiny app
- Determine best data way of obtaining data
- Run