convert_POSIXct_to_NEONhdf5_time: convert_POSIXct_to_NEONhdf5_time

View source: R/time_functions.R

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

SPATIAL-Lab/NEONiso documentation built on April 5, 2024, 5:28 a.m.