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

snapshot...

parent db731111
Branches
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ def extract(mask_image, image_ts, clavrx_path): ...@@ -124,7 +124,7 @@ def extract(mask_image, image_ts, clavrx_path):
levels_dict[press_level].append((press, lat, lon, temp_value, rh_value, horz_shear_value, static_value, horz_wind_spd_value, vert_shear_value)) levels_dict[press_level].append((press, lat, lon, temp_value, rh_value, horz_shear_value, static_value, horz_wind_spd_value, vert_shear_value))
all_list.append((press_level, press, lat, lon, temp_value, rh_value, horz_shear_value, static_value, horz_wind_spd_value, vert_shear_value)) all_list.append((press_level, press, lat, lon, temp_value, rh_value, horz_shear_value, static_value, horz_wind_spd_value, vert_shear_value))
# Create pandas DataFrame for each list of tuples in voxel_dict # Create pandas DataFrame for each list of tuples in levels_dict
levels_dict_df = {} levels_dict_df = {}
for k, v in levels_dict.items(): for k, v in levels_dict.items():
print('pressure level, number of contrail points: ', k, len(v)) print('pressure level, number of contrail points: ', k, len(v))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment