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

Write function to decompose wind stress into U and V vectors #18

Open supermanzer opened 4 years ago

supermanzer commented 4 years ago

Most researchers have to work with wind stress measurements decomposed into their Eastward (U) and Northward (V) components. This is a well documented and commonly used operation. As such it is a good candidate for inclusion into the methods of the NDBC module.