eurec4a / flight-phase-separation

Collection of manually edited flight segments for all platforms participating in EUREC4A.
1 stars 6 forks source link

sort keys in compiled yaml file in human friendly order #29

Closed d70-t closed 3 years ago

d70-t commented 3 years ago

The order in the compiled yaml files doesn't have a semantic meaning, but it should be kept mostly fixed to simplify the search for changes. Befor this change the order has been alphabetically, which is not very friendly to a human reader. This change list a few manually selected keys in a preferred order and uses this order for sorting. Additional keys may also be present and are appended in alphabetical order (as before).

closes #27