A tools for visualizing and performing calculations with weather data in Python
MetPy
MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
MetPy follows semantic versioning in its version number. This means that any MetPy 1.x release will be backwards compatible with an earlier 1.y release. By “backward compatible”, we mean that correct code that works on a 1.y version will work on a future 1.x version.
For additional MetPy examples not included in this repository, please see the Unidata Python Gallery.
We support Python >= 3.7.
Dependencies
Other required packages:
- Numpy
- Scipy
- Matplotlib
- Pandas
- Pint
- Xarray
There is also an optional dependency on the pyproj library for geographic
projections (used with cross sections, grid spacing calculation, and the GiniFile interface).
See the installation guide
for more information.
Philosophy