From 6bc89ebff08a2f4a83d83e079481d51e8b000726 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Mon, 2 Dec 2024 17:22:52 +0100 Subject: [PATCH] Updated README --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db30fc6..09dd373 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,30 @@ -# Data integration and metadata annotation +# DIMA: Data Integration and Metadata Annotation + +DIMA (Data Integration and Metadata Annotation) is a Python package, developed for the Lab of Atmospheric Chemistry that supports integration of multi-instrument data in HDF5 format, collected across a wide range of experimental campaigns, from beamtimes and kinetic flowtube studies to smog chamber studies and field campaigns. + +creation of semiformat descriptions using +. This repository is a Python package, consisting of modules data integration, metadata annotation, data manipulation, and visualization of experimental campaign data in HDF5 files. + + + +provides tools and workflows for efficient data integration and metadata management, particularly for experimental campaign data stored in the HDF5 file format. Repository for integrating data in HDF5 from various sources and managing metadata updates in the integrated files. Includes tools and workflows for comprehensive data integration and automated metadata review processes. + +## Overview +DIMA is a collection of reusable data operation modules and high-level workflows designed to streamline the following tasks: + +- **Data Integration Pipeline**: Harmonizes and integrates diverse data sources into a unified HDF5 format. +- **Metadata Revision Workflow**: Updates and refines metadata to ensure consistency and accuracy for experimental campaigns. + +## Repository Structure + +![Software Architecture](docs/software_architecture_diagram.svg) + + ## Installation Follow these steps to install and set up the project: