Skip to content

Vector checks

Jiří Kadlec edited this page May 14, 2019 · 22 revisions

Vector checks

QC tool does not take tolerance into account during spatial relationship operations such as overlaps, gaps, touches. The aim is to make the deliveries portable across the tools without any hassle.

vector.naming: Naming is in accord with specification

The check can not be skipped. The result values of the check are: ok, aborted.

See dedicated page Naming conventions.

vector.format: File format is correct

The check can not be skipped. The result values of the check are: ok, aborted.

The allowed format for products:

  • CORINE Land Cover: geodatabase;
  • Urban Atlas: geodatabase or shapefiles;
  • Riparian zones: shapefiles;
  • Natura 2000: shapefiles;

vector.attribute. Attribute table contains prescribed attributes

See dedicated page Attributes.

vector.epsg: CRS of layer expressed as EPSG code match reference EPSG code

See dedicated page CRS.

vector.unique: Unique attribute check

See dedicated page Unique attributes.

vector.enum: Valid codes

See dedicated page Valid codes.

vector.non_probable_changes: Non-probable changes

See dedicated page Non-probable changes.

vector.singlepart: No multipart polygons

All layers in all vector products except Urban Atlas boundary layer:

  • feature satisfying general requirements:
    • feature is a single-part polygon; a single-part polygon may contain holes, but may not contain multiple exterior rings.

Reference:

vector.geometry: Geometries are valid

  • feature satisfying general requirements:
  • For each feature with invalid geometry, the invalid geometry reason (i.e. self-intersection) and invalid geometry location can be found in the attachment error table.

vector.gap: Completeness

See dedicated page Vector completeness.

vector.mmu: Minimum mapping unit

See dedicated page Vector MMU.

vector.mmw: Minimum mapping width

See dedicated page Vector MMW.

vector.overlap: No overlapping polygons

See dedicated page Overlapping polygons.

vector.neighbour: No neighbouring polygons with the same code

See dedicated page Neighbouring polygons.

vector.change: Features have distinct code in initial and final year

See dedicated page Change codes.

vector.inspire: Metadata

See dedicated page Vector metadata.

Clone this wiki locally