supermanzer / NDBC

Repository for housing Python code for fetching, parsing, and loading NDBC data into a local Python object for analysis.
MIT License
13 stars 4 forks source link

Add function to convert wind speed to wind stress #17

Open supermanzer opened 4 years ago

supermanzer commented 4 years ago

Using the most common formula (Large & Pond, 19881...I think) and the instrument meta data scraped from the web pages, apply formula to wind speed measurements to generate a wind stress column in the DataFrame.