-
Notifications
You must be signed in to change notification settings - Fork 43
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
Naming scheme for Flights #43
Comments
I prefer the first scheme (i.e. HALO-20240810a). Although it is the longest option, this verbosity also serves as a clean and future-proof way to identify flights. |
Hello! I've got some Feedback from the PI's as following: Bjorn:
Team MAESTRO:
So let's use the first scheme as proposed (with year and mandatory letter) and stick to it. :) |
The question came up if we then would skip the flight numbering For quicklook data the usual terminus |
Ok, thanks for the feedback, there seems to be a clear favorite: the full version (with year and mandatory letter):
This would replace other possible identifiers for a flight (e.g. The hyphens ( I'd suggest to keep this issue open until we have a PR which documents this decision on our webpage. |
We need a consistent naming scheme for each research flight during the campaign in order to uniquely identify each flight. These identifiers should be concise, easy to remember and easy to type, but they must be uniquely defined per flight.
In early days, we've been using an
RF01
,RF02
, ... naming scheme, which assigns consecutive numbers to each flight. This has led to problems defining where to start the count (e.g. do we have to account for test flights or transfer flights?). This naming scheme can also be ambiguous between aircraft and campaigns and thus is not ideal for multi-aircraft campaigns.During EUREC4A, we've adopted the
<aircraft>-<month><day>
naming scheme (e.g.ATR-0213
), which solved some of the problems and is still relatively short, but doesn't support multiple flights on the same day. That resulted in two flights actually having the same identifier, resulting in problems and the ad-hoc creation of the<aircraft>-<month><day>-<flight_number>
scheme.This issue proposes to use a naming scheme based on aircraft and (takeoff-UTC-) date, while allowing multiple flights on one day. We deliberately don't suggest the use of e.g. takeoff or landing times, as there might be disputes or miscommunication about their exact values. Instead, we propose to use small letters (e.g.
a
,b
,c
....) as suffix to distinguish between multiple flights on a day (this approach has already been used for some instruments). We could allow to skip thea
suffix for the first flight, this would in many cases shorten the identifier, but will create a corner case which may have to be accounted for in scripts.Within the ORCESTRA campaign, we don't have a change in year, so we might skip the year part of the date (as in EUREC4A) to make the identifier more concise. On the other hand, the year would help to distinguish flights from potential other field campaigns. This leaves the following options:
HALO-20240810a
,HALO-20240810b
: with year and mandatorya
HALO-20240810
,HALO-20240810b
: with year and withouta
HALO-0810a
,HALO-0810b
: without year and mandatorya
HALO-0810
,HALO-0810b
: without year and withouta
The text was updated successfully, but these errors were encountered: