parseSigmet: Parse raw sigmet text into a dataframe

Description Usage Arguments Value

View source: R/SigmetParsing.R

Description

Loop through each sigmet record to coalesce relevant data like time, location, and type. Contains lots of helper functions and special cases since there are many styles of sigmet record

Usage

1
parseSigmet(rawSigmet, day)

Arguments

rawSigmet

A character vector containing raw sigmet records for one day

day

The date in format "YYYY-MM-DD" since records have day but not month or year

Value

A df with rows as sigmets, and columns as time, location, etc


DatascribeConsulting/MonaRk documentation built on May 4, 2021, 5:28 a.m.