Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding flight segments for Twin-Otter aircraft #31

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
888c109
Generated a basic example yaml file for the twinotter
Jul 31, 2020
49f1549
Merge remote-tracking branch 'upstream/master' into twinotter
Aug 10, 2020
e7b1ab5
Return a dictionary (not a list) when there are no dropsondes in the …
Aug 12, 2020
bc27b51
Merge remote-tracking branch 'upstream/master' into twinotter
Aug 12, 2020
d55770d
Add rough first classification of twin otter flight segments
Sep 29, 2020
77e961b
Fixed timings on later twinotter yaml files
Oct 13, 2020
db9ae1c
Make segment naming consistent across TO yaml files
Mar 15, 2021
34b263d
Add optional argument to report.py to allow me to temporarily use loc…
Mar 15, 2021
95c124a
Merge remote-tracking branch 'upstream/master' into twinotter
Mar 15, 2021
ea917a3
Update segment yaml files where I was mission scientist
Mar 16, 2021
5c0547d
Update flight phases with more detail on cloud/non cloud legs
leosaffin May 13, 2021
d349e82
Add optional navdata argument to verify.py
leosaffin May 14, 2021
4fc412b
Use xarray for loading newer twinotter files
leosaffin May 14, 2021
3df073a
Only warn on missing dropsondes attribute for HALO and P3 segments
leosaffin May 14, 2021
2c3d56c
Fix errors in TO flight segments flagged by verify.py
leosaffin May 14, 2021
3834b64
Merge remote-tracking branch 'upstream/master' into twinotter
leosaffin May 14, 2021
867a27f
Merge branch 'master' into twinotter
leifdenby Apr 8, 2022
9f32619
add temporary MASIN catalog url
leifdenby Nov 18, 2022
db387d7
add script to process all flights in path
leifdenby Nov 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 151 additions & 0 deletions flight_phase_files/TO/EUREC4A_TO_Flight-Segments_20200124a_0.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
name: RF01
mission: EUREC4A
platform: TO
flight_id: TO-0330
contacts: []
date: 2020-01-24
flight_report: ''
takeoff: 2020-01-24 11:06:37
landing: 2020-01-24 14:02:53
events: []
remarks:
- Calibration flight
- HUM_ROSE is not well calibrated to absolute values - reference against TDEW_BUCK
or H2O_LICOR.
segments:
- kinds:
- calibration
- profile
name: ''
irregularities: []
segment_id: TO-0330_a
start: 2020-01-24 11:25:13
end: 2020-01-24 11:34:58
- kinds:
- calibration
- level
name: ''
irregularities: []
segment_id: TO-0330_b
start: 2020-01-24 11:34:58
end: 2020-01-24 11:45:28
- kinds:
- calibration
- profile
name: ''
irregularities: []
segment_id: TO-0330_c
start: 2020-01-24 11:45:28
end: 2020-01-24 11:50:21
- kinds:
- calibration
- level
name: ''
irregularities: []
segment_id: TO-0330_d
start: 2020-01-24 11:50:21
end: 2020-01-24 12:01:37
- kinds:
- calibration
- level
name: ''
irregularities: []
segment_id: TO-0330_e
start: 2020-01-24 12:02:44
end: 2020-01-24 12:18:52
- kinds:
- calibration
- profile
name: ''
irregularities: []
segment_id: TO-0330_f
start: 2020-01-24 12:17:45
end: 2020-01-24 12:27:53
- kinds:
- calibration
- level
name: ''
irregularities: []
segment_id: TO-0330_g
start: 2020-01-24 12:28:15
end: 2020-01-24 12:42:53
- kinds:
- calibration
- level
name: ''
irregularities: []
segment_id: TO-0330_h
start: 2020-01-24 12:47:24
end: 2020-01-24 12:54:09
- kinds:
- calibration
- level
name: ''
irregularities: []
segment_id: TO-0330_i
start: 2020-01-24 12:56:46
end: 2020-01-24 13:06:09
- kinds:
- calibration
- profile
name: ''
irregularities: []
segment_id: TO-0330_j
start: 2020-01-24 13:06:09
end: 2020-01-24 13:08:24
- kinds:
- calibration
- profile
name: ''
irregularities: []
segment_id: TO-0330_k
start: 2020-01-24 13:08:47
end: 2020-01-24 13:12:32
- kinds:
- calibration
- level
name: ''
irregularities: []
segment_id: TO-0330_l
start: 2020-01-24 13:17:47
end: 2020-01-24 13:29:03
- kinds:
- calibration
- level
name: ''
irregularities: []
segment_id: TO-0330_m
start: 2020-01-24 13:32:03
end: 2020-01-24 13:36:11
- kinds:
- calibration
- profile
name: ''
irregularities: []
segment_id: TO-0330_n
start: 2020-01-24 13:36:33
end: 2020-01-24 13:43:41
- kinds:
- calibration
- profile
name: ''
irregularities: []
segment_id: TO-0330_o
start: 2020-01-24 13:44:03
end: 2020-01-24 13:47:26
- kinds:
- calibration
- level
name: ''
irregularities: []
segment_id: TO-0330_p
start: 2020-01-24 13:47:49
end: 2020-01-24 13:56:04
- kinds:
- calibration
- level
name: ''
irregularities: []
segment_id: TO-0330_q
start: 2020-01-24 13:59:27
end: 2020-01-24 14:01:42
147 changes: 147 additions & 0 deletions flight_phase_files/TO/EUREC4A_TO_Flight-Segments_20200124b_0.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
name: RF02
mission: EUREC4A
platform: TO
flight_id: TO-0331
contacts:
- name: Keith Bower
tags:
- flight PI
date: 2020-01-24
flight_report: ''
takeoff: 2020-01-24 16:10:28
landing: 2020-01-24 19:29:35
events: []
remarks:
- HUM_ROSE is not well calibrated to absolute values - reference against TDEW_BUCK
or H2O_LICOR.
segments:
- kinds:
- level
- transit
name: 'transit to circle'
irregularities: []
segment_id: TO-0331_tr1
start: 2020-01-24 16:25:28
end: 2020-01-24 16:45:37
- kinds:
- profile
name: 'profile 1'
irregularities: []
segment_id: TO-0331_prof1
start: 2020-01-24 16:46:28
end: 2020-01-24 17:04:54
- kinds:
- level
- cloud
name: 'cloud 1'
irregularities: []
segment_id: TO-0331_cld1
start: 2020-01-24 17:05:19
end: 2020-01-24 17:09:00
- kinds:
- profile
name: 'profile 2'
irregularities: []
segment_id: TO-0331_prof2
start: 2020-01-24 17:11:19
end: 2020-01-24 17:14:19
- kinds:
- level
- cloud
name: 'cloud 2'
irregularities: []
segment_id: TO-0331_cld2
start: 2020-01-24 17:15:11
end: 2020-01-24 17:21:11
- kinds:
- profile
name: 'profile 3'
irregularities: []
segment_id: TO-0331_prof3
start: 2020-01-24 17:21:11
end: 2020-01-24 17:25:28
- kinds:
- level
- cloud
name: 'cloud 3'
irregularities: []
segment_id: TO-0331_cld3
start: 2020-01-24 17:27:11
end: 2020-01-24 17:40:54
- kinds:
- profile
name: 'profile 4'
irregularities: []
segment_id: TO-0331_prof4
start: 2020-01-24 17:42:36
end: 2020-01-24 17:46:02
- kinds:
- level
- cloud
name: 'cloud 4'
irregularities: []
segment_id: TO-0331_cld4
start: 2020-01-24 17:46:54
end: 2020-01-24 17:59:45
- kinds:
- level
- cloud
name: 'cloud 5'
irregularities: []
segment_id: TO-0331_cld5
start: 2020-01-24 18:06:36
end: 2020-01-24 18:17:45
- kinds:
- level
- cloud
name: 'cloud 6'
irregularities: []
segment_id: TO-0331_cld6
start: 2020-01-24 18:20:19
end: 2020-01-24 18:25:02
- kinds:
- level
- cloud
name: 'cloud 7'
irregularities: []
segment_id: TO-0331_cld7
start: 2020-01-24 18:26:45
end: 2020-01-24 18:28:53
- kinds:
- profile
name: 'profile 5'
irregularities: []
segment_id: TO-0331_prof5
start: 2020-01-24 18:29:19
end: 2020-01-24 18:33:10
- kinds:
- level
- cloud
name: 'cloud 8'
irregularities: []
segment_id: TO-0331_cld8
start: 2020-01-24 18:34:53
end: 2020-01-24 18:38:45
- kinds:
- level
- cloud
name: 'cloud 9'
irregularities: []
segment_id: TO-0331_cld9
start: 2020-01-24 18:40:02
end: 2020-01-24 18:48:10
- kinds:
- profile
name: 'profile 6'
irregularities: []
segment_id: TO-0331_prof6
start: 2020-01-24 18:55:53
end: 2020-01-24 19:10:27
- kinds:
- level
- bco_flyby
name: 'BCO flyby'
irregularities: []
segment_id: TO-0331_bco
start: 2020-01-24 19:10:53
end: 2020-01-24 19:23:19
Loading