This commit is contained in:
Jan Grewe 2019-09-06 14:53:54 +02:00
parent ec38f2db12
commit dee40d879c

View File

@ -403,8 +403,8 @@ def populate(datasets):
if __name__ == "__main__":
# data_dir = "../../science/high_frequency_chirps/data"
data_dir = "../high_freq_chirps/data"
data_dir = "../../science/high_frequency_chirps/data"
# data_dir = "../high_freq_chirps/data"
datasets = glob.glob(os.path.join(data_dir, '2018-11-20*'))
# drop_tables()
populate(datasets)
drop_tables()
# populate(datasets)