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

metpy migration #1004

Closed
10 tasks
joernu76 opened this issue May 27, 2021 · 1 comment · Fixed by #1009
Closed
10 tasks

metpy migration #1004

joernu76 opened this issue May 27, 2021 · 1 comment · Fixed by #1009
Labels
enhancement New feature or request good first issue Good for newcomers msui
Milestone

Comments

@joernu76
Copy link
Member

The metpy package is a well-maintained package containing a lot of useful routines for thermodynamics and interpolation. We should migrate as much of our code to their functions.

This issue shall serve to collect individual tasks of the migration.

  • add metpy to dependencies
  • migrate mslib/thermolib.py rel_hum+sat_vapour_pressure function (i.e. fully remove)
  • migrate mslib/thermolib.py virt_temp function (i.e. fully remove)
  • migrate mslib/thermolib.py pot_temp function (i.e. fully remove)
  • migrate mslib/thermolib.py eqpt_approxfunction (i.e. fully remove)
  • fully remove spec_hum_from_pTd from mslib/thermolib.py
  • fully remove geop_thickness from mslib/thermolib.py
  • fully remove dewpoint_approx from mslib/thermolib.py
  • move units usage to metpy.units
  • investigate interpolation routines and replace homegrown ones, if useful
@joernu76
Copy link
Member Author

for flightlevel<->pressure conversion, I created an issue in metpy Unidata/MetPy#1890

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers msui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants