parse_obpginfo: Convert a string to a obpginfo class structure

Description Usage Arguments Value See Also

Description

Convert a string to a obpginfo class structure

Usage

1
parse_obpginfo(x = "A20021612002192.L3m_R32_SST_sst_9km.foo")

Arguments

x

character - one or more OBPG filename or obpginfo class object

Value

returns a list of obpginfo class object(s), possibly the same as the input if obpginfo objects are provided, Each element is a obpginfo object which is a list as shown below or is NULL if there is an issue.

filename

orginal file name, may include path if provided

name

basename sans extension(s) if any

id

just the platform and dates

platform

platform code such as "A"

product

product code such as "L3m"

period

period code such as "DAY" or "MO"

param

geophysical parameter code such as "SST"

flavor

specific info regarding param"

res

resolution code such as "4km" or "9km"

dates

Date start and end dates for the period, for period "DAY" these are the same

See Also

Ocean Color Web


btupper/obpgtools documentation built on May 13, 2019, 8:42 a.m.