.all-contributorsrc
.editorconfig
.gitignore
.mergify.yml
.pre-commit-config.yaml
CITATION.cff
LICENSE
MANIFEST.in
README.md
REUSE.toml
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
uv.lock
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/draft-pdf.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
HyperCoast.egg-info/PKG-INFO
HyperCoast.egg-info/SOURCES.txt
HyperCoast.egg-info/dependency_links.txt
HyperCoast.egg-info/entry_points.txt
HyperCoast.egg-info/requires.txt
HyperCoast.egg-info/top_level.txt
LICENSES/Apache-2.0.txt
LICENSES/MIT.txt
docs/CNAME
docs/aviris.md
docs/changelog.md
docs/changelog_update.py
docs/chla.md
docs/cla.md
docs/common.md
docs/contributing.md
docs/desis.md
docs/emit.md
docs/enmap.md
docs/hypercoast.md
docs/index.md
docs/installation.md
docs/neon.md
docs/pace.md
docs/prisma.md
docs/tanager.md
docs/ui.md
docs/usage.md
docs/examples/_earthaccess.ipynb
docs/examples/acolite.ipynb
docs/examples/acolite_emit.ipynb
docs/examples/aviris.ipynb
docs/examples/chla_predict.ipynb
docs/examples/chlorophyll_a.ipynb
docs/examples/desis.ipynb
docs/examples/ecostress.ipynb
docs/examples/emit.ipynb
docs/examples/enmap.ipynb
docs/examples/field_data.ipynb
docs/examples/hypoxia.ipynb
docs/examples/image_cube.ipynb
docs/examples/image_slicing.ipynb
docs/examples/jupytext.toml
docs/examples/moe_vae.ipynb
docs/examples/multispectral.ipynb
docs/examples/neon.ipynb
docs/examples/overview.md
docs/examples/pace.ipynb
docs/examples/pace_cyano.ipynb
docs/examples/pace_oci_l1.ipynb
docs/examples/pace_oci_l2.ipynb
docs/examples/pca.ipynb
docs/examples/prisma.ipynb
docs/examples/search_data.ipynb
docs/examples/tanager.ipynb
docs/examples/tanager_3d.ipynb
docs/examples/temperature.ipynb
docs/moe_vae/data_loading.md
docs/moe_vae/model.md
docs/moe_vae/model_inference.md
docs/moe_vae/plot_and_save.md
docs/overrides/main.html
docs/publications/S2-MSI/Sentinel2MSI-chla.ipynb
docs/publications/S2-MSI/data/Barataria WQ (1994-2016) monthly sampling.xlsx
docs/publications/S2-MSI/data/CPRA SWAMP (2016-present) monthly sampling.xlsx
docs/publications/S2-MSI/data/NASA Blue Carbon (2016).xlsx
docs/publications/S2-MSI/data/NASA PACE (2024).xlsx
docs/publications/S2-MSI/data/NASA Rapid (2017).xlsx
docs/workshops/emit.ipynb
docs/workshops/jupytext.toml
docs/workshops/pace.ipynb
hypercoast/__init__.py
hypercoast/aviris.py
hypercoast/chla.py
hypercoast/common.py
hypercoast/desis.py
hypercoast/emit.py
hypercoast/enmap.py
hypercoast/hypercoast.py
hypercoast/neon.py
hypercoast/pace.py
hypercoast/prisma.py
hypercoast/tanager.py
hypercoast/ui.py
hypercoast/moe_vae/__init__.py
hypercoast/moe_vae/data_loading.py
hypercoast/moe_vae/model.py
hypercoast/moe_vae/model_inference.py
hypercoast/moe_vae/plot_and_save.py
paper/paper.bib
paper/paper.md
tests/__init__.py
tests/test_aviris.py
tests/test_emit.py
tests/test_hypercoast.py
tests/test_neon.py
tests/test_pace.py