Closed sortega87 closed 1 month ago
The following line can throw an error when the briefing time is not found in the satellite track. This can happen, for instance, when generating yesterday's goes figure when the flight track have been updated for the day.
https://github.com/orcestra-campaign/weather/blob/28f9ae12fcbed8a57eb70e9d3f8b9641921c8b3e/src/wblib/figures/external/goes_2_go.py#L111-L112
Just as a reminder: Here we should also remove the plotting of satellite tracks in the satellite images in general 😉
The following line can throw an error when the briefing time is not found in the satellite track. This can happen, for instance, when generating yesterday's goes figure when the flight track have been updated for the day.
https://github.com/orcestra-campaign/weather/blob/28f9ae12fcbed8a57eb70e9d3f8b9641921c8b3e/src/wblib/figures/external/goes_2_go.py#L111-L112