Metadata-Version: 2.0
Name: pytesmo
Version: 0.6.7
Summary: Python Toolbox for the evaluation of soil moisture observations
Home-page: http://rs.geo.tuwien.ac.at/validation_tool/pytesmo/
Author: pytesmo Developers
Author-email: christoph.paulik@geo.tuwien.ac.at
License: BSD 3 Clause
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: matplotlib (>=1.2.0)
Requires-Dist: netCDF4 (>=1.0.1)
Requires-Dist: numpy (>=1.7.0)
Requires-Dist: pandas (!=0.15.2,>=0.11.0)
Requires-Dist: pygeobase (>=0.3.9)
Requires-Dist: pygeogrids
Requires-Dist: scipy (>=0.12)

=========================================================================================
Introduction to pytesmo a Python Toolbox for the Evaluation of Soil Moisture Observations
=========================================================================================
.. image:: https://travis-ci.org/TUW-GEO/pytesmo.svg?branch=master
    :target: https://travis-ci.org/TUW-GEO/pytesmo

.. image:: https://coveralls.io/repos/TUW-GEO/pytesmo/badge.png?branch=master
  :target: https://coveralls.io/r/TUW-GEO/pytesmo?branch=master

.. image:: https://badge.fury.io/py/pytesmo.svg
    :target: http://badge.fury.io/py/pytesmo


pytesmo is a package which aims it is to provide a library that can be used for the comparison and validation
of geospatial time series datasets with a (initial) focus on soil moisture.

Documentation
=============

Please see the latest documentation including examples of how to install and use pytesmo
at http://pytesmo.readthedocs.io/ .

Citation
========

If you use the software please cite it. Until our paper is finished please use
the Zenodo DOI below:

.. image:: https://zenodo.org/badge/12761/TUW-GEO/pytesmo.svg
   :target: https://zenodo.org/badge/latestdoi/12761/TUW-GEO/pytesmo

Contribute
==========

We are happy if you want to contribute. Please raise an issue explaining what is missing
or if you find a bug. We will also gladly accept pull requests against our master branch
for new features or bug fixes.

If you want to contribute please follow these steps:

- Fork the pytesmo repository to your account
- Clone the repository, make sure you use ``git clone --recursive`` to also get
  the test data repository.
- make a new feature branch from the pytesmo master branch
- hack away
- please include tests for your contributions in one of the test directories
  We use py.test so a simple function called test_my_feature is enough
- submit a pull request to our master branch



