From ec5703bcaa6a3b0d8b915da20947f0686a16c0fd Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Tue, 23 Apr 2024 14:19:42 +0200 Subject: [PATCH] Editted documentation --- workflow_data_integration.ipynb | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/workflow_data_integration.ipynb b/workflow_data_integration.ipynb index 8b2a0f9..715489c 100644 --- a/workflow_data_integration.ipynb +++ b/workflow_data_integration.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Import python packages and modules" + "# Import libraries and modules" ] }, { @@ -28,7 +28,10 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Define input file path and keywords\n", + "# Specify data integration task through yaml configuration file\n", + "\n", + "* Create your configuration file (i.e., *.yaml file) adhering to the example yaml file in the input folder.\n", + "* Set up the path and Excecute Cell.\n", "\n" ] }, @@ -39,14 +42,16 @@ "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", "output_filename_path, output_yml_filename_path = dilib.integrate_data_sources(yaml_config_file_path)\n" ] }, { "cell_type": "markdown", "metadata": {}, - "source": [] + "source": [ + "# Display integrated file using a treemap" + ] }, { "cell_type": "code", @@ -74,7 +79,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.6" + "version": "3.11.9" } }, "nbformat": 4,