Metadata-Version: 1.1
Name: textory
Version: 0.2.2b0
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://zenodo.org/badge/DOI/10.5281/zenodo.3653939.svg
           :target: https://doi.org/10.5281/zenodo.3653939
        
        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 with pip after cloning this repository and cd'ing into the 
        textory directory:
        
        .. code-block:: bash
        
            pip install .
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
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
