simen commited on
Commit
fbbb329
·
1 Parent(s): f59ae9e
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -626,14 +626,6 @@ def show_forecast():
626
  subset = load_data()
627
 
628
  date_controls(subset)
629
- # time_start = datetime.time(0, 0)
630
- # # convert subset.attrs['min_time']='2024-05-11T06:00:00Z' into datetime
631
- # min_time = datetime.datetime.strptime(
632
- # subset.attrs["min_time"], "%Y-%m-%dT%H:%M:%SZ"
633
- # )
634
- # date_start = datetime.datetime.combine(st.session_state.forecast_date, time_start)
635
- # date_start = max(date_start, min_time)
636
-
637
  ## MAP
638
  with st.expander("Map", expanded=True):
639
  map_fig = build_map(
 
626
  subset = load_data()
627
 
628
  date_controls(subset)
 
 
 
 
 
 
 
 
629
  ## MAP
630
  with st.expander("Map", expanded=True):
631
  map_fig = build_map(