Skip to content
Snippets Groups Projects
  1. May 23, 2022
  2. May 19, 2022
  3. Jun 14, 2021
    • am0ebe's avatar
      vv: Ecotrack: Add time_of_day col. Change data structure. Recalc all. See below (vv) for details! · 77474fd9
      am0ebe authored
      Change data structure:
      
      ecotrack
      	|_ in
      	|_ out
      ecolux
      	|_ in
      	|_ out
      
      > Only ever calc all blox. More finegrained analysis can be done using the block column on this table.
      > change conf.json
      > extract function temp_add_means_and_time_of_day from initTempData
      > print number of filtered temp lines
      > print number of removed tags
      > [edgecase] add NA to temp cols if close to end of configuration time window
      > typo: rm tag_info and unknown_tag files
      77474fd9
  4. Jun 11, 2021
  5. Jun 10, 2021
  6. Jun 08, 2021
  7. May 26, 2021
    • am0ebe's avatar
      refine temperature. see below for details · addf37cc
      am0ebe authored
      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)
      addf37cc
  8. May 20, 2021
    • am0ebe's avatar
      . · e536b37b
      am0ebe authored
      e536b37b
  9. May 18, 2021
  10. Mar 24, 2021
  11. Mar 22, 2021
    • am0ebe's avatar
      [WIP] tags vereinheitlichen · a72dcded
      am0ebe authored
      a72dcded
    • am0ebe's avatar
      WOW · c5ad2ad9
      am0ebe authored
      c5ad2ad9
    • am0ebe's avatar
      !!!REWRITE HISTORY, SAVE SPACE FOR ECOTRACK, SEE FULL COMMIT MSG FOR DETAILS!!! · 4174320b
      am0ebe authored
      > only full raw data in ecotrack/all/01-raw
      > all other ecotrack/{I,II,III} only link to this
      -> should speed up git and reduce total size and redundancy
      
      > getDates.sh:
      	add earliest latest date for all units
      	write to file
      	add to dataSync
      
      -------------------------------
      All the squashed old commits below:
      -------------------------------
      
      commit baafb4ad (HEAD -> dev, tag: ecotrack-data, tag: ecolux-data, origin/dev, master)
      Author: am0ebe <am0ebe@gmx.de>
      Date:   Thu Mar 18 17:57:32 2021 +0100
      
          recalc *ALL* data + ecotrackimprovement + ... > see below
      
          unknown-tags.sh: fix error message. always call both functions and write to files (tags_info and tags_unknowntags)
          update-gitignore.sh: change name
          dataSync:
            calc mean temperature for all 4 sensors
            filter temp below threshold (cur=12°C)
          datafilter:
            fix format bug where zeros where prepended to species col
            duplicate func make_rel_abs_path (in dataSync and dataFilter) to avoid import error due to circular dependency
      
      commit 84cafbb7
      Author: am0ebe <am0ebe@gmx.de>
      Date:   Wed Mar 17 18:00:05 2021 +0100
      
          fix config. filter: infer proj from filename. add ectrack data I,II,III. start temp: calc mean for
      
      commit 68f4680e
      Author: am0ebe <am0ebe@gmx.de>
      Date:   Tue Mar 16 15:28:27 2021 +0100
      
          continue conf.json and datasync/filter implementation. filter: derive proj for blox from header
      
      commit b419a53b
      Author: am0ebe <am0ebe@gmx.de>
      Date:   Mon Mar 15 14:48:05 2021 +0100
      
          ignore .csv, add ecotrack data, parse conf.json > add blox and project configuration.
      
      commit 99322855
      Author: am0ebe <am0ebe@gmx.de>
      Date:   Thu Mar 11 18:29:56 2021 +0100
      
          recalc *ALL*. adjust unknowntags script > create tagInfo and unknown-tags automatically from datasync
      
      commit a43a6e59
      Author: am0ebe <am0ebe@gmx.de>
      Date:   Thu Mar 11 16:01:30 2021 +0100
      
          put blox-configuration into file. unknown-tags.sh takes dir as arg and is beong called properly from dataSync
      
      commit 75f647a9
      Author: am0ebe <am0ebe@gmx.de>
      Date:   Thu Mar 11 14:22:05 2021 +0100
      
          add ecotrack data. rename data dirs
      
      commit ac955cb8
      Author: am0ebe <am0ebe@gmx.de>
      Date:   Thu Mar 11 13:35:30 2021 +0100
      
          add ecotrack support | fix time bug > see below
      
          fix daylightsavingtimes bug:
          > set timedelta to hours not days
      
          ecotrack support:
          > 4 sensors per unit > merge on unit and habitat and time!
          > sensors log time once every 5 minutes. find closes trackdetection
      
          > calcHabitat() to determine what habitat depending on x,y and PROJ var
          > initTempData() get temp data and store in list of list of tuples
          -> tempData[unit][habitat] returns (time,temp)
          > mergeTemp
      4174320b
  12. Feb 15, 2021
  13. Feb 12, 2021
  14. Feb 11, 2021
  15. Feb 10, 2021
  16. Feb 08, 2021
  17. Feb 07, 2021
  18. Feb 05, 2021
  19. Feb 04, 2021
Loading