All Projects → Unidata → Metpy

Unidata / Metpy

Licence: bsd-3-clause
MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Metpy

Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+339.61%)
Mutual labels:  hacktoberfest, plotting
Gadfly.jl
Crafty statistical graphics for Julia.
Stars: ✭ 1,724 (+140.45%)
Mutual labels:  hacktoberfest, plotting
Pyvista
3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
Stars: ✭ 734 (+2.37%)
Mutual labels:  hacktoberfest, plotting
gis4wrf
QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
Stars: ✭ 137 (-80.89%)
Mutual labels:  weather, plotting
Flask weather
☀️ ☔️ Flask app to auto-detect local weather based off of user's IP address.
Stars: ✭ 70 (-90.24%)
Mutual labels:  weather, hacktoberfest
Laravel Weather
🌤️ A wrapper around Open Weather Map API (Current weather)
Stars: ✭ 36 (-94.98%)
Mutual labels:  weather, hacktoberfest
Plots.jl
Powerful convenience for Julia visualizations and data analysis
Stars: ✭ 1,225 (+70.85%)
Mutual labels:  hacktoberfest, plotting
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+61.37%)
Mutual labels:  weather, hacktoberfest
Wradlib
weather radar data processing - python package
Stars: ✭ 143 (-80.06%)
Mutual labels:  weather, hacktoberfest
Satpy
Python package for earth-observing satellite data processing
Stars: ✭ 679 (-5.3%)
Mutual labels:  weather, hacktoberfest
Mercurius
Implement GraphQL servers and gateways with Fastify
Stars: ✭ 704 (-1.81%)
Mutual labels:  hacktoberfest
Artisan View
👀 Manage your views in Laravel projects through artisan
Stars: ✭ 708 (-1.26%)
Mutual labels:  hacktoberfest
Orm
A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
Stars: ✭ 712 (-0.7%)
Mutual labels:  hacktoberfest
Matrix Js Sdk
Matrix Client-Server SDK for JavaScript
Stars: ✭ 714 (-0.42%)
Mutual labels:  hacktoberfest
Grunt Cli
Grunt's command line interface.
Stars: ✭ 706 (-1.53%)
Mutual labels:  hacktoberfest
Derek
Reduce maintainer fatigue by automating GitHub
Stars: ✭ 714 (-0.42%)
Mutual labels:  hacktoberfest
Natasha
基于 Roslyn 的 C# 动态程序集构建库,该库允许开发者在运行时使用 C# 代码构建域 / 程序集 / 类 / 结构体 / 枚举 / 接口 / 方法等,使得程序在运行的时候可以增加新的模块及功能。Natasha 集成了域管理/插件管理,可以实现域隔离,域卸载,热拔插等功能。 该库遵循完整的编译流程,提供完整的错误提示, 可自动添加引用,完善的数据结构构建模板让开发者只专注于程序集脚本的编写,兼容 stanadard2.0 / netcoreapp3.0+, 跨平台,统一、简便的链式 API。 且我们会尽快修复您的问题及回复您的 issue.
Stars: ✭ 705 (-1.67%)
Mutual labels:  hacktoberfest
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (-1.81%)
Mutual labels:  hacktoberfest
Asimov
Automatically exclude development dependencies from Apple Time Machine backups
Stars: ✭ 705 (-1.67%)
Mutual labels:  hacktoberfest
Action Tmate
Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
Stars: ✭ 713 (-0.56%)
Mutual labels:  hacktoberfest

MetPy

License Gitter PRs Welcome

Latest Docs PyPI Package Conda Package

PyPI Downloads Conda Downloads

PyPI Tests Conda Tests Code Coverage Status

Codacy issues Code Climate

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.6.

0.12 is the first version to drop support for Python 2.7 in Fall 2019. See here for more information.

Need Help?

Need help using MetPy? Found an issue? Have a feature request? Checkout our support page.

Important Links

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.

Code of Conduct

We want everyone to feel welcome to contribute to MetPy and participate in discussions. In that spirit please have a look at our Code of Conduct.

Contributing

Imposter syndrome disclaimer: We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not ready to be an open source contributor; that your skills aren't nearly good enough to contribute. What could you possibly offer a project like this one?

We assure you - the little voice in your head is wrong. If you can write code at all, you can contribute code to open source. Contributing to open source projects is a fantastic way to advance one's coding skills. Writing perfect code isn't the measure of a good developer (that would disqualify all of us!); it's trying to create something, making mistakes, and learning from those mistakes. That's how we all improve, and we are happy to help others learn.

Being an open source contributor doesn't just mean writing code, either. You can help out by writing documentation, tests, or even giving feedback about the project (and yes - that includes giving feedback about the contribution process). Some of these contributions may be the most valuable to the project as a whole, because you're coming to the project with fresh eyes, so you can see the errors and assumptions that seasoned contributors have glossed over.

For more information, please read the see the contributing guide.

Philosophy

The space MetPy aims for is GEMPAK (and maybe NCL)-like functionality, in a way that plugs easily into the existing scientific Python ecosystem (numpy, scipy, matplotlib). So, if you take the average GEMPAK script for a weather map, you need to:

  • read data
  • calculate a derived field
  • show on a map/skew-T

One of the benefits hoped to achieve over GEMPAK is to make it easier to use these routines for any meteorological Python application; this means making it easy to pull out the LCL calculation and just use that, or re-use the Skew-T with your own data code. MetPy also prides itself on being well-documented and well-tested, so that on-going maintenance is easily manageable.

The intended audience is that of GEMPAK: researchers, educators, and any one wanting to script up weather analysis. It doesn't even have to be scripting; all python meteorology tools are hoped to be able to benefit from MetPy. Conversely, it's hoped to be the meteorological equivalent of the audience of scipy/scikit-learn/skimage.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].