convert_POSIXct_to_NEONhdf5_time {NEONiso}R Documentation

convert_POSIXct_to_NEONhdf5_time

Description

Converts a POSIXct object back to the character format used by NEON in their HDF eddy covariance files. Output format, using strptime syntax, is %Y-%m-%dT%H:%M:%OSZ.

Usage

convert_POSIXct_to_NEONhdf5_time(intime)

Arguments

intime

POSIXct vector to convert to NEON time format.

Value

Returns character version of POSIXct object matching NEON time variable format.

Author(s)

Rich Fiorella rfiorella@lanl.gov

Examples

convert_POSIXct_to_NEONhdf5_time(Sys.time())

[Package NEONiso version 0.7.0 Index]