-
Notifications
You must be signed in to change notification settings - Fork 14
Adding missing grib2 parameters (Section 0) from previous WMO updates #603
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
Adding missing grib2 parameters (Section 0) from previous WMO updates #603
Conversation
@AlysonStahl-NOAA These GRIB2 codes and template information are served in g2tmpl library. |
@AlysonStahl-NOAA are you going to combine the functions of all g2 series libraries into one? |
I currently only have plans to combine g2 and g2c template functions at the moment. I know the idea of having one library contain all of the params has been floated before (#255), but I don't know if there have been any further developments on that discussion. |
I intended on including the parameter functions in those changes to g2, however, the parameters are only included if the file-based API option is enabled. Right now the g2 library does not require the API be enabled, but the parameter functions are used in too many other subroutines to build it optionally. I would either need to make the API a required part of the g2c build in g2 or update g2c's API build. I'm not sure how we want to handle that, so I will open an issue. |
If so, go ahead and merge it. |
Fixes #563