lanl / NEONiso

R package for calibrating NEON atmospheric isotope data
https://lanl.github.io/NEONiso/
GNU General Public License v3.0
2 stars 2 forks source link

time precision causes difficulties when using stackEddy #49

Closed rfiorella closed 4 years ago

rfiorella commented 4 years ago

Many of the functions in this package convert NEON's times to POSIXct and back - unfortunately, this does not identically preserve NEON's times - things tend to be rounded to the nearest minute. when converting back to NEON time formats.

This causes times to not line up correctly when a data frame using stack eddy is created (making, for example, a comparison of isoCo2.dlta13CCo2.mean_cal to isoCo2.dlta13CCo2Refe.mean impossible).