Skip to content

Commit

Permalink
Update data-mappings.yml.tmpl (#510)
Browse files Browse the repository at this point in the history
I noted that many  users use .b for binary, so I propose we add this to the template
  • Loading branch information
maaikelimper authored Sep 8, 2023
1 parent 358af81 commit ad5329f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config-templates/data-mappings.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ data:
buckets:
- $${WIS2BOX_STORAGE_INCOMING}
file-pattern: '^.*\.csv$$'
b:
- plugin: wis2box.data.bufr4.ObservationDataBUFR
notify: true
buckets:
- $${WIS2BOX_STORAGE_INCOMING}
file-pattern: '^.*\.b$$'
bin:
- plugin: wis2box.data.bufr4.ObservationDataBUFR
notify: true
Expand All @@ -33,6 +39,12 @@ data:
file-pattern: '^WIGOS_(\d-\d+-\d+-\w+)_.*\.bufr4$$'
COUNTRY_CODE.CENTRE_ID.data.core.weather.surface-based-observations.temp:
plugins:
b:
- plugin: wis2box.data.bufr4.ObservationDataBUFR
notify: true
buckets:
- $${WIS2BOX_STORAGE_INCOMING}
file-pattern: '^.*\.b$$'
bin:
- plugin: wis2box.data.bufr4.ObservationDataBUFR
notify: true
Expand Down

0 comments on commit ad5329f

Please sign in to comment.