This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group | variable | value | |
---|---|---|---|
Highlands-Texas | 2008-03 | 10 | |
Highlands-Texas | 2008-04 | 11 | |
Highlands-Texas | 2008-05 | 12 | |
Highlands-Texas | 2008-06 | 11 | |
Highlands-Texas | 2008-07 | 6 | |
Highlands-Texas | 2008-08 | 12 | |
Highlands-Texas | 2008-09 | 2 | |
Highlands-Texas | 2008-10 | 8 | |
Highlands-Texas | 2008-11 | 6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
from silk import * | |
import json | |
import random | |
import datetime | |
import time | |
def strTimeProp(start, end, format, prop): | |
stime = time.mktime(time.strptime(start, format)) | |
etime = time.mktime(time.strptime(end, format)) |