Skip to content

Small Woody Features: Vector ( Raster 5 m)

marketajindrova edited this page Jun 19, 2019 · 8 revisions

Small woody landscape features are important vectors of biodiversity and provide information on fragmentation of habitats with a direct potential for restoration while also providing a link to hazards protection and Green Infrastructure, amongst others.

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]+)_

"check_ident": "qc_tool.vector.naming", "required": true, "parameters": { "reference_year": "2015", "formats": [ ".gdb", ".shp" ], "layer_names": { "swf_vec": "swf_2015_vec_[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

{ "check_ident": "qc_tool.vector.layer_area", "required": false, "parameters": { "layers": ["swf_raster", "swf_vec"], "vector_layer": "swf_vec", "vector_code_column_name": "code", "vector_codes": ["1", "2", "3"], "raster_layer": "swf_raster", "raster_codes": [1, 3] }

vector.compactness

Check description: x

Optional check: This check can be skipped

Requirements: x

{ "check_ident": "qc_tool.vector.compactness", "required": false, "parameters": { "layers": ["swf_vec"], "code_column_name": "code", "area_column_name": "area", "linear_code": "1", "patchy_code": "2", "threshold": 0.75 }

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 (patchy structures) 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 (patchy structures) and area <= 5000 m2
  • Any other features are reported as errors

vector.mmw

Check description: Minimum mapping width

Optional check: This check can be skipped

Allowed values: Features of code = 2 (patchy structures) >= 10

vector.mxmw

Check description: Maximum mapping width

Optional check: This check can be skipped

Allowed values: Features of code = 1 (linear structures) <= 30

vector.mml

Check description: minimum mapping length

Optional check: This check can be skipped

Allowed values: Features of code = 1 (linear structures) >= 50

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