-
Notifications
You must be signed in to change notification settings - Fork 3
Terminology
Complex change is a set of features where:
- every single member has different class in the initial year and in the final year;
- and all the members are of the same class either all in the initial year or all in the final year;
- and every member touches neighbouring member by a line;
- and all the members form together a single polygon as large as possible.
Levels of feature requirements sorted from most demanding:
- general requirements;
- exception requirements;
- warning requirements, available to urban atlas only.
Feature classified after satisfying feature requirements:
- general feature, feature satisfying at least one general requirement;
- exception feature, feature satisfying at least one exception requirement and not satisfying any of general requirements;
- warning feature, feature satisfying at least one warning requirement and not satisfying any of general or exception requirements;
- error feature, feature not satisfying any requirement.
Check is one step performed during delivery validation.
Check suite is a set of checks selected to be performed in order to validate delivery.
Check status is the result of performed check.
Levels of check statuses sorted from least severity:
- skipped, the check has not been selected as part of check suite;
- ok, if checking features then the check has found no error feature;
- failed, if checking features then the check has found one error feature at least;
- aborted, the check found the delivery defected enough to signal that it makes no sense to continue validation.
Job is performed validation of a delivery by running the check suite.
Job is always in one of its job states:
- accepted, the job is waiting to be run;
- runnning, the job is running the check suite;
- ok, the job completed with statuses of all checks set to ok;
- partial, the job completed with statuses of all checks set to ok or skipped;
- failed, the job completed with status of one check at least set to failed or aborted;
- error, the job has been interrupted by an unexpected event.
Job report is a summary of a job published in the frontend application.
Check publishes in job report feature identifiers for:
- exception features;
- warning features;
- error features.
Check creates separate attachments for:
- exception features;
- warning features;
- error features.
Boundary is the delineation of particular AOI.
Boundary unit is a collection of all the features demarcating the area of particular AOI.
Marginal feature is a feature having one edge at least not sharing with any other feature.
Margin is a collection of marginal features.