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

start support for Boeing icing data...

parent 8456b871
No related branches found
No related tags found
No related merge requests found
......@@ -166,9 +166,10 @@ def pirep_icing_from_boeing(dirname='/ships19/cloud/scratch/ICING/BOEING/icing/2
cnt = 0
for fname in flist:
print(fname)
h5f = h5py.File(fname, 'r')
ice_bool = h5f['ice_bool'][:]
cnt += ice_bool.shape[0]
print(fname)
print('num_icing: ', cnt)
h5f.close()
print('num icing: ', cnt)
\ No newline at end of file
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