getSynopSections: Parse SYNOP code.

View source: R/split_synop_sections.R

getSynopSectionsR Documentation

Parse SYNOP code.

Description

Parse SYNOP (AAXX) strings of weather reports.

Usage

getSynopSections(synop)

Arguments

synop

character, the full strings of the synop code.
Example: "AAXX 28154 89022 42698 72506 11360 21382 39758 49808="

Value

A synop data objects. It is a list object with elements the sections [1, 222//, 333, 555] of the synop.

Examples


## Not run: 
library(decodeSYNOP)

aaxx <- "AAXX 28154 89022 42698 72506 11360 21382 39758 49808="
synop <- getSynopSections(aaxx)

## End(Not run)


rijaf-iri/decodeSYNOP documentation built on May 1, 2024, 4:32 p.m.