Skip to content

Commit

Permalink
Update amendment-proposal.yml (#526)
Browse files Browse the repository at this point in the history
* Update amendment-proposal.yml

* Github Action Commit

---------

Co-authored-by: amilan17 <[email protected]>
  • Loading branch information
amilan17 and amilan17 authored Apr 9, 2024
1 parent f0d94dd commit a928706
Show file tree
Hide file tree
Showing 27 changed files with 221 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/ISSUE_TEMPLATE/amendment-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ body:
id: amendment-details
attributes:
label: Amendment details
description: Full description of exact changes proposed. This content may evolve as decisions are finalized.
placeholder: Enter details of amendments requested. Convert CSV to Markdown at https://www.convertcsv.com/csv-to-markdown.htm
description: Full description of exact changes proposed. This content may evolve as decisions are finalized. Convert CSV to Markdown at https://www.convertcsv.com/csv-to-markdown.htm.
placeholder: Enter details of amendments requested, if known.
validations:
required: true
- type: textarea
attributes:
label: Comments
description: Other information that may be informative and relevant.
- type: textarea
id: requestor
attributes:
Expand All @@ -41,6 +37,11 @@ body:
description: Name of individuals, groups, or organizations that have an interest or may be impacted by the amendment. Include relevant affiliations, if applicable.
placeholder: Enter stakeholder details.
value: "Enter list of stakeholder(s)."
- type: textarea
id: systems
label: Systems or applications potentially impacted by the change.
placeholder: list all known systems that may be impacted by the change.
value: "Enter list of systems or applications that may be impacted by the change."
- type: textarea
id: publication
attributes:
Expand All @@ -50,6 +51,7 @@ body:
value: "Example: Manual on Codes (WMO-No. 306), Volume I.3, WMO Codes Registry, Code table 1-02, Measurement unit,http://codes.wmo.int/wmdr/unit"
validations:
required: true

- type: dropdown
attributes:
label: Expected impact of change
Expand All @@ -76,4 +78,8 @@ body:
attributes:
label: Validation
description: Details of validation, if applicable.
placeholder: Enter if validation was performed.
placeholder: Enter if validation was performed.
- type: textarea
attributes:
label: Other comments
description: Other information that may be informative and relevant.
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12306.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/> .

<12306> a skos:Concept ;
rdfs:label "Net short-wave irradiance" ;
skos:notation "12306" ;
dct:description "Flux density of short-wave solar radiation, as the difference between downwelling and upwelling radiation (positive for net downward), at the top of the atmosphere or at a specified level within the atmosphere, including the Earth surface."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12307.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/> .

<12307> a skos:Concept ;
rdfs:label "Short-wave irradiance (direction unspecified)" ;
skos:notation "12307" ;
dct:description "Flux density of short-wave radiation (direction unspecified) at a specified level within the atmosphere, including the Earth surface. Short-wave radiation includes most of the solar radiation spectrum in the atmosphere from 280 nm to 3000 nm (3 μm)."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12308.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/> .

<12308> a skos:Concept ;
rdfs:label "Net long-wave irradiance" ;
skos:notation "12308" ;
dct:description "Flux density of upwelling long-wave radiation, as the difference between downwelling and upwelling radiation (positive for net downward) at a specified level within or at the top of the atmosphere, including the Earth surface."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12309.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/> .

<12309> a skos:Concept ;
rdfs:label "Upward spectral radiance" ;
skos:notation "12309" ;
dct:description "Upward radiant power per area unit, per solid angle, and per wavelength or wavenumber interval."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12310.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/> .

<12310> a skos:Concept ;
rdfs:label "Downward spectral radiance" ;
skos:notation "12310" ;
dct:description "Downward radiant power per area unit, per solid angle, and per wavelength or wavenumber interval."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12311.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/> .

<12311> a skos:Concept ;
rdfs:label "Solar spectral irradiance" ;
skos:notation "12311" ;
dct:description "Spectrally resolved flux density of radiation received from the sun at the top of the atmosphere."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12312.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/> .

<12312> a skos:Concept ;
rdfs:label "Solar total irradiance" ;
skos:notation "12312" ;
dct:description "Spectrally integrated flux density of radiation received from the sun at the top of the atmosphere. Also called 'Total solar irradiance (TSI)'."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12313.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/> .

<12313> a skos:Concept ;
rdfs:label "Earth surface short-wave bidirectional reflectance" ;
skos:notation "12313" ;
dct:description "Reflectance of the Earth surface as a function of the viewing angle and the illumination angle averaged over the range 0.4-0.7 µm."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12314.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/> .

<12314> a skos:Concept ;
rdfs:label "Earth surface spectral bidirectional reflectance" ;
skos:notation "12314" ;
dct:description "Reflectance of the Earth surface as a function of viewing angle, incidence angle and wavelength, spectrally resolved. [The distribution of this variable is represented by the Bidirectional Reflectance Distribution Function (BRDF)]."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12315.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/> .

<12315> a skos:Concept ;
rdfs:label "Earth surface emissivity" ;
skos:notation "12315" ;
dct:description "Emissivity of the Earth surface as a function of wavelength and viewing angle."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12316.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/> .

<12316> a skos:Concept ;
rdfs:label "Long-wave earth surface emissivity" ;
skos:notation "12316" ;
dct:description "Emissivity of the earth surface integrated over the thermal IR wavelength range and integrated hemispherically."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12320.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/> .

<12320> a skos:Concept ;
rdfs:label "C3H2F6 (1,1,1,3,3,3-hexafluoropropane, HFC-236fa)" ;
skos:notation "12320" ;
dct:description "IUPAC: 1,1,1,3,3,3-hexafluoropropane, PubChem CID: 12722, CAS Number: 690-39-1, in gas phase"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/12321.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/> .

<12321> a skos:Concept ;
rdfs:label "Tellurium [Te-131]" ;
skos:notation "12321" ;
dct:description "IUPAC: tellurium-131, PubChem CID: 6337051, CAS Number: 14683-12-6"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableAtmosphere/310.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/> .

<310> a skos:Concept ;
rdfs:label "Upper wind (X, Y components, horizontal)" ;
skos:notation "310" ;
dct:description "Horizontal component of wind as a vector in an orthogonal coordinate system."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableOcean/12319.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/> .

<12319> a skos:Concept ;
rdfs:label "N2, Ar" ;
skos:notation "12319" ;
dct:description "Concentration of dissolved N2 and Ar"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableTerrestrial/12322.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/> .

<12322> a skos:Concept ;
rdfs:label "Stream velocity" ;
skos:notation "12322" ;
dct:description "Ratio of the distance covered by a body of water, moving in a specified direction, to the time taken to cover that distance. [Based on 'velocity' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableTerrestrial/12323.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/> .

<12323> a skos:Concept ;
rdfs:label "Stream mean velocity" ;
skos:notation "12323" ;
dct:description "Velocity at a given cross-section of a stream, obtained by dividing the discharge by the cross-sectional area of the stream at that section. [Based on 'mean velocity' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableTerrestrial/12324.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/> .

<12324> a skos:Concept ;
rdfs:label "Stream surface velocity" ;
skos:notation "12324" ;
dct:description "Velocity of a stream at its surface at a given point. [Based on 'surface velocity' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservedVariableTerrestrial/12325.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/> .

<12325> a skos:Concept ;
rdfs:label "Water surface slope" ;
skos:notation "12325" ;
dct:description "Difference in the stage of water surface over a short stream reach. [Based on 'water surface slope' in Manual on Stream Gauging (WMO-No. 1044), Volume II. 2010.]"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodAtmosphere/417.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/> .

<417> a skos:Concept ;
rdfs:label "GC-CVAFS" ;
skos:notation "417" ;
dct:description "Gas chromatography and detection by cold vapour atomic fluorescence spectrometry."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodAtmosphere/418.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/> .

<418> a skos:Concept ;
rdfs:label "GC-TCD" ;
skos:notation "418" ;
dct:description "Gas chromatography and detection by a thermal conductivity detector."@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodTerrestrial/419.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/> .

<419> a skos:Concept ;
rdfs:label "Frequency domain reflectometry" ;
skos:notation "419" ;
dct:description "Measurement of soil capacitance by means of radio frequency waves. The soil acts as the dielectric completing a capacitance circuit, which is part of a feedback loop of a high-frequency transistor oscillator. [Based on 'Frequency domain reflectometry' in Guide to Hydrological Practices (WMO-No. 168), Volume I. 2008 edition, updated in 2020.]"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodTerrestrial/420.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/> .

<420> a skos:Concept ;
rdfs:label "Gamma-ray attenuation" ;
skos:notation "420" ;
dct:description "Determination of gamma-ray attenuation at given depth of soil using a source and a detector placed at a given distance at the same depth. If the apparent dry bulk density of the soil is known the signal can be converted into a measure of the volumetric soil-moisture content. [Based on 'Gamma-ray attenuation' in Guide to Hydrological Practices (WMO-No. 168), Volume I. 2008 edition, updated in 2020.]"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodTerrestrial/421.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/> .

<421> a skos:Concept ;
rdfs:label "Non-recording gauge" ;
skos:notation "421" ;
dct:description "Determination of water stage by means of a non-recording gauge (e.g., graduated vertical or inclined staff gauge, wire-weight gauge, graduated rod, tape or point gauge and maximum-stage gauge). [Based on 'Non-recording gauges' in Guide to Hydrological Practices (WMO-No. 168), Volume I. 2008 edition, updated in 2020.]"@en .
8 changes: 8 additions & 0 deletions wmdr/ObservingMethodTerrestrial/422.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/> .

<422> a skos:Concept ;
rdfs:label "Staff gauge" ;
skos:notation "422" ;
dct:description "Determination of water stage by means of a graduated vertical scale, fixed to a staff or structure, on which the water level may be read. Synonym: vertical gauge. [Based on 'Staff gauge' in International Glossary of Hydrology (WMO-No. 385). 2012 edition.]"@en .
8 changes: 8 additions & 0 deletions wmdr/ProgramAffiliation/C3S.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/> .

<C3S> a skos:Concept ;
rdfs:label "Copernicus Climate Change Service-C3S" ;
skos:notation "C3S" ;
dct:description "The Copernicus Climate Change Service (C3S) operated by the European Centre for Medium Range Weather Forecasts (ECMWF), on behalf of the European Union"@en .

0 comments on commit a928706

Please sign in to comment.