kW-Labs / nmecr

An implementation of peer-reviewed energy data analysis algorithms for site-specific M&V
MIT License
24 stars 7 forks source link

Create dataframe shifts timestamps #14

Closed mhsjacoby closed 1 year ago

mhsjacoby commented 1 year ago

The function 'create_dataframe.R' shifts timestamps of hourly and daily data when no aggregation is occurring. This doesn't occur when feeding in monthly data and returning monthly data (timestamps and data are unchanged).

Expected behavior We would expect that if no aggregation is occurring, the output of the data frame would have the same timestamps/values as the input.

input data: image

output data: image

mhsjacoby commented 1 year ago

Closed with release of v1.0.15