PLT
range tests
FIELD | VALID_FROM | VALID_TO | MIN | MAX | ERROR |
---|---|---|---|---|---|
altitude_m | 1984 | 0 | 2500 | w | |
altitude_m | 1984 | 0 | 4000 | e | |
plot_size | 1984 | 0.1 | 9.9999 | w | |
slope | 1984 | 0 | 30 | w | |
slope | 1984 | 0 | 45 | e |
temporal tests
RULE_ID | TEST | ERROR |
---|---|---|
221 | date_installation = date_installation_t-1 | w |
RULE_ID | MSG | MSG_CODE |
---|---|---|
221 | date_installation VALUE does not match with value VALUE from previous year | TT_NOT_MATCH |
multiple tests
RULE_ID | TEST | ERROR |
---|---|---|
642 | plot_size IS NOT NULL | w |
812 | (plot is not null) AND NOT (plot_design >200) | e |
3239 | LENGTH(latitude) = 7 AND latitude LIKE('+%') | e |
3240 | LENGTH(longitude) = 7 AND (longitude LIKE('+%') OR longitude LIKE('-%')) | e |
RULE_ID | MSG |
---|---|
642 | plot size must not be NULL |
812 | specified Plot design VALUE does not match with specified Level II plot VALUE |
3239 | latitude(VALUE) has to be submitted in a 7 digits format (+DDMMSS) with leading '+' |
3240 | longitude(VALUE) has to be submitted in a 7 digits format (+/-DDMMSS) with leading '+/-' |
STA
range tests
FIELD | VALID_FROM | VALID_TO | MIN | MAX | ERROR |
---|---|---|---|---|---|
top_height | 1984 | 20 | 45 | w |
temporal tests
no tests available
multiple tests
RULE_ID | TEST | ERROR |
---|---|---|
612 | (canclosure <> 999) AND NOT (canclosure BETWEEN 40 AND 100) | w |
613 | (canclosure <> 999) AND NOT (canclosure BETWEEN 0 AND 100) | e |
817 | canclosure IS NOT NULL | w |
818 | det_top_height IS NOT NULL | w |
819 | top_height IS NOT NULL | w |
820 | cov_layers IS NOT NULL | w |
821 | (forest_type = 6) AND NOT (tree_species = 20) | e |
822 | (tree_species = 20) AND NOT (forest_type = 6) | e |
RULE_ID | MSG |
---|---|
612 | canopy closure VALUE not in range between 40 and 100 |
613 | canopy closure VALUE not in range between 0 and 100 |
817 | canopy closure must not be NULL |
818 | Determination of top height must not be NULL |
819 | Top height must not be NULL |
820 | Field Coverage of tree layers is mandatory and must not be empty. |
821 | specified Forest type VALUE does not match with specified Main tree species VALUE |
822 | specified Main tree species VALUE does not match with specified Forest type VALUE |