AUTHORS.txt
CITATION.txt
CONTRIBUTING.md
LICENSE
MANIFEST.in
README
README.rst
setup.cfg
setup.py
versioneer.py
MetPy.egg-info/PKG-INFO
MetPy.egg-info/SOURCES.txt
MetPy.egg-info/dependency_links.txt
MetPy.egg-info/requires.txt
MetPy.egg-info/top_level.txt
MetPy.egg-info/zip-safe
docs/CONTRIBUTING.md
docs/Makefile
docs/citing.rst
docs/conf.py
docs/gempak.rst
docs/index.rst
docs/infrastructureguide.rst
docs/installguide.rst
docs/make.bat
docs/override_check.py
docs/references.rst
docs/units.rst
docs/_static/FCM-R19-2003-WindchillReport.pdf
docs/_static/NWS_10-201.pdf
docs/_static/metpy_150x150.png
docs/_static/metpy_150x150_white_bg.png
docs/_static/metpy_32x32.ico
docs/_static/metpy_400x400.png
docs/_static/pop_ver.js
docs/_static/radar.png
docs/_static/sounding.png
docs/_static/theme_override.css
docs/_templates/breadcrumbs.html
docs/_templates/footer.html
docs/_templates/layout.html
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/_templates/overrides/metpy.calc.rst
docs/api/index.rst
examples/Advanced_Sounding.py
examples/Four_Panel_Map.py
examples/README.txt
examples/XArray_Projections.py
examples/cross_section.py
examples/isentropic_example.py
examples/meteogram_metpy.py
examples/sigma_to_pressure_interpolation.py
examples/calculations/Dewpoint_and_Mixing_Ratio.py
examples/calculations/Gradient.py
examples/calculations/Parse_Angles.py
examples/calculations/README.txt
examples/formats/GINI_Water_Vapor.py
examples/formats/NEXRAD_Level_2_File.py
examples/formats/NEXRAD_Level_3_File.py
examples/formats/README.txt
examples/gridding/Find_Natural_Neighbors_Verification.py
examples/gridding/Inverse_Distance_Verification.py
examples/gridding/Natural_Neighbor_Verification.py
examples/gridding/Point_Interpolation.py
examples/gridding/README.txt
examples/gridding/Wind_SLP_Interpolation.py
examples/plots/Hodograph_Inset.py
examples/plots/README.txt
examples/plots/Simple_Sounding.py
examples/plots/Skew-T_Layout.py
examples/plots/Station_Plot.py
examples/plots/Station_Plot_with_Layout.py
examples/plots/US_Counties.py
metpy/__init__.py
metpy/_version.py
metpy/cbook.py
metpy/constants.py
metpy/deprecation.py
metpy/gridding.py
metpy/package_tools.py
metpy/static-data-manifest.txt
metpy/testing.py
metpy/units.py
metpy/xarray.py
metpy/calc/__init__.py
metpy/calc/basic.py
metpy/calc/cross_sections.py
metpy/calc/indices.py
metpy/calc/kinematics.py
metpy/calc/thermo.py
metpy/calc/tools.py
metpy/calc/turbulence.py
metpy/interpolate/__init__.py
metpy/interpolate/geometry.py
metpy/interpolate/grid.py
metpy/interpolate/one_dimension.py
metpy/interpolate/points.py
metpy/interpolate/slices.py
metpy/interpolate/tools.py
metpy/io/__init__.py
metpy/io/_tools.py
metpy/io/cdm.py
metpy/io/gini.py
metpy/io/nexrad.py
metpy/io/_nexrad_msgs/__init__.py
metpy/io/_nexrad_msgs/msg18.py
metpy/io/_nexrad_msgs/msg3.py
metpy/io/_nexrad_msgs/parse_spec.py
metpy/plots/__init__.py
metpy/plots/_mpl.py
metpy/plots/_util.py
metpy/plots/cartopy_utils.py
metpy/plots/ctables.py
metpy/plots/mapping.py
metpy/plots/skewt.py
metpy/plots/station_plot.py
metpy/plots/wx_symbols.py
metpy/plots/_static/metpy_150x150.png
metpy/plots/_static/metpy_75x75.png
metpy/plots/_static/unidata_150x150.png
metpy/plots/_static/unidata_75x75.png
metpy/plots/colortable_files/Carbone42.tbl
metpy/plots/colortable_files/NWS8bitVel.tbl
metpy/plots/colortable_files/NWSReflectivity.tbl
metpy/plots/colortable_files/NWSReflectivityExpanded.tbl
metpy/plots/colortable_files/NWSSpectrumWidth.tbl
metpy/plots/colortable_files/NWSStormClearReflectivity.tbl
metpy/plots/colortable_files/NWSVelocity.tbl
metpy/plots/colortable_files/WVCIMSS.tbl
metpy/plots/colortable_files/ir_bd.tbl
metpy/plots/colortable_files/ir_drgb.tbl
metpy/plots/colortable_files/ir_rgbv.tbl
metpy/plots/colortable_files/ir_tpc.tbl
metpy/plots/colortable_files/ir_tv1.tbl
metpy/plots/colortable_files/precipitation.tbl
metpy/plots/colortable_files/rainbow.tbl
metpy/plots/colortable_files/test.tbl
metpy/plots/colortable_files/viridis.tbl
metpy/plots/colortable_files/wv_tpc.tbl
metpy/plots/fonts/wx_symbols.ttf
metpy/plots/nexrad_tables/cc_table.tbl
metpy/plots/nexrad_tables/et_table.tbl
metpy/plots/nexrad_tables/hmc_table.tbl
metpy/plots/nexrad_tables/kdp_table.tbl
metpy/plots/nexrad_tables/lcr_tabl.tbl
metpy/plots/nexrad_tables/ml_table.tbl
metpy/plots/nexrad_tables/osw_table.tbl
metpy/plots/nexrad_tables/precip_table.tbl
metpy/plots/nexrad_tables/ref_table.tbl
metpy/plots/nexrad_tables/ref_table8.tbl
metpy/plots/nexrad_tables/spw_table.tbl
metpy/plots/nexrad_tables/srm_table.tbl
metpy/plots/nexrad_tables/ulr_table.tbl
metpy/plots/nexrad_tables/vad_table.tbl
metpy/plots/nexrad_tables/vel_table.tbl
metpy/plots/nexrad_tables/vel_table8.tbl
metpy/plots/nexrad_tables/vil_table.tbl
metpy/plots/nexrad_tables/vwp_table.tbl
metpy/plots/nexrad_tables/zdr_table.tbl
tutorials/README.txt
tutorials/unit_tutorial.py
tutorials/upperair_soundings.py
tutorials/xarray_tutorial.py