Skip to content

Commit

Permalink
Add DESIS notebook to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jun 4, 2024
1 parent bd8227e commit 59e319d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 7 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59e319d

Please sign in to comment.