diff --git a/README.md b/README.md index 9bccac1..fa20e78 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,22 @@ and select the `multiphase_chemistry_env` environment from the kernel options. ## Metadata review workflow - review through branches - updating files with metadata in Openbis + +## Metadata +| **Attribute** | **CF Equivalent** | **Definition** | +|-------------------------|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| campaign_name | - | Denotes a range of possible campaigns, including laboratory and field experiments, beamtime, smog chamber studies, etc., related to atmospheric chemistry research. | +| project | - | Denotes a valid name of the project under which the data was collected or produced. | +| contact | contact (specifically E-mail address) | Denotes the name of data producer who conducted the experiment or carried out the project that produced the raw dataset (or an aggragated dataset with multiple owners) | +| description | title (only info about content), comment (too broad in scope), source | Provides a short description of methods and processing steps used to arrive at the current version of the dataset. | +| experiment | - | Denotes a valid name of the specific experiment or study that generated the data. | +| actris_level | - | Indicates the processing level of the data within the ACTRIS (Aerosol, Clouds and Trace Gases Research Infrastructure) framework. | +| dataset_startdate | - | Denotes the start datetime of the dataset collection. | +| dataset_enddate | - | Denotes the end datetime of the dataset collection. | +| processing_filename | - | Denotes the name of the file used to process an initial version (e.g, original version) of the dataset into a processed dataset. | +| processing_date | - | The date when the data processing was completed. | | + + ### Specifying a compound attribute in yaml language. Consider the compound attribute *relative_humidity*, which has subattributes *value*, *units*, *range*, and *definition*. The yaml description of diff --git a/workflow_data_integration.ipynb b/workflow_data_integration.ipynb index ce034f0..d454603 100644 --- a/workflow_data_integration.ipynb +++ b/workflow_data_integration.ipynb @@ -30,8 +30,7 @@ "sys.path.append(root_dir)\n", "\n", "import src.hdf5_vis as hdf5_vis\n", - "import src.data_integration_lib as dilib\n", - "import pathlib" + "import src.data_integration_lib as dilib\n" ] }, { @@ -52,7 +51,7 @@ "outputs": [], "source": [ "#output_filename_path = 'output_files/unified_file_smog_chamber_2024-04-07_UTC-OFST_+0200_NG.h5'\n", - "yaml_config_file_path = 'input_files/data_integr_config_file_TBR.yaml'\n" + "yaml_config_file_path = 'input_files/data_integr_config_file_LI.yaml'\n" ] }, {