From 98dce4a705734961ba9a8274052ec4ecea90812c Mon Sep 17 00:00:00 2001 From: Anna Milan Date: Tue, 15 Nov 2022 15:46:31 +0100 Subject: [PATCH 1/2] fix CSV --- tables_en/5-02-01.csv | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tables_en/5-02-01.csv b/tables_en/5-02-01.csv index 33c0ad73..b91d5d0c 100644 --- a/tables_en/5-02-01.csv +++ b/tables_en/5-02-01.csv @@ -237,9 +237,9 @@ inapplicable,,inapplicable,None of the codes in the table are applicable in the 343,"Atmosphere, 'Remote-sensing, active', aerosol, particle phase, particle shape",Polarized lidar,"Light detection and ranging (lidar) capable of determining the linear or circular depolarization ratio, typically used to discriminate spherical and non-spherical particles." 343,"atmosphere,precipitation,in situ",Fog collection,"Collection of fog using a mesh or similar capturing device and subsequent determination of the equivalent volume or mass of water." unknown,,unknown,The measurement/observing method is unknown. -344, "Atmosphere, trace gases, greenhouse gas, in situ, \Atmosphere\Trace gas\In situ\Gas chromatography\GC-CVAFS",GC-CVAFS,"Gas chromatography and detection by cold vapour atomic fluorescence spectrometry." -345, "Atmosphere, trace gases, greenhouse gas, in situ, \Atmosphere\Trace gas\In situ\Gas chromatography\GC-TCD",GC-TCD,"Gas chromatography and detection by a thermal conductivity detector." -346, "Atmosphere, trace gases, in situ, \Atmosphere\Trace gas\In situ\Electrostatic collection + alpha counting","Electrostatic collection + alpha counting","Alpha counting after electrostatic collection of measurand." -347, "Atmosphere, trace gases, in situ, \Atmosphere\Trace gas\In situ\Laser-based methods\Tunable Infrared Laser Differential Absorption Spectroscopy (TILDAS)","Tunable Infrared Laser Differential Absorption Spectroscopy (TILDAS)","Tunable Infrared Laser Differential Absorption Spectroscopy (TILDAS)." -348, "Atmosphere, trace gases, in situ, \Atmosphere\Trace gas\In situ\Radionuclide decay counting [general]","Radionuclide decay counting [general]","Determination of the counts measured per unit time as a result of radionuclide decay." -349, "Atmosphere, trace gases, in situ, \Atmosphere\Trace gas\In situ\Optical spectrometry\IR-GFC","IR-GFC","Infrared absorption measurement based on the gas-filter correlation technique, a specifique variant of NDIR." +344,"Atmosphere, trace gases, greenhouse gas, in situ, \Atmosphere\Trace gas\In situ\Gas chromatography\GC-CVAFS",GC-CVAFS,"Gas chromatography and detection by cold vapour atomic fluorescence spectrometry." +345,"Atmosphere, trace gases, greenhouse gas, in situ, \Atmosphere\Trace gas\In situ\Gas chromatography\GC-TCD",GC-TCD,"Gas chromatography and detection by a thermal conductivity detector." +346,"Atmosphere, trace gases, in situ, \Atmosphere\Trace gas\In situ\Electrostatic collection + alpha counting","Electrostatic collection + alpha counting","Alpha counting after electrostatic collection of measurand." +347,"Atmosphere, trace gases, in situ, \Atmosphere\Trace gas\In situ\Laser-based methods\Tunable Infrared Laser Differential Absorption Spectroscopy (TILDAS)","Tunable Infrared Laser Differential Absorption Spectroscopy (TILDAS)","Tunable Infrared Laser Differential Absorption Spectroscopy (TILDAS)." +348,"Atmosphere, trace gases, in situ, \Atmosphere\Trace gas\In situ\Radionuclide decay counting [general]","Radionuclide decay counting [general]","Determination of the counts measured per unit time as a result of radionuclide decay." +349,"Atmosphere, trace gases, in situ, \Atmosphere\Trace gas\In situ\Optical spectrometry\IR-GFC","IR-GFC","Infrared absorption measurement based on the gas-filter correlation technique, a specifique variant of NDIR." From b0ae5c0d04ec48e8a2d5e092dbbb0ebb4b8d84fa Mon Sep 17 00:00:00 2001 From: amilan17 Date: Tue, 15 Nov 2022 14:47:21 +0000 Subject: [PATCH 2/2] Github Action Commit --- wmdr/ObservingMethodAtmosphere/344.ttl | 4 ++-- wmdr/ObservingMethodAtmosphere/345.ttl | 4 ++-- wmdr/ObservingMethodAtmosphere/346.ttl | 4 ++-- wmdr/ObservingMethodAtmosphere/347.ttl | 4 ++-- wmdr/ObservingMethodAtmosphere/348.ttl | 4 ++-- wmdr/ObservingMethodAtmosphere/349.ttl | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/wmdr/ObservingMethodAtmosphere/344.ttl b/wmdr/ObservingMethodAtmosphere/344.ttl index c3995010..0664d8c2 100644 --- a/wmdr/ObservingMethodAtmosphere/344.ttl +++ b/wmdr/ObservingMethodAtmosphere/344.ttl @@ -3,6 +3,6 @@ @prefix dct: . <344> a skos:Concept ; - rdfs:label "trace gases" ; + rdfs:label "GC-CVAFS" ; skos:notation "344" ; - dct:description "greenhouse gas"@en . + dct:description "Gas chromatography and detection by cold vapour atomic fluorescence spectrometry."@en . diff --git a/wmdr/ObservingMethodAtmosphere/345.ttl b/wmdr/ObservingMethodAtmosphere/345.ttl index 622b0147..351b7c6d 100644 --- a/wmdr/ObservingMethodAtmosphere/345.ttl +++ b/wmdr/ObservingMethodAtmosphere/345.ttl @@ -3,6 +3,6 @@ @prefix dct: . <345> a skos:Concept ; - rdfs:label "trace gases" ; + rdfs:label "GC-TCD" ; skos:notation "345" ; - dct:description "greenhouse gas"@en . + dct:description "Gas chromatography and detection by a thermal conductivity detector."@en . diff --git a/wmdr/ObservingMethodAtmosphere/346.ttl b/wmdr/ObservingMethodAtmosphere/346.ttl index 521a478d..782d1892 100644 --- a/wmdr/ObservingMethodAtmosphere/346.ttl +++ b/wmdr/ObservingMethodAtmosphere/346.ttl @@ -3,6 +3,6 @@ @prefix dct: . <346> a skos:Concept ; - rdfs:label "trace gases" ; + rdfs:label "Electrostatic collection + alpha counting" ; skos:notation "346" ; - dct:description "in situ"@en . + dct:description "Alpha counting after electrostatic collection of measurand."@en . diff --git a/wmdr/ObservingMethodAtmosphere/347.ttl b/wmdr/ObservingMethodAtmosphere/347.ttl index cc423b7a..cba4c5ad 100644 --- a/wmdr/ObservingMethodAtmosphere/347.ttl +++ b/wmdr/ObservingMethodAtmosphere/347.ttl @@ -3,6 +3,6 @@ @prefix dct: . <347> a skos:Concept ; - rdfs:label "trace gases" ; + rdfs:label "Tunable Infrared Laser Differential Absorption Spectroscopy (TILDAS)" ; skos:notation "347" ; - dct:description "in situ"@en . + dct:description "Tunable Infrared Laser Differential Absorption Spectroscopy (TILDAS)."@en . diff --git a/wmdr/ObservingMethodAtmosphere/348.ttl b/wmdr/ObservingMethodAtmosphere/348.ttl index 5cb83eaa..304edf19 100644 --- a/wmdr/ObservingMethodAtmosphere/348.ttl +++ b/wmdr/ObservingMethodAtmosphere/348.ttl @@ -3,6 +3,6 @@ @prefix dct: . <348> a skos:Concept ; - rdfs:label "trace gases" ; + rdfs:label "Radionuclide decay counting [general]" ; skos:notation "348" ; - dct:description "in situ"@en . + dct:description "Determination of the counts measured per unit time as a result of radionuclide decay."@en . diff --git a/wmdr/ObservingMethodAtmosphere/349.ttl b/wmdr/ObservingMethodAtmosphere/349.ttl index 31ac6b73..40fbba6c 100644 --- a/wmdr/ObservingMethodAtmosphere/349.ttl +++ b/wmdr/ObservingMethodAtmosphere/349.ttl @@ -3,6 +3,6 @@ @prefix dct: . <349> a skos:Concept ; - rdfs:label "trace gases" ; + rdfs:label "IR-GFC" ; skos:notation "349" ; - dct:description "in situ"@en . + dct:description "Infrared absorption measurement based on the gas-filter correlation technique, a specifique variant of NDIR."@en .