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

More Template 5.3/7.3 support necessary for GDAS #30

Closed
noritada opened this issue Jan 22, 2023 · 0 comments · Fixed by #33
Closed

More Template 5.3/7.3 support necessary for GDAS #30

noritada opened this issue Jan 22, 2023 · 0 comments · Fixed by #33
Labels
data-support New data support request or bugs on data support

Comments

@noritada
Copy link
Owner

noritada commented Jan 22, 2023

Motivation

The GDAS data referred to in #29 uses Template 5.3/7.3, but it sometimes cannot be decoded with current decoder:

% ./target/debug/gribber decode nomads.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/gdas.20230111/12/atmos/gdas.t12z.pgrb2.0p25.f000 0.0
error: ComplexPackingDecodeError(
    NotSupported,
)

Detailed Information on the Data

Additional Context

Octet 49 (numberOfOctetsExtraDescriptors in ecCodes) in some submessages of this data is 3, although this crate currently supports only 2. It is the reason of this error. That octet in other submessages is 2.

@noritada noritada added the data-support New data support request or bugs on data support label Jan 22, 2023
noritada added a commit that referenced this issue Jan 28, 2023
noritada added a commit that referenced this issue Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-support New data support request or bugs on data support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant