Metadata-Version: 2.1
Name: borec-tool
Version: 2020.1
Summary: Tool for visualization and analysis of hyperspectral data
Home-page: https://gita.utia.cas.cz/schier/borec-tool.git
Author: Jan Schier
Author-email: schier@utia.cas.cz
License: BSD 3-Clause License
Project-URL: Repository, https://gita.utia.cas.cz/schier/borec-tool.git
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
Requires-Dist: pyqt5
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: seaborn
Requires-Dist: scikit-image
Requires-Dist: hdbscan
Requires-Dist: svgpathtools
Requires-Dist: setuptools
Requires-Dist: spectral
Requires-Dist: beautifulsoup4
Requires-Dist: imageio
Requires-Dist: pyyaml

BOREC tool
~~~~~~~~~~

BOREC tool is a python GUI-based tool for processing hyperspectral data.
It has functionality for reading and browsing data in ENVI file format.
It provides functions for evaluating statistics, clustering and denoising hyperspectral data.

BOREC tool is Free, Open Source Software (FOSS) distributed under the BSD-3 License.

Getting started
===============

You need to have `Python <https://www.python.org/>`_ and the `pip installator <https://pypi.org/project/pip/>`_
installed on your system. We recommend to use the `Miniconda <https://docs.conda.io/en/latest/miniconda.html>`_
distribution.

The latest release of the tool is always hosted on `PyPI <https://pypi.python.org/pypi/borec-tool>`_.
You can install the BOREC tool and its dependences from the command line with

::

    pip install borec-tool

Funding Acknowledgement
-----------------------

**TH03010330 BOREC – Barevný Obraz v prostředí „Realtime Embedded Computing“**

`Technology Agency of the Czech Republic`_

.. _Technology Agency of the Czech Republic: https://www.tacr.cz/

