Metadata-Version: 2.1
Name: straditize
Version: 0.1.0
Summary: Python package for digitizing pollen diagrams
Home-page: https://github.com/Chilipp/straditize
Author: Philipp Sommer
Author-email: philipp.sommer@unil.ch
License: GPLv2
Keywords: visualization earth-sciences paleo climate paleoclimate pollen diagram digitization database
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Requires-Dist: psyplot-gui (>=1.2.2)
Requires-Dist: psyplot (>=1.2.0)
Requires-Dist: scipy
Requires-Dist: scikit-image
Requires-Dist: openpyxl
Requires-Dist: netCDF4

=================================
Digitizing stratigraphic diagrams
=================================

.. start-badges

.. list-table::
    :stub-columns: 1
    :widths: 10 90

    * - docs
      - |docs|
    * - tests
      - |travis| |appveyor| |codecov|
    * - package
      - |version| |conda| |github|
    * - implementations
      - |supported-versions| |supported-implementations|

.. |docs| image:: http://readthedocs.org/projects/straditize/badge/?version=latest
    :alt: Documentation Status
    :target: http://straditize.readthedocs.io/en/latest/?badge=latest

.. |travis| image:: https://travis-ci.org/Chilipp/straditize.svg?branch=master
    :alt: Travis
    :target: https://travis-ci.org/Chilipp/straditize

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/c1c8pqvh8h8rolxw?svg=true
    :alt: AppVeyor
    :target: https://ci.appveyor.com/project/Chilipp/straditize/branch/master

.. |codecov| image:: https://codecov.io/gh/Chilipp/straditize/branch/master/graph/badge.svg
    :alt: Coverage
    :target: https://codecov.io/gh/Chilipp/straditize

.. |version| image:: https://img.shields.io/pypi/v/straditize.svg?style=flat
    :alt: PyPI Package latest release
    :target: https://pypi.python.org/pypi/straditize

.. |conda| image:: https://anaconda.org/chilipp/straditize/badges/version.svg
    :alt: conda
    :target: https://anaconda.org/chilipp/straditize

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/straditize.svg?style=flat
    :alt: Supported versions
    :target: https://pypi.python.org/pypi/straditize

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/straditize.svg?style=flat
    :alt: Supported implementations
    :target: https://pypi.python.org/pypi/straditize

.. |github| image:: https://img.shields.io/github/release/Chilipp/straditize.svg
    :target: https://github.com/Chilipp/straditize/releases/latest
    :alt: Latest github release

.. end-badges

STRADITIZE (Stratigraphic Diagram Digitizer) is an open-source program that
allows stratigraphic figures to be digitized in a single semi-automated
operation. It is designed to detect multiple plots of variables analyzed along
the same vertical axis, whether this is a sediment core or any similar
depth/time series.

Usually, in an age of digital data analysis, gaining access to data from the
pre-digital era â€“ or any data that is only available as a figure on a page â€“
remains a problem and an under-utilized scientific resource.

This program tackles this problem by providing a python package to digitize
especially pollen diagrams, but also any other type of stratigraphic diagram.

Straditize is written in python and supports mixtures of many different diagram
types, such as bar plots, line plots, as well as shaded, stacked, and filled
area plots. The package provides an extensively documented graphical user
interface for a point-and-click handling of the semi-automatic process, but can
also be scripted or used from the command line. Other features of STRADITIZE
include text recognition to interpret the names of the different plotted
variables, the automatic and semi-automatic recognition of picture artifacts,
as well an automatic measurement finder to exactly reproduce the data that has
been used to create the diagram.

Installation
------------
We highly recommend to use anaconda_ and install straditize::

    conda config --add channels conda-forge
    conda install -c chilipp straditize

or install it from the source files via::

    git clone https://github.com/Chilipp/straditize.git
    cd straditize
    python setup.py install

It can then be started from the command line via::

    straditize

A more detailed description is provided in the docs_.

.. _anaconda: https://www.continuum.io/downloads
.. _docs: https://straditize.readthedocs.io/en/latest/installing.html

License
-------
straditize is published under the
`GNU General Public License v2.0 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html>`__
under the copyright of Philipp S. Sommer, 2018-2019


