Metadata-Version: 2.1
Name: gridpp
Version: 0.5.3
Summary: Post-processing software for gridded weather forecasts
Home-page: https://github.com/metno/gridpp
Author: Thomas Nipen
Author-email: thomasn@met.no
License: LGPL-3
Keywords: meteorology post-processing weather forecast
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: numpy (>=1.7)
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pep8 ; extra == 'test'

Gridpp a is post-processing tool for gridded weather forecasts. It consists of a **library** of commonly-used methods and a **command-line tool** that applies these methods to forecast fields in NetCDF files.

For more information checkout https://github.com/metno/gridpp/wiki.

