Flight plan - ATR-20240820a#
ec_underFlight plan#
The flight is planned to take off at 2024-08-20 14:33:00+00:00 UTC and land at 2024-08-20 18:03:00+00:00 UTC.
Normal MAESTRO flight pattern with first leg at about FL200, next two legs at cloud base, and final leg in the boundary layer.
Coordination with EarthCare.
Show code cell source
from orcestra.flightplan import sal, bco, LatLon, IntoCircle, path_preview, plot_cwv
from datetime import datetime
import intake
cat = intake.open_catalog("https://tcodata.mpimet.mpg.de/internal.yaml")
from orcestra.flightplan import sal, bco, LatLon, IntoCircle, path_preview, plot_cwv
from datetime import datetime
import intake
cat = intake.open_catalog("https://tcodata.mpimet.mpg.de/internal.yaml")
date_time = datetime(2024, 8, 17, 12, 0, 0)
date_time_str = date_time.strftime('%Y-%m-%d')
flight_time = datetime(2024, 8, 20, 12, 0, 0)
airport = sal
wp1 = LatLon(lat=18.574, lon=-24.765, label='wp1')
wp2 = LatLon(lat=17.706, lon=-25.035, label='wp2')
ec_meeting_pt = LatLon(lat=18.149, lon=-24.947, label='EC_meeting_pt')
wp3 = LatLon(lat=18.594, lon=-24.858, label='wp3')
wp4 = LatLon(lat=17.723, lon=-25.128, label='wp4')
path = [airport, wp1, wp2, ec_meeting_pt, wp3, wp4, airport]
ds = cat.HIFS(refdate=date_time_str, reftime=date_time.hour).to_dask()
cwv_flight_time = ds["tcwv"].sel(time=flight_time, method = "nearest")
ax = path_preview(path)
plot_cwv(cwv_flight_time)
SAFIRE Flight Plan submitted to Air Traffic Control (ATC)
Show code cell source
import pandas as pd
from dataclasses import asdict
pd.DataFrame.from_records(map(asdict, path)).set_index("label")
lat | lon | fl | time | note | |
---|---|---|---|---|---|
label | |||||
SAL | 16.734488 | -22.943974 | 0.0 | None | None |
wp1 | 18.574000 | -24.765000 | NaN | None | None |
wp2 | 17.706000 | -25.035000 | NaN | None | None |
EC_meeting_pt | 18.149000 | -24.947000 | NaN | None | None |
wp3 | 18.594000 | -24.858000 | NaN | None | None |
wp4 | 17.723000 | -25.128000 | NaN | None | None |
SAL | 16.734488 | -22.943974 | 0.0 | None | None |
Crew#
Job |
Name |
---|---|
Pilot |
Guillaume Seurat |
Pilot |
Jean-François Bourdinot |
Mechanics |
Maxen André |
Expé Principal |
Clément Bezier |
Expé |
Greg Ehses |
PI |
Marie Lothon |
LNG |
Kevin Huet |
aWALI |
Frédérique Laly |
Microphys 1 |
Antoine Baudoux |
Microphys 2 |
Thierry Latchimy |
RASTA |
Julien Delanoë |
BASTA |
Sophie Bounissou |