Skip to main content

5 docs tagged with "Python"

View all tags

Detecting Rare Earth Elements

Detect neodymium (a rare earth element) in Wyvern hyperspectral imagery in Python using continuum removal, spectral resampling of a USGS reference spectrum, and the Adaptive Cosine Estimator (ACE).

Index Calculations with Python

Calculate hyperspectral indices like NDVI and NDWI in Python using NumPy array math on raster bands. (Note: this tutorial uses legacy drone data; an update is pending.)

Loading & Viewing Wyvern Data in Python

Tutorial for loading and visualizing Wyvern hyperspectral data in Python with Rasterio and Matplotlib, including downloading via STAC and rendering RGB and color-infrared composites.

Visualizing Spectra & Plotting

Plot pixel spectral curves and band scatter plots from Wyvern hyperspectral imagery in Python using Rasterio, NumPy, and Matplotlib.

Water Quality Monitoring with Python

Monitor water quality from space by calculating hyperspectral indices like NDWI, NDTI, and NDCI in Python with NumPy array math on Dragonette-3 imagery of Lake Maracaibo, Venezuela.