Skip to content

Commit

Permalink
Adding external links
Browse files Browse the repository at this point in the history
  • Loading branch information
millerlp committed Oct 7, 2019
1 parent 3a6daec commit 974a9f7
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,22 @@ write the values to the DS3231 clock chip. You can then load the main
OWHL.ino sketch onto the OWHL to log data.


## Processing OWHL pressure data into wave statistics
See the `oceanwaves` repository at http://github.com/millerlp/oceanwaves for more information on processing OWHL pressure data into statistical summaries of wave climate.
## External information

### Assembling OWHL electronics

An assembly video for OWHL Revision C hardware is found here: https://www.youtube.com/watch?v=M5sTpZUhfrg

### Processing OWHL pressure data into wave statistics

See the following 2 R packages for help with converting OWHL pressure data into wave height statistics. R is an
open source statistical program. Both packages contain instructional vignettes that explain their operation and
the general workflow for processing subsurface pressure sensor data into wave data.

* `owhlR`: https://github.com/millerlp/owhlR

* `oceanwaves`: https://cran.r-project.org/package=oceanwaves



Developed under Arduino v1.0.5-r2, rewritten to work with Arduino v1.6.6

0 comments on commit 974a9f7

Please sign in to comment.