Skip to content

CLC 2024 metadata guide

Jaroslav Dufek edited this page Mar 3, 2026 · 14 revisions

CLC 2024 Metadata guide

1. Country-level metadata

The script clc2024_generate_metadata.py generates XML metadata for your national CLC2024 dataset, ready to upload to the QC Tool.

1.1 What you need:

Python 3.x installed

Internet access (only to install Python packages once)

1.2 Prepare your folder

Put the script into the same folder as your input data:

Possible inputs: clc2024_xx.gpkg (GeoPackage) or clc2024_xx.gdb (File Geodatabase)

If both exist, the script prefers GPKG.

The folder name can be anything — the script does not depend on the folder name.

Example:

YourFolderName/
  clc2024_generate_metadata.py
  clc2024_xx.gpkg
  (or) clc2024_xx.gdb

1.3 Install required Python packages

Open a terminal/command prompt in the folder and run:

python -m pip install fiona pyproj

(Use exactly what your script imports.)

1.4 Run the script

In the same folder, run:

python clc2024_generate_metadata.py

1.5 What happens next

The script detects the input dataset in the folder (GPKG preferred over GDB).

You will be asked to enter a contact e-mail address.

The script writes the generated XML metadata into the same folder as the script.

The XML is then ready for upload to the QC Tool.

Troubleshooting (quick)

No XML created: make sure the folder contains a valid *.gpkg or *.gdb.

Package/import error: re-run step 3 (install packages).

2. Working Unit-level metadata

The purpose of the Working Unit-level (WU) metadata is to take note of all steps of production of the CLC-change database. National teams are responsible for preparing the working unit-level metadata for their CLC databases, for internal use within CLC projects. WU metadata are an integral part of the delivery (see chapter 9) and must be included in the delivery package before the final data submission.

Format: PDF Number of files: 1 (metadata for all Working Units in a single document) File name: CLC2024_WUMETA_xx.pdf (e.g., CLC2024_WUMETA_MT.pdf)

Empty template: CLC2024_WUMETA_MT.docx

Filled working unit metadata examples: Malta: CLC2024_WUMETA_MT.pdf

Switzerland: CLC2024_WUMETA_CH.pdf

Contact support e-mail: clc24delivery@gisat.cz

Clone this wiki locally