Skip to content

(Meta-)data provision with GeoNetwork

Scope

Target group

Scientists, scientific assistants, technical employees

Aim

Enable users to provide their (Meta-)data with GeoNetwork to others. The data can be available either only inside UFZ network or outside UFZ (e.g. for harvesting from other metadata catalogs).

Prerequisites

  1. Access to MinIO
  2. Access to GeoNetwork

Trigger event

The user has finished the data collection and analysis and now wants to provide their data with GeoNetwork for others inside or outside UFZ.

Categories

Applicable data types: netcdf, arbitrary file formats with metadata as json

Involved systems: SDI (MinIO, GeoNetwork)

Addressed step in the data life cycle: preparation, storage, provision

Procedure

%%{ init: { 'flowchart': { 'curve': 'linear'}} }%%

flowchart TD
    A[["Trigger
    Finished data processing"]]:::trigger --> id1

    subgraph id1 [SOP GeoNetwork]
    B[1. data registration for sdi] --> C & D
    C[2. metadata preparation netcdf] --> E
    D[2. metadata preparation other formats] --> E
    E[3. data upload]
    end
    id1 --> F
    F[["Aim
    (meta-)data provision"]]:::goal

    click B href "../../../practice-ufz/sdi/documentation/registration/"
    click C href "../../../practice-ufz/sdi/standards/netcdf/"
    click D href "../../../practice-ufz/sdi/standards/jsonld/"
    click E href "../../../practice-ufz/sdi/documentation/minio/"

    classDef trigger stroke:#00589c
    classDef goal stroke:#00589c

Tasks

  1. Data registration
  2. (Meta-)data preparation: netcdf, other file formats
  3. Data upload