Skip to content
Snippets Groups Projects
Select Git revision
  • c5ad2ad911da50a1316401fd916b4b9d7b2ddd24
  • master default
  • dev
  • new_temp_table
  • ecotrack-data
  • ecolux-data
6 results

ecotrondata

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    am0ebe authored
    c5ad2ad9
    History
    1. run dataSync.py
    2. Choose block-configuration or other key for information how to modify block-configuration!
    
    	> looks for ".tgz" to extract [optional]
    	> merges all "unit-X" files
    	> merges with light, track and species data
    	> writes one huge cleaned table + compressed tgz
    	> runs dataFilter.py
    	> writes filtered table + compressed tgz
    	> runs updateGitIgnore.sh
    
    You can also filter data independently, if you don't want to process everything again [takes quite long] or tweak some filter parameters.
    Run dataFilter.py for Usage instructions. 
    
    
    Optional:
    
    get time of last tracking-event per unit:
    	source getLastDates.sh
    	cd block-I/01-raw
    	getLastDateAllUnits
    
    print information about known and unknown tags and detections
    	unknowntags.sh ecolux/all/02-inspect
    
    write number of unkown tags along with their occurrences to file:
    	unknowntags.sh ecotrack/II/02-inspect list
    
    print tags in tagfile which length deviate:
    	checkTagLengths.sh block-II/tags2
    
    configure repo to ignore large files:
    	updateGitIgnore.sh