Metadata-Version: 2.4
Name: pyxla
Version: 0.0.5
Summary: A flexible and generic framework for explainable landscape analysis (xLA).
Project-URL: Documentation, https://aliefooghe.gitlab.io/pyxla-wg
Project-URL: Issues, https://gitlab.com/aliefooghe/pyxla-wg/-/issues
Project-URL: Source, https://gitlab.com/aliefooghe/pyxla-wg
Author-email: "T. Ombaso" <mogoa.tonny@gmail.com>, "Mel. Ombaso" <melamineproject4@gmail.com>, "A. Liefooghe" <arnaud.liefooghe@univ-littoral.fr>, "K. M. Malan" <malankm@unisa.ac.za>, "S. Verel" <verel@univ-littoral.fr>, "A. Bosman" <annar@cs.up.ac.za>
License-Expression: MIT
Keywords: Explainable landscape analysis,Landscape analysis
Requires-Python: >=3.8
Requires-Dist: hilbertcurve
Requires-Dist: matplotlib
Requires-Dist: moocore
Requires-Dist: more-itertools
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# pyXla

A flexible and generic framework for explainable landscape analysis.

### Install required packages (i.e pytest, sphinx)
Navigate to the `src/` directory and then run:

```
$ pip install -r requirements.txt
```
### How to run tests
Navigate to the `src/` directory and then run:

```
$ pytest
```

Some tests will fail, but only the first time. Re-run it again to get all tests to pass.

### How build docs
Navigate to the `docs/` directory and then run:

```
$ make clean html
```

It might take a while. The built docs will be saved in `docs/build/` directory
