PPS
range tests
FIELD | VALID_FROM | VALID_TO | MIN | MAX | ERROR |
---|---|---|---|---|---|
altitude_m | 1984 | 0 | 2500 | w | |
altitude_m | 1984 | 0 | 4000 | e | |
sampling_height | 1984 | 1.5 | 2.5 | w |
temporal tests
RULE_ID | TEST | ERROR |
---|---|---|
284 | longitude = longitude_t-1 | w |
285 | latitude = latitude_t-1 | w |
RULE_ID | MSG | MSG_CODE |
---|---|---|
284 | longitude VALUE does not match with value VALUE from previous year | TT_NOT_MATCH |
285 | latitude VALUE does not match with value VALUE from previous year | TT_NOT_MATCH |
multiple tests
RULE_ID | TEST | ERROR |
---|---|---|
742 | altitude_m - elevation_lowest2500 <= 500 | w |
743 | altitude_m - elevation_lowest5000 <= 800 | w |
744 | #date_monitoring_first# <= #date_monitoring_last# | e |
745 | altitude = altitude | w |
746 | latitude = latitude | w |
747 | longitude = longitude | w |
748 | (compound IN ('O3')) AND NOT (altitude_m IS NOT NULL) | e |
3009 | EXIST(plot) | e |
3205 | LENGTH(latitude) = 7 AND latitude LIKE('+%') | e |
3206 | LENGTH(longitude) = 7 AND (longitude LIKE('+%') OR longitude LIKE('-%')) | e |
RULE_ID | MSG |
---|---|
742 | difference between altitude_m VALUE and VALUE is relatively high |
743 | difference between altitude_m VALUE and VALUE is relatively high |
744 | specified date_monitoring_first VALUE must not smaller than specified date_monitoring_last VALUE |
745 | AQ_altitude VALUE is not the same as in GENER.PLT |
746 | AQ_latitude VALUE is not the same as in GENER.PLT (VALUE). |
747 | AQ_longitude VALUE is not the same as in GENER.PLT (VALUE). |
748 | altitude_m is Null, which is not expected for compound VALUE |
3009 | plot VALUE is not registered in the system instalment |
3205 | latitude(VALUE) has to be submitted in a 7 digits format (+DDMMSS) with leading '+' |
3206 | longitude(VALUE) has to be submitted in a 7 digits format (+/-DDMMSS) with leading '+/-' |
PAC
range tests
FIELD | VALID_FROM | VALID_TO | MIN | MAX | ERROR |
---|---|---|---|---|---|
altitude_m | 1984 | 0 | 2500 | w | |
altitude_m | 1984 | 0 | 4000 | e | |
inlet_height | 1984 | 1 | 50 | w |
temporal tests
RULE_ID | TEST | ERROR |
---|---|---|
27 | longitude = longitude_t-1 | w |
60 | latitude = latitude_t-1 | w |
RULE_ID | MSG | MSG_CODE |
---|---|---|
27 | longitude VALUE does not match with value VALUE from previous year | TT_NOT_MATCH |
60 | latitude VALUE does not match with value VALUE from previous year | TT_NOT_MATCH |
multiple tests
RULE_ID | TEST | ERROR |
---|---|---|
366 | altitude = altitude | w |
419 | latitude = latitude | w |
420 | longitude = longitude | w |
3016 | EXIST(plot) | e |
3203 | LENGTH(latitude) = 7 AND latitude LIKE('+%') | e |
3204 | LENGTH(longitude) = 7 AND (longitude LIKE('+%') OR longitude LIKE('-%')) | e |
RULE_ID | MSG |
---|---|
366 | AQ_altitude VALUE is not the same as in GENER.PLT |
419 | AQ_latitude VALUE is not the same as in GENER.PLT (VALUE). |
420 | AQ_longitude VALUE is not the same as in GENER.PLT (VALUE). |
3016 | plot VALUE is not registered in the system instalment |
3203 | latitude(VALUE) has to be submitted in a 7 digits format (+DDMMSS) with leading '+' |
3204 | longitude(VALUE) has to be submitted in a 7 digits format (+/-DDMMSS) with leading '+/-' |
COL
range tests
FIELD | VALID_FROM | VALID_TO | MIN | MAX | ERROR |
---|---|---|---|---|---|
hour_end | 1984 | 0 | 24 | e | |
hour_start | 1984 | 0 | 24 | e | |
inlet_height | 1984 | 1 | 50 | w |
temporal tests
RULE_ID | TEST | ERROR |
---|---|---|
36 | longitude = longitude_t-1 | w |
69 | latitude = latitude_t-1 | w |
RULE_ID | MSG | MSG_CODE |
---|---|---|
36 | longitude VALUE does not match with value VALUE from previous year | TT_NOT_MATCH |
69 | latitude VALUE does not match with value VALUE from previous year | TT_NOT_MATCH |
multiple tests
RULE_ID | TEST | ERROR |
---|---|---|
273 | date_start <= date_end | e |
372 | altitude = #SI_altitude# | w |
431 | latitude = #SI_latitude# | w |
432 | longitude = #SI_longitude# | w |
633 | (compound = 'O3') AND NOT (mean BETWEEN 5 AND 100) | w |
634 | (compound = 'NH3') AND NOT (mean BETWEEN 0.2 AND 40) | w |
635 | (compound = 'NO2' ) AND NOT (mean BETWEEN 0.2 AND 30) | w |
636 | (compound = 'SO2' ) AND NOT (mean BETWEEN 0.2 AND 40) | w |
3023 | EXIST(plot) | e |
3201 | LENGTH(latitude) = 7 AND latitude LIKE('+%') | e |
3202 | LENGTH(longitude) = 7 AND (longitude LIKE('+%') OR longitude LIKE('-%')) | e |
RULE_ID | MSG |
---|---|
273 | specified date_start VALUE must not smaller than specified date_end VALUE |
372 | AQ_altitude VALUE is not the same as in GENER.PLT |
431 | AQ_latitude VALUE is not the same as in GENER.PLT (VALUE). |
432 | AQ_longitude VALUE is not the same as in GENER.PLT (VALUE). |
633 | mean for O3 VALUE not in range between 5 and 100 |
634 | mean for NH3 VALUE not in range between 0.2 and 40 |
635 | mean for NO2 VALUE not in range between 0.2 and 30 |
636 | mean for SO2 VALUE not in range between 0.2 and 40 |
3023 | plot VALUE is not registered in the system instalment |
3201 | latitude(VALUE) has to be submitted in a 7 digits format (+DDMMSS) with leading '+' |
3202 | longitude(VALUE) has to be submitted in a 7 digits format (+/-DDMMSS) with leading '+/-' |
AQP
range tests
no tests available
temporal tests
no tests available
multiple tests
RULE_ID | TEST | ERROR |
---|---|---|
274 | date_start <= date_end | e |
625 | (compound = 'O3' and value <> -1) AND NOT (value BETWEEN 5 AND 200) | w |
626 | (compound = 'NH3' and value <> -1) AND NOT (value BETWEEN 0.2 AND 40) | w |
627 | (compound = 'NO2' and value <> -1) AND NOT (value BETWEEN 0.2 AND 30) | w |
628 | (compound = 'SO2' and value <> -1) AND NOT (value BETWEEN 0.2 AND 40) | w |
776 | EXIST(sampler) | e |
RULE_ID | MSG |
---|---|
274 | specified date_start VALUE must not smaller than specified date_end VALUE |
625 | value for O3 VALUE not in range between 5 and 100 |
626 | value for NH3 VALUE not in range between 0.2 and 40 |
627 | value for NO2 VALUE not in range between 0.2 and 30 |
628 | value for SO2 VALUE not in range between 0.2 and 40 |
776 | sampler not specified in PPS file |
AQB
range tests
no tests available
temporal tests
no tests available
multiple tests
RULE_ID | TEST | ERROR |
---|---|---|
265 | (date_start >= #date_monitoring_first#) AND (date_end <= #date_monitoring_last#) | e |
629 | (compound = 'O3' and value <> -1) AND NOT (value BETWEEN 5 AND 100) | w |
630 | (compound = 'NH3' and value <> -1) AND NOT (value BETWEEN 0.2 AND 40) | w |
631 | (compound = 'NO2' and value <> -1) AND NOT (value BETWEEN 0.2 AND 30) | w |
632 | (compound = 'SO2' and value <> -1) AND NOT (value BETWEEN 0.2 AND 40) | w |
778 | (date_start >= #date_monitoring_first#) AND (date_end <= #date_monitoring_last#) | e |
RULE_ID | MSG |
---|---|
265 | specification of period in data file not in frame of respective specification in plot file |
629 | value for O3 VALUE not in range between 5 and 100 |
630 | value for NH3 VALUE not in range between 0.2 and 40 |
631 | value for NO2 VALUE not in range between 0.2 and 30 |
632 | value for SO2 VALUE not in range between 0.2 and 40 |
778 | specification of period in data file not in frame of respective specification in plot file |
AQA
range tests
FIELD | VALID_FROM | VALID_TO | MIN | MAX | ERROR |
---|---|---|---|---|---|
hour | 1984 | 0 | 23 | e | |
O3 | 1984 | 5 | 200 | w |
temporal tests
no tests available
multiple tests
RULE_ID | TEST | ERROR |
---|---|---|
249 | EXIST(sampler) | e |
RULE_ID | MSG |
---|---|
249 | sampler not specified in PAC file |