https://github.com/waikato-datamining/spectral-data-converter-all
Meta library that combines all spectral-data-converter libraries.
https://github.com/waikato-datamining/spectral-data-converter-all
conversion spectral-data
Last synced: 5 months ago
JSON representation
Meta library that combines all spectral-data-converter libraries.
- Host: GitHub
- URL: https://github.com/waikato-datamining/spectral-data-converter-all
- Owner: waikato-datamining
- License: mit
- Created: 2025-06-18T04:41:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T21:45:26.000Z (11 months ago)
- Last Synced: 2025-07-11T02:08:14.054Z (11 months ago)
- Topics: conversion, spectral-data
- Language: Dockerfile
- Homepage: https://github.com/waikato-datamining/spectral-data-converter
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
# spectral-data-converter-all
Meta-library that combines all [spectral-data-converter](https://github.com/waikato-datamining/spectral-data-converter) libraries.
## Installation
Via PyPI:
```bash
pip install spectral_data_converter_all
```
The latest code straight from the repository:
```bash
pip install git+https://github.com/waikato-datamining/spectral-data-converter-all.git
```
Via script (using code from repos or local dirs):
``` bash
./sdc-venv [options, use -h to see help screen]
```
## Docker
[Docker](docker) images are available from:
* Docker hub: [waikatodatamining/spectral-data-converter](https://hub.docker.com/r/waikatodatamining/spectral-data-converter)
* In-house registry: `public.aml-repo.cms.waikato.ac.nz:443/tools/spectral-data-converter`