Skip to content
Snippets Groups Projects
Commit 6820f0ac authored by Paolo Veglio's avatar Paolo Veglio
Browse files

fixed group name for scan_start_time for hires data

parent 0d51350f
No related branches found
No related tags found
1 merge request!1merging sipsanc in main
Pipeline #57589 failed with stages
in 9 seconds
......@@ -51,7 +51,7 @@ def save_output(
scan_line_attributes = {
"scan_start_time": {
"dims": ("number_of_scans"),
"data": np.random.rand(10),
"data": np.random.rand(203),
"attrs": {
"units": "seconds",
"_FillValue": -999.9,
......@@ -323,7 +323,7 @@ def save_output(
out_ds.to_netcdf(fname, mode="a")
logger.debug("output file created and global attributes written to netcdf file")
out_scanline.to_netcdf(fname, mode="a", group="scanline_data_hires")
out_scanline.to_netcdf(fname, mode="a", group="scan_line_attributes_hires")
logger.debug("scanline_data_hires written to netcdf file")
out_geolocation.to_netcdf(fname, mode="a", group="geolocation_data_hires")
......
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