diff --git a/README.md b/README.md index 1b84d14..1be0272 100644 --- a/README.md +++ b/README.md @@ -14,20 +14,24 @@ ## Features -- Interactive visualization and analysis of hyperspectral data (e.g., [EMIT](https://earth.jpl.nasa.gov/emit), [PACE](https://pace.gsfc.nasa.gov)) +- Interactive visualization and analysis of hyperspectral data (e.g., [EMIT](https://earth.jpl.nasa.gov/emit), [PACE](https://pace.gsfc.nasa.gov), [DESIS](https://www.earthdata.nasa.gov/s3fs-public/imported/DESIS_TCloud_Mar0421.pdf)) - Interactive extraction and visualization of spectral signatures - Saving spectral signatures as CSV files ## Demos -- Visualizing NASA [EMIT](https://earth.jpl.nasa.gov/emit) data interactively +- Visualizing NASA [EMIT](https://earth.jpl.nasa.gov/emit) hyperspectral data interactively ![](https://i.imgur.com/zeyABMq.gif) -- Visualizing NASA [PACE](https://pace.gsfc.nasa.gov) data interactively +- Visualizing NASA [PACE](https://pace.gsfc.nasa.gov) hyperspectral data interactively ![](https://i.imgur.com/HBMjW6o.gif) +- Visualizing [DESIS](https://www.earthdata.nasa.gov/s3fs-public/imported/DESIS_TCloud_Mar0421.pdf) hyperspectral data interactively + +![](https://i.imgur.com/PkwOPN5.gif) + ## Acknowledgement This projects draws inspiration and adapts source code from the [nasa/EMIT-Data-Resources](https://github.com/nasa/EMIT-Data-Resources) repository. Credit goes to the original authors. diff --git a/docs/index.md b/docs/index.md index 64d6a80..742d68f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,20 +13,24 @@ ## Features -- Interactive visualization and analysis of hyperspectral data (e.g., [EMIT](https://earth.jpl.nasa.gov/emit), [PACE](https://pace.gsfc.nasa.gov)) +- Interactive visualization and analysis of hyperspectral data (e.g., [EMIT](https://earth.jpl.nasa.gov/emit), [PACE](https://pace.gsfc.nasa.gov), [DESIS](https://www.earthdata.nasa.gov/s3fs-public/imported/DESIS_TCloud_Mar0421.pdf)) - Interactive extraction and visualization of spectral signatures - Saving spectral signatures as CSV files ## Demos -- Visualizing NASA [EMIT](https://earth.jpl.nasa.gov/emit) data interactively +- Visualizing NASA [EMIT](https://earth.jpl.nasa.gov/emit) hyperspectral data interactively ![](https://i.imgur.com/zeyABMq.gif) -- Visualizing NASA [PACE](https://pace.gsfc.nasa.gov) data interactively +- Visualizing NASA [PACE](https://pace.gsfc.nasa.gov) hyperspectral data interactively ![](https://i.imgur.com/HBMjW6o.gif) +- Visualizing [DESIS](https://www.earthdata.nasa.gov/s3fs-public/imported/DESIS_TCloud_Mar0421.pdf) hyperspectral data interactively + +![](https://i.imgur.com/PkwOPN5.gif) + ## Acknowledgement This projects draws inspiration and adapts source code from the [nasa/EMIT-Data-Resources](https://github.com/nasa/EMIT-Data-Resources) repository. Credit goes to the original authors. diff --git a/mkdocs.yml b/mkdocs.yml index 5230b9c..a44ac06 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -81,6 +81,7 @@ nav: - Report Issues: https://github.com/opengeos/HyperCoast/issues - Examples: - examples/search_data.ipynb + - examples/desis.ipynb - examples/emit.ipynb - examples/pace.ipynb - examples/ecostress.ipynb