Skip to content

Vector checks

Jiří Kadlec edited this page May 17, 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 check

See dedicated page Attributes.

vector.epsg: CRS (Projection) check

See dedicated page CRS.

vector.unique: Unique attribute check

See dedicated page Unique attributes.

vector.enum: Valid codes

See dedicated page Valid codes.

vector.change: Distinct codes in change layer

See dedicated page Change codes.

vector.non_probable_changes: Non-probable changes

See dedicated page Non-probable changes.

vector.singlepart: Singlepart polygon check

See dedicated page Singlepart polygons.

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: There is no gap in the AOI

See dedicated page Vector gaps.

vector.mmu: Minimum mapping unit

See dedicated page Vector minimum mapping unit.

vector.max_area: Maximum mapping unit

See dedicated page Vector maximum mapping unit.

vector.mmw: Minimum mapping width

See dedicated page Vector minimum mapping width.

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.layer_area: Vector and raster layer area comparison

See dedicated page Vector and raster layer area.

vector.inspire: Metadata

See dedicated page Vector metadata.

Clone this wiki locally