antonroman / smart_meter_data_analysis

This repository contains all the code developed to analyze the smart meter data with HTM and LSTM
2 stars 0 forks source link

Extract event timeline from original JSON files #9

Closed antonroman closed 3 years ago

antonroman commented 3 years ago

The "tl" object contains of objects like this: {"status_code":1,"t":"2019-01-07T02:40:24.000Z","status":"TF","l":"2019-01-08T00:35:27.452Z"}

More info here: https://docs.google.com/document/d/115VEvkWMn1ApgOcBWt8-IqQD3E3b-fx_82eHAZd7ujA/edit#heading=h.av483g1628qv

gbarreiro commented 3 years ago

The script extract_tl.py creates a CSV file with the timeline.tl data from each JSON meter files (N JSON files → N CSV files)