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

snapshot...

parent 95cfa17b
Branches
No related tags found
No related merge requests found
......@@ -825,7 +825,7 @@ def write_icing_file_nc4(clvrx_str_time, output_dir, preds_dct, probs_dct, x, y,
proj_ds = rootgrp.createVariable('Projection', 'b')
proj_ds.setncattr('long_name', 'Himawari Imagery Projection')
proj_ds.setncattr('grid_mapping_name', 'geostationary')
proj_ds.setncattr('sweep_angle_axis', 'y')
proj_ds.setncattr('sweep_angle_axis', 'x')
proj_ds.setncattr('semi_major_axis', 6378137.0)
proj_ds.setncattr('semi_minor_axis', 6356752.3)
proj_ds.setncattr('inverse_flattening', 298.257)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment