https://github.com/brianschubert/splib07-loader
Tools for loading spectra from a local archive of the USGS Spectral Library Version 7
https://github.com/brianschubert/splib07-loader
Last synced: over 1 year ago
JSON representation
Tools for loading spectra from a local archive of the USGS Spectral Library Version 7
- Host: GitHub
- URL: https://github.com/brianschubert/splib07-loader
- Owner: brianschubert
- License: apache-2.0
- Created: 2023-07-20T19:31:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T22:41:05.000Z (over 2 years ago)
- Last Synced: 2025-01-29T22:46:42.448Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.38 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# splib07 loader
Tools for loading spectra from a local archive of the [USGS Spectral Library Version 7](https://pubs.er.usgs.gov/publication/ds1035).
The dataset release for USGS Spectral Library Version 7 can be downloaded from the USGS ScienceBase data server at https://dx.doi.org/10.5066/F7RR1WDJ.
## Install
From git:
```
$ pip install 'splib07-loader @ git+https://github.com/brianschubert/splib07-loader.git'
```
From local source tree:
```shell
$ pip install .
```
## Usage
See examples in [`notebooks/examples.ipynb`](./notebooks/examples.ipynb)
## Test
```shell
$ pytest
```
## Credits
USGS Spectral Library Version 7 courtesy of the U.S. Geological Survey. Visit the USGS at https://usgs.gov.