Skip to content

A Python package for visualizing and analyzing hyperspectral data in coastal regions

License

Notifications You must be signed in to change notification settings

opengeos/HyperCoast

Repository files navigation

HyperCoast

image image image image Conda Recipe Conda Downloads

A Python package for visualizing and analyzing hyperspectral data in coastal regions

Introduction

HyperCoast is a Python package designed to provide an accessible and comprehensive set of tools for visualizing and analyzing hyperspectral data in coastal regions. Building on the capabilities of popular packages like Leafmap and PyVista, HyperCoast streamlines the process of exploring and interpreting complex remote sensing data. This enables researchers and environmental managers to gain deeper insights into the dynamic processes occurring in coastal environments.

HyperCoast supports the reading and visualization of hyperspectral data from various NASA airborne and satellite missions, such as AVIRIS, NEON, PACE, and EMIT, along with other datasets like DESIS and ECOSTRESS. Users can interactively explore hyperspectral data, extract spectral signatures, change band combinations and colormaps, visualize data in 3D, and perform interactive slicing and thresholding operations (see Figure 1). Additionally, leveraging the earthaccess package, HyperCoast offers tools for searching NASA hyperspectral data interactively. This makes it a versatile and powerful tool for working with hyperspectral data globally, with a particular focus on coastal regions.

EMIT Figure 1. An example of visualizing NASA EMIT hyperspectral data using HyperCoast.

Features

  • Searching for NASA hyperspectral data interactively
  • Interactive visualization and analysis of hyperspectral data, such as AVIRIS, DESIS, EMIT, PACE, NEON AOP
  • Interactive visualization of NASA ECOSTRESS data
  • Interactive visualization of PACE chlorophyll-a data
  • Interactive extraction and visualization of spectral signatures
  • Changing band combinations and colormaps interactively
  • Visualizing hyperspectral data in 3D
  • Visualizing ERA5 temperature data in 3D
  • Interactive slicing and thresholding of hyperspectral data in 3D
  • Saving spectral signatures as CSV files

Demos

  • Visualizing hyperspectral data in 3D (notebook)

Cube

  • Interactive slicing of hyperspectral data in 3D (notebook)

Slicing

  • Interactive thresholding of hyperspectral data in 3D (notebook)

Slicing

  • Visualizing ERA5 temperature data in 3D (notebook)

ERA5

  • Changing band combinations and colormaps interactively (notebook)

colormap

AVIRIS

DESIS

  • Visualizing NASA EMIT hyperspectral data interactively (notebook)

EMIT

  • Visualizing NASA PACE hyperspectral data interactively (notebook)

PACE

NEON

  • Interactive visualization of PACE chlorophyll-a data (notebook)

Chla

Acknowledgement

This project draws inspiration and adapts source code from the nasa/EMIT-Data-Resources repository. Credit goes to the original authors.