Metadata-Version: 1.2
Name: textory
Version: 0.2.5b0
Summary: Image Textures
Home-page: https://github.com/benr0/textory
Author: Benjamin Roesner
Author-email: benjamin.roesner@geo.uni-marburg.de
License: UNKNOWN
Description: Textory
        =======
        
        .. image:: https://travis-ci.org/BENR0/textory.svg?branch=master
            :target: https://travis-ci.org/BENR0/textory
        
        .. image:: https://badge.fury.io/py/textory.svg
            :target: https://badge.fury.io/py/textory
        
        .. image:: https://codecov.io/gh/BENR0/textory/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/BENR0/textory
        
        .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3653939.svg
           :target: https://doi.org/10.5281/zenodo.3653939
        
        .. image:: https://img.shields.io/badge/License-MIT-yellow.svg
           :target: https://opensource.org/licenses/MIT
        
        Textory is a python library for the calculation of windowed statistics of arrays.
        It can calculate windowed variograms, pseudo-cross variograms and standard statistics like
        mean, std, min, max, etc. for rectangular and round windows.
        It can also be used conveniently with xarrays and Satpy scenes.
        
        Documentation is available at https://textory.readthedocs.io.
        
        
        Installation
        ------------
        
        Textory can be installed from PyPI with pip: 
        
        .. code-block:: bash
        
            pip install textory
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
