Brooke Anderson
Brooke Anderson
- Indexing out of a dataframe (dollar sign and bracket indexing) - lm and glm section-- a little more about the GLM structure specifically. Also-- a bit more on interpreting...
Let's see if we can make a function that will generate the wind field of the storm over one or more time points---for example, a set of panels that show...
Now that the `sf` package is well-developed, I think our mapping functions would work better in that system. One idea might be a function that creates an `sf` object from...
Previously, this function returned a matrix with just the sustained wind. Now, it returns a list where that matrix is the first element (i.e., what was `grid_winds` will now be...
This may be an issue in some of the calc_bearing functions, if they're converting between geographic and polar coordinate systems. Check if geographic bearing is interpreted the same in the...
In some of our functions, we convert to use polar coordinate conventions rather than geographical ones, to align with using u- and v-components of forward distance of the storm. It...
Currently, our default is 6378.14, but it looks like we get answers that are more in-line with online calculators (e.g., https://www.nhc.noaa.gov/gccalc.shtml) if we use 6,371 km, which it [sounds like...