Skip to content

Commit

Permalink
Updated missing value
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Feb 1, 2024
1 parent 00329cd commit 3b2ebd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN echo "Acquire::Check-Valid-Until \"false\";\nAcquire::Check-Date \"false\";"

ENV LOG_LEVEL=INFO
# The following need to changed to the correct values for your centre!
ENV BUFR_ORIGINATING_CENTRE=255
ENV BUFR_ORIGINATING_SUBCENTRE=255
ENV BUFR_ORIGINATING_CENTRE=65535
ENV BUFR_ORIGINATING_SUBCENTRE=65535

# copy the app
COPY . /build
Expand Down
4 changes: 2 additions & 2 deletions synop2bufr/resources/synop-mappings-307080.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"header":[
{"eccodes_key": "edition", "value": "const:4"},
{"eccodes_key": "masterTableNumber", "value": "const:0"},
{"eccodes_key": "bufrHeaderCentre", "value": "const:255"},
{"eccodes_key": "bufrHeaderSubCentre", "value": "const:255"},
{"eccodes_key": "bufrHeaderCentre", "value": "const:65535"},
{"eccodes_key": "bufrHeaderSubCentre", "value": "const:65535"},
{"eccodes_key": "updateSequenceNumber", "value": "const:0"},
{"eccodes_key": "dataCategory", "value": "const:0"},
{"eccodes_key": "internationalDataSubCategory", "value": "const:2"},
Expand Down
4 changes: 2 additions & 2 deletions synop2bufr/resources/synop-mappings-307096.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"header":[
{"eccodes_key": "edition", "value": "const:4"},
{"eccodes_key": "masterTableNumber", "value": "const:0"},
{"eccodes_key": "bufrHeaderCentre", "value": "const:255"},
{"eccodes_key": "bufrHeaderSubCentre", "value": "const:255"},
{"eccodes_key": "bufrHeaderCentre", "value": "const:65535"},
{"eccodes_key": "bufrHeaderSubCentre", "value": "const:65535"},
{"eccodes_key": "updateSequenceNumber", "value": "const:0"},
{"eccodes_key": "dataCategory", "value": "const:0"},
{"eccodes_key": "internationalDataSubCategory", "value": "const:2"},
Expand Down

0 comments on commit 3b2ebd0

Please sign in to comment.