Flight plan - ATR-20240907a#
Flight plan#
The flight is planned to take off at 2024-09-07 10:00:00+00:00 UTC and land at 2024-09-07 13:30:00+00:00 UTC.
Flight track designed to sample shallow cumulus organization with ‘Millefeuille’ flight pattern (lower-troposphere only, multiple levels).
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")
date_time = datetime(2024, 9, 6, 12, 0, 0)
date_time_str = date_time.strftime('%Y-%m-%d')
flight_time = datetime(2024, 9, 12, 12, 0, 0)
airport = sal
wp1 = LatLon(lat=16.75, lon=-22.62, label='wp1')
wp2 = LatLon(lat=17.73, lon=-21.42, label='wp2')
path = [airport, wp1, wp2, wp1, 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)
ax.set_extent([-24, -20, 14.5, 18])
plot_cwv(cwv_flight_time)
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 | 16.750000 | -22.620000 | NaN | None | None |
wp2 | 17.730000 | -21.420000 | NaN | None | None |
wp1 | 16.750000 | -22.620000 | NaN | None | None |
SAL | 16.734488 | -22.943974 | 0.0 | None | None |
Crew#
Job |
Name |
---|---|
Pilot |
D Duchanoy |
Pilot |
G Seurat |
Mechanics |
T André |
Expé Principal |
H Bellec |
Expé |
B Cellou |
PI |
Louis Jaffeux |
LNG |
S Bounissou |
aWALI |
A Blanc |
Microphys 1 |
G Fevre |
Microphys 2 |
A Schwarzenboeck |
RASTA |
G Legac |
BASTA |
V Guillet |