Metadata-Version: 2.1
Name: spectral-data-converter
Version: 0.0.1
Summary: Python3 library for converting (and filtering) spectral data in various formats.
Home-page: https://github.com/waikato-datamining/spectral-data-converter
Author: Peter Reutemann
Author-email: fracpete@waikato.ac.nz
License: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE

Python library for converting (and filtering) spectral data in various formats.

Supported spectral formats:

* ADAMS (read/write)
* ARFF row-wise (read/write)
* ASC (read/write)
* ASCII XY (read/write)
* CAL FOSS (read/write)
* CSV (read/write)
* DPT (read/write)
* MPS (read)
* NIR FOSS (read/write)
* Opus Bruker (read)
* Opus Ext Bruker (read)
* SPA Thermo Fisher (read)

Supported sample data formats:

* ADAMS report (read/write)
* CSV row-wise (read/write)
* JSON (read/write)


Changelog
=========

0.0.1 (2025-06-27)
------------------

- initial release

