Skip to content

Commit

Permalink
Merge pull request #51 from sebvi/feature/mtg2
Browse files Browse the repository at this point in the history
Update language.yaml for paramtype keyword
  • Loading branch information
danovaro authored Jun 25, 2024
2 parents 6515175 + 1229178 commit c1a2b62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions share/metkit/axis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ axes:
- longitude
- range
- param
- chem
- paramtype
- ident
- obstype
- instrument
Expand Down
11 changes: 10 additions & 1 deletion share/metkit/language.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,19 @@ _field: &_field

chem:
category: data
default: 0
multiple: true
type: enum

paramtype:
category: data
flatten: false
type: enum
values:
- base
- wave
- wave_spectra
- chemical

wavelenth:
category: data
multiple: true
Expand Down

0 comments on commit c1a2b62

Please sign in to comment.