demand-consults / demand_acep

A data-pipeline for high-resolution power meter data
MIT License
1 stars 4 forks source link

Data cleaning #4

Closed chintanp closed 5 years ago

chintanp commented 5 years ago

The team’s first task will be understand the data and the scope of it. The team will then make plans to deal with the missing data and convert the file format to something readily usable etc. if needed.

reconjohn commented 5 years ago

I guess we need to first come up with a trend plot of 15 minutes average kW to investigate when the peak demand occurring during the billing cycle for the 4 meters and match all 4 meters for load leveling opportunity if any.

trends XL file which has the kW data in a minute resolution and Power_energy XL file for the kWh data in 5 minutes resolution image

And this trend is in 7 seconds. image

For the average 15 minutes power (kW) trend plot, which is area below of kW plot for 15 mins / 0.25, but if we refer to the 1 minute-resolution for the calculation, then the area would be wrong as the area under the second-resolution would be different from the area under the minute-resolution of the power (kW).

We need to check if there is an area difference between the two cases, if not, we may use the 1 minute-resolution for the mean 15 minutes power (kW) trend plot per each minute point.

chintanp commented 5 years ago

Closing as no real task of cleaning here.