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