PL1
range tests
FIELD | MIN | MAX | ERROR_TYPE | ACTIVE |
---|---|---|---|---|
slope | 0 | 30 | warning | since 1984 |
slope | 0 | 70 | error | since 1984 |
temporal tests
no tests available
multiple tests
RULE_ID | TEST | ERROR_TYPE | ACTIVE |
---|---|---|---|
3251 | 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 |
3252 | 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 |
ST1
range tests
no tests available
temporal tests
no tests available
multiple tests
RULE_ID | TEST | ERROR_TYPE | ACTIVE |
---|---|---|---|
20014 | Message: Tree species -9 is not valid for this form. Specify a proper tree species. Plot: VALUE SQL: where NOT (tree_species > 0) |
error | since 1984 |
20220024 | Message: specified Main tree species VALUE does not match with specified Forest type VALUE SQL: where (tree_species = 18 OR tree_species = 19 OR tree_species = 20) AND NOT (forest_type = 6 OR forest_type = 7) |
error | since 1984 |
20230007 | Message: canclosure (VALUE) has to be between 40 and 100, or -9999(missing value) SQL: where NOT ((canclosure = -9999) OR (canclosure BETWEEN 40 AND 100)) |
warning | since 1984 |
20230008 | Message: canclosure (VALUE) has to be between 0 and 100, or -9999(missing value) SQL: where NOT ((canclosure = -9999) OR (canclosure BETWEEN 0 AND 100)) |
error | since 1984 |
20230010 | Message: top_height (VALUE) has to be between 20 and 45, or -9999(missing value) SQL: where NOT ((top_height = -9999) OR (top_height BETWEEN 20 AND 45)) |
warning | since 1984 |
20230011 | Message: specified Forest type VALUE does not match with specified Main tree species VALUE SQL: where (forest_type = 6) AND NOT (tree_species = 18 OR tree_species = 19 OR tree_species = 20) |
error | since 1984 |