Skip to main content

3 docs tagged with "Python"

View all tags

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.