--- # https://vitepress.dev/reference/default-theme-home-page layout: home hero: name: "SpectralIndices.jl" text: "Easy formulas" tagline: Indices used in remote sensing and environmental monitoring. image: src: /logo.png alt: SpectralIndices actions: - theme: brand text: Getting Started link: /getting_started - theme: alt text: View on Github link: https://github.com/awesome-spectral-indices/SpectralIndices.jl - theme: alt text: API Axioms link: /api/axioms features: - title: Support details: Supports a broad range of predefined spectral indices. - title: Creation details: Custom index creation capabilities. - title: Flexibility details: Flexible input options for various data types. Efficient computation for large datasets. ---
using SpectralIndices
NDVI
NDVI: Normalized Difference Vegetation Index
* Application Domain: vegetation
* Bands/Parameters: Any["N", "R"]
* Formula: (N-R)/(N+R)
* Reference: https://ntrs.nasa.gov/citations/19740022614

[!TIP] See some more with:

indices
Dict{String, SpectralIndices.AbstractSpectralIndex} with 245 entries:
  "SWI"           => SpectralIndex(short_name: SWI,…
  "WI1"           => SpectralIndex(short_name: WI1,…
  "NDVIMNDWI"     => SpectralIndex(short_name: NDVIMNDWI,…
  "BAIS2"         => SpectralIndex(short_name: BAIS2,…
  "PSRI"          => SpectralIndex(short_name: PSRI,…
  "MGRVI"         => SpectralIndex(short_name: MGRVI,…
  "SR"            => SpectralIndex(short_name: SR,…
  "MBI"           => SpectralIndex(short_name: MBI,…
  "WRI"           => SpectralIndex(short_name: WRI,…
  "NDISIg"        => SpectralIndex(short_name: NDISIg,…
  "IRECI"         => SpectralIndex(short_name: IRECI,…
  "MTVI2"         => SpectralIndex(short_name: MTVI2,…
  "VIG"           => SpectralIndex(short_name: VIG,…
  "TCARIOSAVI705" => SpectralIndex(short_name: TCARIOSAVI705,…
  "PI"            => SpectralIndex(short_name: PI,…
  "BaI"           => SpectralIndex(short_name: BaI,…
  "CCI"           => SpectralIndex(short_name: CCI,…
  "NRFIr"         => SpectralIndex(short_name: NRFIr,…
  "NBRplus"       => SpectralIndex(short_name: NBRplus,…
  ⋮               => ⋮