Skip to content

Boundaries

marketajindrova edited this page Feb 13, 2020 · 24 revisions

Boundaries

When signed in on the homepage as administrator, there is a boundaries link redirecting to a boundary management form. Use the ‘Upload boundary package’ button to add a Zip file with all required AOI boundaries. To obtain the boundary package, please contact the EEA staff.

Completeness checks (r10 and v10) perform a spatial overlay of a checked delivery with a reference area-of-interest (AOI). Each product may have a distinct set of AOI's. Due to license restrictions, AOI boundaries cannot be distributed along with the QC tool. Instead, AOI boundaries shall be distributed as a separate boundary package. The boundary package is a large zip file which will be made available on EEA website for authorized service providers. It must be added to the QC tool by the service provider after installation.

General structure

The boundary package shall be distributed as a zip file with a predefined directory structure. The directory tree is organized by product and AOI.

+-- boundaries/
    +-- raster/
        +-- mask_default_020m_eu.tif
        +-- mask_default_100m_eu.tif
        +-- mask_waw_020m_eu.tif
        +-- mask_waw_100m_eu.tif
    +-- vector/
        +-- boundary_rpz.shp
        +-- boundary_n2k.shp
        +-- clc/
            +-- boundary_clc_al.shp
            +-- boundary_clc_at.shp
            +-- boundary_clc_bg.shp
            .....
            +-- boundary_clc_uk_ni.shp

Boundary for raster products

The file must be supplied in GeoTiff format and must be named:

mask_<product>_<resolution>_<aoi_code>.tif

where:

  • product is an identifier of the product without resolution suffix, allowed values are:
    • waw for Water and Wetness,
    • default for other products;
  • resolution is a resolution of the product; must be set to 020m or 100m.
  • aoi_code is an unique identifier of the AOI and must be always set to eu;

The file must contain one only raster band, its spatial reference system must be EPSG:3035 and the band must follow the rules:

  • the band is of type Byte;
  • the NoData property is set to 255.
  • the content of the band represents a mask, where following values are allowed:
    • 1 represents cell inside the reference AOI;
    • 255 represents cell outside the reference AOI.

Boundaries for vector products - CLC

The Corine Land Cover (CLC) AOI boundaries are located in the vector/clc subdirectory of the boundary package. Every AOI has associated one shapefile containing single polygon geometries covering the whole AOI. The shapefile must be named:

boundary_clc_<countrycode>.shp

where countrycode is the ISO 3166-1 code of a country or autonomous area and must have one of the values specified in the Country Codes list.

When looking for the country AOI the countrycode in the name of the geodatabase is matched against the countrycode in the boundary file name. The spatial reference system (SRS) of the shapefile must match the spatial reference system of the delivery.

Boundary for vector products - Natura 2000 and Riparian zones

Every such product has associated one shapefile containing single polygon geometries covering all the AOIs. The file must be named:

boundary_<product>.shp

where product is an identifier of the product:

  • rpz for Riparian zones;
  • n2k for Natura 2000.

A collection of all the features demarcating the area of particular AOI forms one boundary unit. What AOI the feature is part of is determined by the value of the dedicated attribute:

  • Riparian zones: du_id denoting delivery unit;
  • Natura 2000: id denoting Natura 2000 site.

As one delivery may elaborate more than one AOI, the datasource contains the same dedicated attribute which enables to identify the AOI particular feature is member of.

Boundary for urban atlas

Urban atlas products have boundary file included as part of the delivery. So, the v10 completeness check uses such included file and no external boundary file is needed.

Notes

Some files in the boundary package have legal restrictions (typically national boundary maps).

Clone this wiki locally