Copernicus QC Tool Release 1.3.4
Release Notes
The open-source (OSS) Copernicus Quality Assurance (QA) tool is a web-based application for performing automatic checks on Copernicus vector and raster products and submitting checked products to EEA. The version 1.3.4 has following new features:
- Introduced new vector.area check. Every area column in all product definitions have got its own area check.
- ua_2012_shp product definition have got geometry check which was missing.
- vector.attribute check has "ignored" parameter. The columns shape_length and shape_area are ignored when checking attributes of Small Woody Features product.
System requirements:
- For a user: a web browser with Internet or Intranet connection.
- For a EEA service provider: a computer (or virtual machine) accepting outside network connections with docker software and at least 10 GB storage for uploaded files.
** The runtime environment is organized into two separate services (Frontend and Worker) running as docker containers.
** The worker containers can be distributed across multiple hosts.
** In case of distributing the services across multiple hosts, a shared network drive (such as NFS) must be available on all participating host nodes.
Quick installation (requires docker software):
(1) Download this release zip file: https://github.com/eea/copernicus_quality_tools/archive/1.3.2.zip
(2) Unzip the zip file.
(3) Navigate to the docker subfolder.
(4) Inside the the docker subfolder, run the following commands:
docker-compose -f ./docker-compose.service_provider.yml -p qc_tool_app pull
docker-compose -f ./docker-compose.service_provider.yml -p qc_tool_app up --scale worker=4
User and technical documentation:
https://github.com/eea/copernicus_quality_tools/wiki
Docker container installation images:
https://hub.docker.com/r/eeacms/copernicus-qctool-frontend
https://hub.docker.com/r/eeacms/copernicus-qctool-worker
Supported product definitions:
- General vector product
- General raster product
- Corine Land Cover (2012, 2018)
- Urban Atlas 2012 (Geodatabase and Shapefile versions)
- Riparian Zones
- Natura 2000
- High Resolution Layers:
** Small Woody Features, combined vector and 5 m raster product
** Small Woody Features, 100m raster product
** Imperviousness Density, 7 products (10 m, 20 m and 100 m rasters)
** Tree Cover / forest, 13 products (10m, 20m and 100m rasters)
** Grassland, 6 products (10m, 20m and 100m rasters)
** Water and Wetness (10m and 100m rasters)