-
Notifications
You must be signed in to change notification settings - Fork 4
Natura 2000 combined product (2006 2012)
This product consists of a single combined layer.
The product definition contains following checks:
Check description: Delivery file can be unzipped.
Required check, the check cannot be skipped.
Check description: Naming is in accord with specification.
Required check, the check cannot be skipped.
Requirements: Each Natura2000 product must be in a geodatabase (gdb), GeoPackage (gpkg) or Shapefile (shp) format.
Naming convention:
The layer name must match regex:
^n2k_du[0-9]{3}[a-z]_lclu_v[0-9]+_[0-9]{8}$
- the name must start with 'n2k'
-
- followed by a delivery unit number which consist of:
-
- 'du'
- 3 numbers [0-9]
- A letter [a-z]
- followed by '_lclu'
-
- followed by a version which consist of:
-
- Letter 'v'
- Followed by numbers
- the ending must end with a date which consist of 8 numbers
Naming example:
N2k_du001a_lclu_v1_01012012.shp
Boundary source: boundary_n2k.shp
Check description: Attribute table check.
Required check, the check cannot be skipped.
Requirements:
- Required attributes:
-
-
“id“: “integer“(precision=9), identifier of the buffered n2k sites; -
“uid“: “string“(length=20), unique identifier of the feature geometry; -
“sidecode“: “string“(length=20), unique identifier of the n2k site; -
“grasstype“: “string“(length=20), predominant grasslandtype; -
“maes_1_06“: “integer“(precision=9), class code of MAES level 1 for LULC 2006 +/-2; -
“maes_2_06“: “integer“(precision=9), class code of MAES level 2 for LULC 2006 +/-2; -
“maes_3_06“: “integer“(precision=9), class code of MAES level 3 for LULC 2006 +/-2; -
“maes_4_06“: “integer“(precision=9), class code of MAES level 4 for LULC 2006 +/-2; -
“comment_06“: “string“(length=254), comment field for additional information for LULC 2006 (+/-2 years); -
“nodata_06“: “integer“(precision=9), unclassifiable area due to clouds, shadows, snow, haze or missing data; -
“maes_1_12“: “integer“(precision=9), class code of MAES level 1 for LULC 2012 +/-2; -
“maes_2_12“: “integer“(precision=9), class code of MAES level 1 for LULC 2012 +/-2; -
“maes_3_12“: “integer“(precision=9), class code of MAES level 1 for LULC 2012 +/-2; -
“maes_4_12“: “integer“(precision=9), class code of MAES level 1 for LULC 2012 +/-2; -
“comment_12“: “string“(length=254), comment field for additional information for LULC 2012 (+/-2 years); -
“nodata_12“: “integer“(precision=9), unclassifiable area due to clouds, shadows, snow, haze or missing data; -
“changecode“: “string“(length=11), change class code of MAES level 4 for LULC 2012 +/-2 years & 2006 +/-2 years; -
“area_ha“: “Double“, area in hectare;
-
Check description: CRS (Projection) check.
Required check, the check cannot be skipped.
Requirements:
- The vector must be assigned spatial reference system EPSG: 3035 (ETRS89 ETRS-LAEA equal-area projection);
Check description: Data can be imported into database
Required check, the check cannot be skipped.
Check description: Metadata.
Optional check, the check may be skipped.
Requirements:
- The delivery must contain a
Metadatasubdirectory with one XML metadata document named<layer_name>.xmlwhere layer_name is the name of the geodatabase or geopackage, e.g.
+-- N2k_du001a_lclu_v1_01012012.gpkg (Geopackage name),
+-- Metadata/ (Metadata subfolder),
+-- N2k_du001a_lclu_v1_01012012.xml (INSPIRE XML metadata document)
- The XML metadata document must be compliant with INSPIRE metadata specifications.
- The INSPIRE compliance of the metadata is checked with the validator at http://inspire.ec.europa.eu/validator/ using Metadata (TG version 2.0) test suite.
Check description: Unique attribute check.
Optional check, the check may be skipped.
Requirements: The value in the column 'uid' must be unique for each input/row.
- Parameters:
-
- “unique_keys“: [“uid“];
Check description: Valid codes.
Optional check, the check may be skipped.
Requirements:
Set of valid codes for attribute maes_1_n2k:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Set of valid codes for attribute maes_2_n2k:
0, 11, 12, 13, 14, 21, 22, 23, 31, 32, 33, 34, 35, 41, 42, 51, 52, 61, 62, 63, 71, 72, 81, 82, 91, 92, 100
Set of valid codes for attribute maes_3_n2k:
0, 111, 112, 121, 122, 123, 124, 131, 132, 140, 211, 212, 221, 222, 231, 232, 233, 234, 311, 312, 321, 322, 331, 332, 341, 342, 350, 410, 421, 422, 511, 512, 520, 610, 621, 622, 631, 632, 633, 710, 721, 722, 811, 812, 813, 821, 822, 911, 912, 913, 921, 922, 923, 924, 1000
Set of valid codes for attribute maes_4_n2k:
0, 1110, 1120, 1210, 1220, 1230, 1240, 1310, 1320, 1400, 2110, 2120, 2210, 2220, 2310, 2320, 2330, 2340, 3110, 3120, 3210, 3220, 3310, 3320, 3410, 3420, 3500, 4100 4211, 4212, 4220, 5110, 5120, 5200, 6100, 6210, 6220, 6310, 6320, 6330, 7100, 7210, 7220, 8110, 8120, 8130, 8210, 8220, 9110, 9120, 9130, 9210, 9220, 9230, 9240, 10000
Check description: Singlepart polygon check.
Optional check, the check may be skipped.
Requirements: All layers of all vector products, feature satisfying general requirements:
Feature is a single-part polygon; a single-part polygon may contain holes but may not contain multiple exterior rings. ;
Check description: Geometries are valid.
Optional check, the check may be skipped.
Requirements:
Feature satisfying general requirements:
- Feature with valid geometries as defined by Open Geospatial Consortium’s OpenGIS specification.
- 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.
NOTE: Ring self-intersections while considered valid by ArcGIS are also reported as errors by the QC Tool. ;
Check description: Calculated area and value in the column 'area' coincide.
Optional check, the check may be skipped.
Requirements:
-
unit: 1, (value is in m2) -
tolerance: 0.5 (calculated area and value in the column 'area' do not differ by more than 0.5 m2)
Check description: There is no gap in the AOI.
Optional check, the check may be skipped.
Requirements: AOI is defined by boundary package. AOI represents the union of all Buffered Natura 2000 sites. The value of ‘id’ attribute indicates the Natura 2000 site the feature is covered by. For every delivery there is a contract fixing the set of sites the delivery should supply.
Check description: Minimum mapping unit.
Optional check, the check may be skipped.
Requirements:
- feature satisfying general requirements:
- feature having area >= 0.5ha;
- feature satisfying exceptional requirements:
- Feature touching the boundary by a line and having area >= 0.1 ha;
- Feature participating in a complex change if the total area of all the participating features is >= 0.5 ha;
- Linear feature (road, railway, river) having area >= 0.1 ha;
- Urban feature (except road or railway feature) touching road or railway feature and having area >= 0.25 ha;
- Feature with one or more exception comments in the
comment_12attribute:
Area size exception (at Natura2000 AoI boundary) Area size exception (inside Natura2000 AoI boundary) Areas related to change Splitted change Braided River System Temporal fluctuation of water level
Notes:
- Linear feature (road, railway, river) has
maes_3_12codes[121, 122, 911, 912]; - Road or railway feature has
maes_3_12codes[121, 122]; - Urban feature has
maes_1_12code1; - There may be multiple comments in the
comment_12attribute. In that case the comments must be separated by ";", e.g.Area size exception (inside Natura2000 AoI boundary); Areas related to change.
Check description: Minimum mapping width.
Optional check, the check may be skipped.
Requirements:
Feature satisfying general requirements:
- Feature with minimum width greater than 10 metres
Check description: No overlapping polygons.
Optional check, the check may be skipped.
Requirements:
There must be no feature having any part of its interior common with any other feature (aka overlaps). ;
Check description: No neighbouring polygons with the same code.
Optional check, the check may be skipped.
Requirements:
Feature satisfying general requirements:
- Feature has no neighbouring feature of the same classes recorded in attributes maes_4_06 and maes_4_12;
- feature satisfying exceptional requirements:
- feature having one of the following comments present in the
comment_12column:-
Braided River System; -
Flooded area; -
Temporal fluctuation of water level;
-
- feature having one of the following comments present in the