diff scripts/process.py @ 1086:8734742c08c0

major refactoring of curvilinear trajectory projections
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 16 Oct 2018 12:46:29 -0400
parents 1a7e0b2c858b
children b968c33f8c2f
line wrap: on
line diff
--- a/scripts/process.py	Tue Sep 25 17:08:37 2018 -0400
+++ b/scripts/process.py	Tue Oct 16 12:46:29 2018 -0400
@@ -342,6 +342,7 @@
     headers = ['site', 'date', 'intervalend15', 'duration', 'count']
     aggFunctions, tmpheaders = utils.aggregationMethods(args.aggMethods, args.aggCentiles)
     dataColumns = list(data.columns[4:])
+    print(dataColumns)
     for h in dataColumns:
         for h2 in tmpheaders:
             headers.append(h+'-'+h2)