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

snapshot...

parent 4479ae79
No related branches found
No related tags found
No related merge requests found
......@@ -576,7 +576,7 @@ def write_icing_file(clvrx_str_time, preds, x, y, lons, lats):
lat_ds.attrs.create('units', data='degrees_north')
lat_ds.attrs.create('long_name', data='icing prediction latitude')
proj_ds = h5f_out.create_dataset('Projection', data=None, 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('sweep_angle_axis', data='y')
proj_ds.attrs.create('units', data='radians')
......
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