Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rromanchuk committed Dec 1, 2024
1 parent 8fcf50e commit f8e98d4
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions personal/lib/utils/csv/taf_report_tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def transform_row_columns(row)
},
{
sky_cover: row[30], #ad
cloud_base_ft_agl: row[31]&.to_i,],
cloud_base_ft_agl: row[31]&.to_i,
cloud_type: row[32],
},
{
Expand All @@ -73,19 +73,12 @@ def transform_row_columns(row)
max_or_min_temp_c: row[44],
}
],







valid_time:
sfc_temp_c:
max_or_min_temp_c:
valid_time: ,
sfc_temp_c: ,
max_or_min_temp_c: ,
# valid_time:
# sfc_temp_c:
# max_or_min_temp_c:
# valid_time: ,
# sfc_temp_c: ,
# max_or_min_temp_c: ,
}]
}.compact

Expand Down

0 comments on commit f8e98d4

Please sign in to comment.