convert_POSIXct_to_NEONhdf5_time: Convert a POSIXct object to the format used in NEON HDF5...

View source: R/time_functions.R

convert_POSIXct_to_NEONhdf5_timeR Documentation

Convert a POSIXct object to the format used in NEON HDF5 files

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())

SPATIAL-Lab/NEONiso documentation built on Feb. 27, 2025, 7:19 a.m.