Metadata-Version: 2.1
Name: raster-forge
Version: 0.4.0
Summary: Raster Forge is an package for the manipulation of raster data. It includes a library and a graphical user interface (GUI) application.
Author-email: Afonso Oliveira <afe.oliveira@campus.fct.unl.pt>
License: MIT
Keywords: raster, gui
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PySide6
Requires-Dist: superqt
Requires-Dist: numpy
Requires-Dist: rasterio
Requires-Dist: spyndex
Requires-Dist: opencv-python
Requires-Dist: scipy
Requires-Dist: matplotlib
Provides-Extra: devel
Requires-Dist: black; extra == "devel"
Requires-Dist: coverage; extra == "devel"
Requires-Dist: flake8; extra == "devel"
Requires-Dist: flake8-black; extra == "devel"
Requires-Dist: flake8-builtins; extra == "devel"
Requires-Dist: flake8-bugbear; extra == "devel"
Requires-Dist: flake8-docstrings; extra == "devel"
Requires-Dist: flake8-isort; extra == "devel"
Requires-Dist: Flake8-pyproject; extra == "devel"
Requires-Dist: isort; extra == "devel"
Requires-Dist: pdoc; extra == "devel"
Requires-Dist: pre-commit; extra == "devel"
Requires-Dist: pytest>=7.0.0; extra == "devel"
Requires-Dist: pytest-cov; extra == "devel"

<p align="center">
  <a href="https://github.com/afe-oliveira/raster-forge"><img src="https://raw.githubusercontent.com/afe-oliveira/raster-forge/main/docs/_static/raster-forge.png" alt="spyndex"></a>
</p>

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/afe-oliveira/raster-forge/test.yml?style=flat&logo=Github&label=Tests&labelColor=%23dbad3e&color=%235A5A5A)
![Codecov](https://img.shields.io/codecov/c/github/afe-oliveira/raster-forge?style=flat&logo=Codecov&logoColor=%23ffffff&label=Codecov&labelColor=%23dbad3e&color=%235A5A5A)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/afe-oliveira/raster-forge/docs.yml?style=flat&logo=Github&label=Documentation&labelColor=%23dbad3e&color=%235A5A5A)

![GitHub License](https://img.shields.io/github/license/afe-oliveira/raster-forge?style=flat&label=License&labelColor=%23405853&color=%235A5A5A)

---

Raster Forge is a Python library with an intuitive graphical user interface (GUI), designed for raster data manipulation.

- **GitHub:** https://github.com/afe-oliveira/raster-forge
- **PyPI:** https://pypi.org/project/raster-forge/
- **Documentation:** [PLACEHOLDER]

---

## Instalation

To install the package, use the following **_pip_** command:
```bash
pip install raster-forge
```

## Library

## Graphical User Interface (GUI)

To launch the GUI, execute the following command:
```bash
rforge
```
