diff --git a/TODO.md b/TODO.md index 3ff51ad..9b25023 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,9 @@ # TODO +* [from Leïla] Add flagging based on CPC flags +* [from Leïla] Correct calibration_params copying +* [from Leïla] Plot for auto flags visualization should be able to zoom in vertically +* [from Leïla] Remove inletP column in level 2 .nas data +* [from Leïla] Change flow rate values to 10% of flow rate ref * [New] Create data flows to validate and replace existing data chain params. data/campaignData/param/ -> pipelines/params and campaignDescriptor.yaml -> acsm data converter. * [New] DIMA. Add dictionaries to explain variables at different levels. * [New] DIMA. Modify data integration pipeline to not add current datetime in filename when not specified. diff --git a/app/flags/ebas_dict.yaml b/app/flags/ebas_dict.yaml index be936e1..58fd915 100644 --- a/app/flags/ebas_dict.yaml +++ b/app/flags/ebas_dict.yaml @@ -37,4 +37,4 @@ flags: description: "Missing measurement, unspecified reason" # Define flag rankings with flag 0 as the absolute lowest -flag_ranking : {100: 100, 110: 80, 111: 75, 559: 60, 652: 50, 660: 40, 456: 30, 460: 28, 599: 26, 659: 24, 999: 20, 0: 10} +flag_ranking : {100: 100, 110: 80, 111: 75, 456: 60, 559: 50, 652: 40, 660: 30, 460: 28, 599: 26, 659: 24, 999: 20, 0: 10}