Package for managing (hyper)spectral datasets
Project description
A Python toolbox for hYPERspectral data. This toolbox includes methods for reading hyperspectral images and provides an interface for basic machine learning algorithms like decomposition and clustering.
Installation
NOTE Before being able to clone the code from this repository (either editable or non-editable), you will have to set a GitLab password (Preferences>Password) to authenticate yourself and your device.
Non-editable installation
- (Optional) create virtual environment
conda create -n my_env python=3.8
conda activate my_env
1.a Directly install from PyPi directory where pyper is saved as 'phyper' (WITH h!)
pip install phyper
OR
1.b Directly intall from gitlab repostiory
pip install git+https://gitlab.kuleuven.be/u0123403/pyper.git
Editable installation
Use this installation if you want to make changes to the code yourself.
-
(Optional) create virtual environment
conda create -n my_env python=3.8
conda activate my_env
-
Clone the repository to your local machine
git clone https://gitlab.kuleuven.be/u0123403/pyper.git
cd pyper
-
Use pip to install the package in editable format
pip install -e .
Acknowledgements
Written by Remi Van Belleghem. Based on Matlab toolbox from Niels Wouters.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file phyper-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: phyper-1.1.1-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 632a7187f2929c17b5ac5c9ea6fa137f5cdc7dcef3ca3f84db8ea5816a84ec47 |
|
MD5 | 8d2cbde0f3eb5cda9337ead2421808fc |
|
BLAKE2b-256 | 4db3a2d2e041e94d471f20bc325b95b583daec09302c9d1123f0fbaf93bb9c59 |