read124: Reads FMCOL HDF5 files containing AVHRR data collocated with...

Description Usage Arguments Value Author(s) See Also Examples

Description

FMCOL HDF5 collocation files containing AVHRR data, NWP and NWCSAF PPS Cloud Type data are read and the contents (or some of the contents) are returned to R for further analysis.

Usage

1
    read124(filename,classname="cloud",station="NA",start="NA",end="NA")

Arguments

filename

file to read

classname

text string to search for in the HDF5 file, defaults to "cloud"

station

text string containing station identification

start

start time in the form "12jan2007", month name is locale dependent

end

end time, similar form to start time

Value

A list containing the data. Use names to see the variables.

Author(s)

Øystein Godøy (o.godoy@met.no)

See Also

readctval, readsnowsig, read123, readfmcol, fmcolcat

Examples

1
    t <- read124(file="/disk2/collocate/output/cloud_20070831.hdf5")

steingod/R-mipolsat documentation built on May 30, 2019, 2:31 p.m.