Metadata-Version: 2.0
Name: PyForecastTools
Version: 1.0.1
Summary: Model validation and forecast verification tools
Home-page: https://github.com/drsteve/PyForecastTools
Author: Steve Morley
Author-email: smorley@lanl.gov
License: BSD License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy

# PyForecastTools

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1256921.svg)](https://doi.org/10.5281/zenodo.1256921)
[![Build Status](https://travis-ci.org/drsteve/PyForecastTools.svg?branch=master)](https://travis-ci.org/drsteve/PyForecastTools)

A Python module to provide model validation and forecast verification tools.
The module builds on the scientific Python stack (Python, Numpy) and uses
the dmarray class from SpacePy's datamodel.

SpacePy is available through the Python Package Index, MacPorts, and is under
version control at [sourceforge.net/p/spacepy/](https://sourceforge.net/p/spacepy)
If SpacePy is not available a reduced functionality implementation of the class
is provided with this package.

To install (local user), run

> python setup.py install --user

The module can then be imported (within a Python script or interpreter) by

> import verify

For help, please see the docstrings for each function and/or class.

Additional documentation is under development using Github pages at [drsteve.github.io/PyForecastTools](https://drsteve.github.io/PyForecastTools), and source for this is in the [docs folder](docs/).


