Skip to content

Commit

Permalink
Merge pull request #430 from wmo-im/5.02.01Fix
Browse files Browse the repository at this point in the history
fix CSV
  • Loading branch information
amilan17 authored Nov 15, 2022
2 parents 3400224 + b0ae5c0 commit 73aff1d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions tables_en/5-02-01.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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."
4 changes: 2 additions & 2 deletions wmdr/ObservingMethodAtmosphere/344.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
@prefix dct: <http://purl.org/dc/terms/> .

<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 .
4 changes: 2 additions & 2 deletions wmdr/ObservingMethodAtmosphere/345.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
@prefix dct: <http://purl.org/dc/terms/> .

<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 .
4 changes: 2 additions & 2 deletions wmdr/ObservingMethodAtmosphere/346.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
@prefix dct: <http://purl.org/dc/terms/> .

<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 .
4 changes: 2 additions & 2 deletions wmdr/ObservingMethodAtmosphere/347.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
@prefix dct: <http://purl.org/dc/terms/> .

<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 .
4 changes: 2 additions & 2 deletions wmdr/ObservingMethodAtmosphere/348.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
@prefix dct: <http://purl.org/dc/terms/> .

<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 .
4 changes: 2 additions & 2 deletions wmdr/ObservingMethodAtmosphere/349.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
@prefix dct: <http://purl.org/dc/terms/> .

<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 .

0 comments on commit 73aff1d

Please sign in to comment.