Skip to content

Copernicus QC Tool release 1.3.3

Choose a tag to compare

@jirikadlec2 jirikadlec2 released this 21 Jun 09:27
· 950 commits to master since this release

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.3 has following new features:

  • Optimized speed and fixed out-of-memory issue in Small Woody Features (SWF) vector minimum mapping length check (taskman issue #105058).
  • Adjusted error threshold in raster / vector area comparison check (taskman issue #105057).

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)