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

improved processing of pirep dictionary: check spatial temporal overlaps

parent f4b16bfb
No related branches found
No related tags found
No related merge requests found
...@@ -698,6 +698,7 @@ def write_icing_file(clvrx_str_time, output_dir, preds_dct, probs_dct, x, y, lon ...@@ -698,6 +698,7 @@ def write_icing_file(clvrx_str_time, output_dir, preds_dct, probs_dct, x, y, lon
proj_ds = h5f_out.create_dataset('Projection', data=0, dtype='b') proj_ds = h5f_out.create_dataset('Projection', data=0, dtype='b')
proj_ds.attrs.create('long_name', data='Himawari Imagery Projection') proj_ds.attrs.create('long_name', data='Himawari Imagery Projection')
proj_ds.attrs.create('grid_mapping_name', data='geostationary')
proj_ds.attrs.create('sweep_angle_axis', data='y') proj_ds.attrs.create('sweep_angle_axis', data='y')
proj_ds.attrs.create('units', data='radians') proj_ds.attrs.create('units', data='radians')
proj_ds.attrs.create('semi_major_axis', data=6378.137) proj_ds.attrs.create('semi_major_axis', data=6378.137)
......
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