fstadv_wind_radius: fstadv_wind_radius

View source: R/Movement_fstadv.R

fstadv_wind_radiusR Documentation

fstadv_wind_radius

Description

Parse wind radius data from product, if exists. This is somewhat tricky as the wind fields are 64KT, 50KT and 34KT and are listed in descending order. So the first line will not always be 64KT, 50KT or even 34KT depending on strength of storm. What I do here is just extract the entire blob and work through it. I'll continue to look for ways to improve it.

Complimentary to fstadv_get_wind_radius

Parse wind radius data from product, if exists. This is somewhat tricky as the wind fields are 64KT, 50KT and 34KT and are listed in descending order. So the first line will not always be 64KT, 50KT or even 34KT depending on strength of storm. What I do here is just extract the entire blob and work through it. I'll continue to look for ways to improve it.

Complimentary to fstadv_get_wind_radius

Usage

fstadv_wind_radius(content)

fstadv_wind_radius(content)

Arguments

contents

text of product

Value

dataframe

dataframe


timtrice/Hurricanes documentation built on Oct. 10, 2023, 8:15 p.m.