An open API service indexing awesome lists of open source software.

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

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.