refine temperature. see below for details
add more specific deltailed temperature values: mean_night_temp[C°], min_night_temp[C°], max_night_temp[C°], mean_day_temp[C°], min_day_temp[C°], max_day_temp[C°] They each depend from the Unit, the Block and if its day or night. Day and Night times are calculated by data from: https://www.laenderdaten.info/Europa/Deutschland/sonnenuntergang.php Recalc all block! initTempData: > collect all temps and sort them by uid,blockid,day-night into meanTemps calc_mean_for_sensor_values_for_uid_and_time: > foreach time collect all 4* sensorvalues and calc their mean [like before] *not always 4, if theirs errors... initTempData: > iterate over meanTemps and calculate min,max,mean * day,night * unitid * block > add temps to tempData mergeTemp: > append new temp values in merge > use global precision value (set to 1 too not suggest overly precise temperatures)
Showing
- .gitignore 0 additions, 4 deletions.gitignore
- conf.json 1 addition, 1 deletionconf.json
- dataSync.py 82 additions, 70 deletionsdataSync.py
- ecotrack/out/all/ecotrack-data-20190629-20191016-cut-985-filtered 93527 additions, 93527 deletions.../out/all/ecotrack-data-20190629-20191016-cut-985-filtered
- ecotrack/out/all/ecotrack-data-20190629-20191016-cut-985-filtered.tgz 0 additions, 0 deletions.../all/ecotrack-data-20190629-20191016-cut-985-filtered.tgz
- ecotrack/out/all/ecotrack-data-20190629-20191016.tgz 0 additions, 0 deletionsecotrack/out/all/ecotrack-data-20190629-20191016.tgz
- update-gitignore.sh 1 addition, 1 deletionupdate-gitignore.sh
Loading
Please register or sign in to comment