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

start support for Boeing icing data...

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