Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New 336 table 5 02 01 new methods of observation for atmospheric variables #500

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tables_en/5-02-01.csv
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ notation,path,domains,tags,name,description
195,\Atmosphere\Temperature\In situ\Sonic thermometer,,,Sonic thermometer,
196,"\Atmosphere\Wind\Remote-sensing, active\Sound detection and ranging (Sodar) profiler",,,Sound detection and ranging (Sodar) profiler,
197,\Atmosphere\Radiation\In situ\Sunphotometry-Filter Radiometry,,,Sunphotometry-Filter Radiometry,
198,\Atmosphere\Radiation\In situ\Sunshine duration,,,Sunshine duration,
199,\Atmosphere\Micrometeorology\In situ\Surface chamber,,,Surface chamber,
201,"\Atmosphere\Temperature\In situ\Thermocouple, thermopile",,,"Thermocouple, thermopile",
204,\Atmosphere\Precipitation\In situ\Tipping bucket rain gauge (totalizer),,,Tipping bucket rain gauge (totalizer),
Expand Down Expand Up @@ -241,5 +240,7 @@ notation,path,domains,tags,name,description
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."
414,"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.
415,"Atmosphere\Radiation\In-Situ\",,,"Campbell-Stokes burn method","Sunshine duration is determined by evaluating the burnt areas imprinted by the sun in a strip of carton or aluminum foil placed behind a glass sphere."
416,"Atmosphere\Radiation\In-Situ\",,,"Contrast-evaluating and scanning devices","Sunshine duration is determined by combining multi-sensor detectors with an electronic discriminator."
inapplicable,,,,inapplicable,None of the codes in the table are applicable in the context of this particular observation.
unknown,,,,unknown,The measurement/observing method is unknown.
3 changes: 3 additions & 0 deletions tables_en/deprecated.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
table,URL,name,date
5-02-01,http://codes.wmo.int/wmdr/ObservedVariableAtmosphere/270,Sunshine duration,FT2023-2

8 changes: 0 additions & 8 deletions wmdr/ObservingMethodAtmosphere/198.ttl

This file was deleted.

8 changes: 8 additions & 0 deletions wmdr/ObservingMethodAtmosphere/415.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<415> a skos:Concept ;
rdfs:label "Campbell-Stokes burn method" ;
skos:notation "415" ;
dct:description "Sunshine duration is determined by evaluating the burnt areas imprinted by the sun in a strip of carton or aluminum foil placed behind a glass sphere."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodAtmosphere/416.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<416> a skos:Concept ;
rdfs:label "Contrast-evaluating and scanning devices" ;
skos:notation "416" ;
dct:description "Sunshine duration is determined by combining multi-sensor detectors with an electronic discriminator."@en .
Loading