Metadata-Version: 2.1
Name: ConTrack
Version: 0.1.0
Summary: Contour Tracking of circulation anomalies in Weather and Climate Data.
Home-page: https://github.com/steidani/ConTrack
Author: steidani
Author-email: daniel.steinfeld@alumni.ethz.ch
License: UNKNOWN
Keywords: data,science,meteorology,climate,atmospheric blocking,troughs and ridges
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: path.py
Requires-Dist: xarray
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: datetime
Requires-Dist: cartopy
Requires-Dist: matplotlib


###########################
ConTrack - Contour Tracking
###########################
=============================================================
Tracking of circulation anomalies in weather and climate data
=============================================================

Based on the atmospheric blocking index by Schwierz et al. (2004).  

See also:  

- Croci-Maspoli et al. (2007)
- Pfahl et al. (2015)
- Steinfeld and Pfahl (2019)

The PV-Anomaly blocking climatology used in Steinfeld and Pfahl (2019) is publicly available via an ETH Zurich-based web server [http://eraiclim.ethz.ch/ , see Sprenger et al. (2017)].  

==========
What's New
==========

v0.1.0 (20.04.2020): 
--------------------

- Extend functionality: Calculating anomalies from daily (long-term) climatology.

Install the development environment
-----------------------------------

Copy locally the latest version from lagranto:

.. code-block:: bash

    git clone git@github.com:steidani/ConTrack.git /path/to/local/contrack
    cd path/to/local/contrack



