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
0. (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.
0. (Optional) create virtual environment
`conda create -n my_env python=3.8`
`conda activate my_env`
1. Clone the repository to your local machine
`git clone https://gitlab.kuleuven.be/u0123403/pyper.git`
`cd pyper`
2. 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.
Raw data
{
"_id": null,
"home_page": "https://gitlab.kuleuven.be/u0123403/pyper",
"name": "phyper",
"maintainer": "MeBios - KULeuven",
"docs_url": null,
"requires_python": ">=3.6,<4.0",
"maintainer_email": "wouter.saeys@kuleuven.be",
"keywords": "hyperspectral,chemometrics",
"author": "Remi Van Belleghem",
"author_email": "remi.vanbelleghem@kuleuven.be",
"download_url": "",
"platform": null,
"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.\n\n## Installation\n\n>**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. \n\n### Non-editable installation\n\n0. (Optional) create virtual environment \n`conda create -n my_env python=3.8` \n`conda activate my_env`\n\n1.a Directly install from PyPi directory where pyper is saved as 'phyper' (WITH h!)\n`pip install phyper`\n\nOR \n\n1.b Directly intall from gitlab repostiory\n`pip install git+https://gitlab.kuleuven.be/u0123403/pyper.git`\n\n### Editable installation \n\nUse this installation if you want to make changes to the code yourself.\n\n0. (Optional) create virtual environment \n`conda create -n my_env python=3.8` \n`conda activate my_env`\n\n1. Clone the repository to your local machine \n`git clone https://gitlab.kuleuven.be/u0123403/pyper.git` \n`cd pyper`\n\n2. Use pip to install the package in editable format \n`pip install -e .`\n\n\n## Acknowledgements\n\nWritten by Remi Van Belleghem. Based on Matlab toolbox from Niels Wouters.\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Package for managing (hyper)spectral datasets",
"version": "1.1.7",
"project_urls": {
"Homepage": "https://gitlab.kuleuven.be/u0123403/pyper"
},
"split_keywords": [
"hyperspectral",
"chemometrics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a28aebd56b6f158f7c9350f42ab7e14639e6f95137bb840dc25ecb9f6cc43a51",
"md5": "884c2c4e6e384d256b25a706f5a097bf",
"sha256": "a2ae22bfc6a2dc3fdaf3b90629ad74a5f28d8dcca45f8fe23ceb0d863df0b8df"
},
"downloads": -1,
"filename": "phyper-1.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "884c2c4e6e384d256b25a706f5a097bf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6,<4.0",
"size": 29421,
"upload_time": "2023-05-11T11:49:17",
"upload_time_iso_8601": "2023-05-11T11:49:17.317632Z",
"url": "https://files.pythonhosted.org/packages/a2/8a/ebd56b6f158f7c9350f42ab7e14639e6f95137bb840dc25ecb9f6cc43a51/phyper-1.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-11 11:49:17",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "phyper"
}