Skip to content

Small Woody Features: Vector ( Raster 5 m)

marketajindrova edited this page Jun 19, 2019 · 8 revisions

vector.unzip

Check description: Delivery file can be unzipped

Obligatory check: This check cannot be skipped

vector.naming

Check description: Naming is in accord with specification

Obligatory check: This check cannot be skipped

Requirements: swf_2015_005m_[a-z_]+0?3035(?P<aoi_code>[0-9]+)_

vector.attribute

Check description: Attribute table is composed of prescribed attributes

Obligatory check: This check cannot be skipped

Vector layers specifications: The following columns need to be present using the column name and type as stated below:

  • code: string
  • area: real
  • class_name: string

vector.epsg

Check description: Layers use specific EPSG codes

Obligatory check: This check cannot be skipped

Accepted EPSG code: 3035 (ETRS89 ETRS-LAEA equal-area projection)

vector.import2pg

Check description: The layers can be imported into PostGIS database

Obligatory check: This check cannot be skipped

vector.enum

Check description: Features use specific codes in specific attributes

Optional check: This check can be skipped

Allowed codes: 1, 2, 3 (empty text or NULL values are not allowed)

vector.singlepart

Check description: All geometries are singlepart

Optional check: This check can be skipped

Requirements: Feature is a single-part polygon which may contain holes but must not contain multiple exterior rings. Multi-part geometries are not allowed.

vector.geometry

Check description: The geometries are valid

Optional check: This check can be skipped

Requirements: Feature with valid geometry as defined by Open Geospatial Consortium’s OpenGIS specifications.

vector.layer_area

Check description: Vector and raster layer have similar area

Optional check: This check can be skipped

Requirements: x

vector.compactness

Check description: x

Optional check: This check can be skipped

Requirements: x

vector.mmu

Check description: Minimum mapping unit

Optional check: This check can be skipped

Allowed values:

  • Features of code = 1 (linear structures) or code = 3 (other woody features)
  • Features of code = 2 and area > 200 m2
  • Any other features are reported as errors

vector.max_area

Check description: Maximum mapping unit

Optional check: This check can be skipped

Allowed values:

  • Features of code = 1 (linear structures) or code = 3 (other woody features)
  • Features of code = 2 and area <= 5000 m2
  • Any other features are reported as errors

vector.mmw

Check description: x

Optional check: This check can be skipped

Requirements: x

vector.mxmw

Check description: x

Optional check: This check can be skipped

Allowed values: x

vector.mml

Check description: x

Optional check: This check can be skipped

Allowed values: x

vector.overlap

Check description: There is no couple of overlapping polygons

Optional check: This check can be skipped

Requirements: There must not be any features having part of its interior common with other feature.

vector.neighbour

Check description: There is no couple of neighbouring polygons having the same code

Optional check: This check can be skipped

Requirements: Every couple of neighbouring features in the same layer must be of distinct classes.

vector.inspire

Check description: Metadata are in accord with INSPIRE specification

Optional check: This check can be skipped

Requirements: Delivery must contain an INSPIRE compliant XML metadata document.

Clone this wiki locally