HIDSAG is a Python package that provides some functionalities for easy handle the hyperspectral data records provided as a database for supervised analysis in geometallurgy in Python.
The source code is currently hosted on GitHub at: https://github.com/alges/hidsag
- NumPy - Powerful n-dimensional arrays and numerical computing tools
- pandas - Fast, powerful, flexible and easy to use open source data analysis and manipulation tool
- h5py - The h5py package is a Pythonic interface to the HDF5 binary data format
Please cite the following paper when publishing work relating to this code:
@article{hidsag2023,
author = {Ehrenfeld, Alejandro and Ega{\~n}a, {\'A}lvaro F. and Santiba{\~n}ez-Leal, Felipe and Garrido, Felipe and Ojeda, Marcia and Townley, Brian and Navarro, Felipe},
date = {2023/03/23},
doi = {10.1038/s41597-023-02061-x},
isbn = {2052-4463},
journal = {Scientific Data},
number = {1},
pages = {164},
title = {HIDSAG: Hyperspectral Image Database for Supervised Analysis in Geometallurgy},
url = {https://doi.org/10.1038/s41597-023-02061-x},
volume = {10},
year = {2023},
bdsk-url-1 = {https://doi.org/10.1038/s41597-023-02061-x}
}