From 709f08bee9671ea8252137521bfd9815bd996556 Mon Sep 17 00:00:00 2001 From: Beartriz Recinos Rivas <brivas@NOCS05291F.lan> Date: Tue, 9 Feb 2021 14:35:03 +0000 Subject: [PATCH] added missing link to notebook --- docs/notebooks/CLIWOC_missing_code_tables.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/CLIWOC_missing_code_tables.ipynb b/docs/notebooks/CLIWOC_missing_code_tables.ipynb index d40b8cb..cc7af65 100644 --- a/docs/notebooks/CLIWOC_missing_code_tables.ipynb +++ b/docs/notebooks/CLIWOC_missing_code_tables.ipynb @@ -31,7 +31,7 @@ "\n", "According to the [documentation](https://stvno.github.io/page/cliwoc/) of this deck (730) there are up to 20 different ways of writing down the air pressure but the code tables are not available anymore on the website. Therefore, we extracted from the supplemental data all possible entries for those fields which are missing a code table. We count each entry in order to construct a code table for that particular variable.\n", "\n", - "The code to extract multiple variables from the CLIWOC supplemental data can be found [here INSERT LINK AFTER COMMIT]()\n", + "The code to extract multiple variables from the CLIWOC supplemental data can be found [here](https://git.noc.ac.uk/brecinosrivas/mdf_reader/-/blob/master/tests/gather_stats_c99.py)\n", "\n", "\n", "### Set up " -- GitLab