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

integrate GRIB level type and level value functions. #2

Open
perillaroc opened this issue May 5, 2022 · 0 comments
Open

integrate GRIB level type and level value functions. #2

perillaroc opened this issue May 5, 2022 · 0 comments
Assignees

Comments

@perillaroc
Copy link
Member

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: add typeOfLevel to filter_by_keys
    • _fill_level_value: add level to filter_by_keys
  • reki.format.grib.eccodes
    • _level
      • _fix_level: convert pl, ml and sfc, and return level_type and level_dim's name
    • _util
      • _check_level_type:
      • _check_level_value: calculate pl's level, deal with first_level and second_level in dict.
@perillaroc perillaroc self-assigned this May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant