We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
level type and level value are connected. So convert functions should be combined together.
Current functions:
reki.format.grib.common
fix_level_type
reki.format.grib.cfgrib._util
_fill_level_type
typeOfLevel
filter_by_keys
_fill_level_value
level
reki.format.grib.eccodes
_level
_fix_level
pl
ml
sfc
_util
_check_level_type
_check_level_value
first_level
second_level
The text was updated successfully, but these errors were encountered:
perillaroc
No branches or pull requests
level type and level value are connected. So convert functions should be combined together.
Current functions:
reki.format.grib.common
fix_level_type
reki.format.grib.cfgrib._util
_fill_level_type
: addtypeOfLevel
tofilter_by_keys
_fill_level_value
: addlevel
tofilter_by_keys
reki.format.grib.eccodes
_level
_fix_level
: convertpl
,ml
andsfc
, and return level_type and level_dim's name_util
_check_level_type
:_check_level_value
: calculatepl
's level, deal withfirst_level
andsecond_level
in dict.The text was updated successfully, but these errors were encountered: