Skip to content
Snippets Groups Projects
Commit a04668f2 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 94b66c95
No related branches found
No related tags found
No related merge requests found
......@@ -1167,8 +1167,7 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti
trn_icing_lons = trn_icing_lons[ds_indexes]
trn_icing_lats = trn_icing_lats[ds_indexes]
write_file(trnfile, trn_data_dct, trn_icing_intensity, trn_icing_times, trn_icing_lons,
trn_icing_lats)
write_file(trnfile, trn_data_dct, trn_icing_intensity, trn_icing_times, trn_icing_lons, trn_icing_lats)
tst_data_dct = {}
for ds_name in train_params:
......@@ -1198,8 +1197,7 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti
tst_icing_lons = tst_icing_lons[ds_indexes]
tst_icing_lats = tst_icing_lats[ds_indexes]
write_file(tstfile, tst_data_dct, tst_icing_intensity, tst_icing_times, tst_icing_lons,
tst_icing_lats)
write_file(tstfile, tst_data_dct, tst_icing_intensity, tst_icing_times, tst_icing_lons, tst_icing_lats)
# h5f_expl = h5py.File(a_clvr_file, 'r')
# h5f_out = h5py.File(outfile, 'w')
......@@ -1248,7 +1246,6 @@ def tile_extract(trnfile='/home/rink/tiles_l1b_train.h5', tstfile='/home/rink/ti
h5f.close()
def write_file(outfile, train_params, data_dct, icing_intensity, icing_times, icing_lons, icing_lats):
h5f_expl = h5py.File(a_clvr_file, 'r')
h5f_out = h5py.File(outfile, 'w')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment