LICENSE
README.md
pyproject.toml
src/spectral_library/__init__.py
src/spectral_library/_version.py
src/spectral_library/batch.py
src/spectral_library/build_db.py
src/spectral_library/cli.py
src/spectral_library/coverage_filter.py
src/spectral_library/manifest.py
src/spectral_library/mapping.py
src/spectral_library/normalize.py
src/spectral_library/py.typed
src/spectral_library/quality_plots.py
src/spectral_library/siac.py
src/spectral_library.egg-info/PKG-INFO
src/spectral_library.egg-info/SOURCES.txt
src/spectral_library.egg-info/dependency_links.txt
src/spectral_library.egg-info/entry_points.txt
src/spectral_library.egg-info/requires.txt
src/spectral_library.egg-info/top_level.txt
src/spectral_library/fetchers/__init__.py
src/spectral_library/fetchers/base.py
src/spectral_library/fetchers/ecosis.py
src/spectral_library/fetchers/ecostress.py
src/spectral_library/fetchers/ess_dive.py
src/spectral_library/fetchers/github_archive.py
src/spectral_library/fetchers/http_utils.py
src/spectral_library/fetchers/manual.py
src/spectral_library/fetchers/mendeley.py
src/spectral_library/fetchers/neon.py
src/spectral_library/fetchers/pangaea.py
src/spectral_library/fetchers/specchio.py
src/spectral_library/fetchers/static_http.py
src/spectral_library/fetchers/zenodo.py
tests/test_batch.py
tests/test_build_db_and_cli.py
tests/test_coverage_filter.py
tests/test_docs_site.py
tests/test_fetchers.py
tests/test_full_library_benchmarks.py
tests/test_manifest.py
tests/test_mapping.py
tests/test_normalize.py
tests/test_official_examples.py
tests/test_quality_plots.py
tests/test_release_contracts.py
tests/test_siac.py