wcps.spectral¶
Python classes for spectral indices generated from a standardized list curated at
https://awesome-ee-spectral-indices.readthedocs.io. Each class can be instantiated
with wcps.model.WCPSExpr arguments for the respective bands / constants.
Example for applying the NDVI index on red/nir Sentinel-2 bands:
from wcps.model import Datacube
from wcps.spectral import NDVI
red = Datacube("S2_L2A_32631_B04_10m")
nir = Datacube("S2_L2A_32631_B08_10m")
ndvi = NDVI(N=nir, R=red)
query = ndvi.encode("PNG")
Classes¶
Aerosol Free Vegetation Index (1600 nm) |
|
Aerosol Free Vegetation Index (2100 nm) |
|
Augmented Normalized Difference Water Index |
|
Anthocyanin Reflectance Index |
|
Anthocyanin Reflectance Index 2 |
|
Atmospherically Resistant Vegetation Index |
|
Adjusted Transformed Soil-Adjusted Vegetation Index |
|
Advanced Vegetation Index |
|
Automated Water Extraction Index |
|
Automated Water Extraction Index with Shadows Elimination |
|
Burned Area Index |
|
Burned Area Index adapted to MODIS |
|
Burned Area Index for Sentinel 2 |
|
Blue Chromatic Coordinate |
|
Bare Soil Index |
|
Landsat TM-based Brightness Index |
|
SPOT HRV XS-based Brightness Index |
|
Built-Up Land Features Extraction Index |
|
Blue Normalized Difference Vegetation Index |
|
Band Ratio for Built-up Area |
|
Blue Wide Dynamic Range Vegetation Index |
|
Bareness Index |
|
Chlorophyll Carotenoid Index |
|
Chlorophyll Index Green |
|
Chlorophyll Index Red Edge |
|
Carotenoid Reflectance Index using 550 nm |
|
Carotenoid Reflectance Index using 700 nm |
|
Char Soil Index |
|
Char Soil Index Thermal |
|
Chlorophyll Vegetation Index |
|
Dry Built-Up Index |
|
Dry Bareness Index |
|
Dual-Pol Diagonal Distance |
|
Drought Stress Index |
|
Disease-Water Stress Index 1 |
|
Disease-Water Stress Index 2 |
|
Disease-Water Stress Index 3 |
|
Disease-Water Stress Index 4 |
|
Disease-Water Stress Index 5 |
|
Difference Vegetation Index |
|
Difference Vegetation Index Plus |
|
Dual-Polarized Radar Vegetation Index HH |
|
Dual-Polarized Radar Vegetation Index VV |
|
Enhanced Built-Up and Bareness Index |
|
Enhanced Bloom Index |
|
Enhanced Modified Bare Soil Index |
|
Enhanced Normalized Difference Vegetation Index |
|
Enhanced Vegetation Index |
|
Two-Band Enhanced Vegetation Index |
|
Enhanced Vegetation Index of Vegetation |
|
Excess Green Index |
|
ExG - ExR Vegetation Index |
|
Excess Red Index |
|
Floating Algae Index |
|
Fluorescence Correction Vegetation Index |
|
Green Atmospherically Resistant Vegetation Index |
|
Green-Blue Normalized Difference Vegetation Index |
|
Green Chromatic Coordinate |
|
Generalized Difference Vegetation Index |
|
Global Environment Monitoring Index |
|
Green Leaf Index |
|
Gitelson and Merzlyak Index 1 |
|
Gitelson and Merzlyak Index 2 |
|
Green Normalized Difference Vegetation Index |
|
Green Optimized Soil Adjusted Vegetation Index |
|
Green-Red Normalized Difference Vegetation Index |
|
Green Ratio Vegetation Index |
|
Green Soil Adjusted Vegetation Index |
|
Global Vegetation Moisture Index |
|
New Atmospherically Resistant Vegetation Index |
|
Index-Based Built-Up Index |
|
Kawashima Index |
|
Infrared Percentage Vegetation Index |
|
Inverted Red-Edge Chlorophyll Index |
|
Land Surface Water Index |
|
Modified Bare Soil Index |
|
Multi-Band Water Index |
|
Modified Chlorophyll Absorption in Reflectance Index |
|
Modified Chlorophyll Absorption in Reflectance Index 1 |
|
Modified Chlorophyll Absorption in Reflectance Index 2 |
|
Modified Chlorophyll Absorption in Reflectance Index (705 and 750 nm) |
|
MCARI/OSAVI Ratio |
|
MCARI/OSAVI Ratio (705 and 750 nm) |
|
Modified Green Red Vegetation Index |
|
Mid-Infrared Burn Index |
|
Modified Land Surface Water Index (MODIS Bands 2 and 6) |
|
Modified Land Surface Water Index (MODIS Bands 2 and 7) |
|
Modified Normalized Difference Vegetation Index |
|
Modified Normalized Difference Water Index |
|
Modified Non-Linear Vegetation Index |
|
Modified Red Blue Vegetation Index |
|
Modified Soil-Adjusted Vegetation Index |
|
Moisture Stress Index |
|
Modified Simple Ratio |
|
Modified Simple Ratio (705 and 750 nm) |
|
MERIS Terrestrial Chlorophyll Index |
|
Modified Triangular Vegetation Index 1 |
|
Modified Triangular Vegetation Index 2 |
|
Revised Multi-Spectral Water Index |
|
Normalized Built-up Area Index |
|
Normalized Difference Bare Land Index |
|
Normalized Difference Bare Land Index for Landsat-OLI |
|
Normalized Burn Ratio |
|
Normalized Burn Ratio 2 |
|
Normalized Burn Ratio SWIR |
|
Normalized Burn Ratio Thermal 1 |
|
Normalized Burn Ratio Thermal 2 |
|
Normalized Burn Ratio Thermal 3 |
|
Normalized Burn Ratio Plus |
|
Non-Binary Snow Index for Multi-Component Surfaces |
|
New Built-Up Index |
|
Normalized Difference (705 and 750 nm) |
|
Normalized Difference Built-Up Index |
|
Normalized Difference Bareness Index |
|
Normalized Difference Chlorophyll Index |
|
Normalized Difference Drought Index |
|
Normalized Difference Greenness Index |
|
Normalized Difference Glacier Index |
|
Normalized Difference Infrared Index |
|
Normalized Difference Impervious Surface Index Blue |
|
Normalized Difference Impervious Surface Index Green |
|
Normalized Difference Impervious Surface Index with MNDWI |
|
Normalized Difference Impervious Surface Index with NDWI |
|
Normalized Difference Impervious Surface Index Red |
|
Normalized Difference Moisture Index |
|
Normalized Difference Phenology Index |
|
Normalized Difference Polarization Index |
|
Normalized Difference Pond Index |
|
Normalized Difference Red Edge Index |
|
Normalized Difference Snow Index |
|
Normalized Difference Snow Ice Index |
|
WorldView Normalized Difference Soil Index |
|
Normalized Difference Snow Index with no Water |
|
Normalized Difference SWIR |
|
Normalized Difference Snow and Ice Index |
|
Normalized Difference Soil Index |
|
Normalized Difference Turbidity Index |
|
Normalized Difference Vegetation Index |
|
Normalized Difference Vegetation Index (705 and 750 nm) |
|
NDVI-MNDWI Model |
|
Normalized Difference Vegetation Index Thermal |
|
Normalized Difference Water Index |
|
Normalized Difference Water Index with no Snow Cover and Glaciers |
|
Normalized Difference Yellowness Index |
|
Normalized Green Red Difference Index |
|
Non-Homogeneous Feature Difference |
|
Near-Infrared Reflectance of Vegetation |
|
Hyperspectral Near-Infrared Reflectance of Vegetation |
|
Near-Infrared Reflectance of Vegetation and Incoming PAR |
|
Non-Linear Vegetation Index |
|
Normalized Multi-band Drought Index |
|
Normalized Rapeseed Flowering Index Green |
|
Normalized Rapeseed Flowering Index Red |
|
Normalized Shortwave Infrared Difference Soil-Moisture |
|
Normalized Shortwave-Infrared Difference Bare Soil Moisture Index 1 |
|
Normalized Shortwave-Infrared Difference Bare Soil Moisture Index 2 |
|
Normalized Shortwave-Infrared Difference Bare Soil Moisture Index 3 |
|
NIR-SWIR-Temperature Version 1 |
|
NIR-SWIR-Temperature Version 2 |
|
New Water Index |
|
Normalized Green |
|
Normalized NIR |
|
Normalized Red |
|
Optimized Chlorophyll Vegetation Index |
|
Optimized Soil-Adjusted Vegetation Index |
|
Oil Spill Index |
|
Plastic Index |
|
Perpendicular Impervious Surface Index |
|
Plant Senescing Reflectance Index |
|
Quad-Polarized Radar Vegetation Index |
|
Red Chromatic Coordinate |
|
Renormalized Difference Vegetation Index |
|
Red-Edge Disease Stress Index |
|
Red Edge Normalized Difference Vegetation Index |
|
Radar Forest Degradation Index |
|
Red Green Blue Vegetation Index |
|
Red-Green Ratio Index |
|
Redness Index |
|
SPOT HRV XS-based Redness Index 4 |
|
Reversed Normalized Difference Vegetation Index |
|
Ratio Vegetation Index |
|
Sentinel-2 Red-Edge Position |
|
Sentinel-2 Water Index |
|
S3 Snow Index |
|
Soil Adjusted and Atmospherically Resistant Vegetation Index |
|
Soil-Adjusted Vegetation Index |
|
Soil-Adjusted Vegetation Index 2 |
|
Soil-Adjusted Vegetation Index Thermal |
|
Shadow-Eliminated Vegetation Index |
|
Shadow Index |
|
Structure Insensitive Pigment Index |
|
Specific Leaf Area Vegetation Index |
|
Simple Ratio |
|
Simple Ratio (800 and 550 nm) |
|
Simple Ratio (860, 550 and 708 nm) |
|
Simple Ratio (555 and 750 nm) |
|
Simple Ratio (705 and 750 nm) |
|
Snow Water Index |
|
Sentinel Water Mask |
|
Sentinel-2 LAI Green Index |
|
Transformed Chlorophyll Absorption in Reflectance Index |
|
TCARI/OSAVI Ratio |
|
TCARI/OSAVI Ratio (705 and 750 nm) |
|
Triangular Chlorophyll Index |
|
Transformed Difference Vegetation Index |
|
Triangular Greenness Index |
|
Transformed Red Range Vegetation Index |
|
Transformed Soil-Adjusted Vegetation Index |
|
Transformed Triangular Vegetation Index |
|
Transformed Vegetation Index |
|
Triangle Water Index |
|
Triangular Vegetation Index |
|
Urban Index |
|
Visible Atmospherically Resistant Index |
|
Visible Atmospherically Resistant Index (700 nm) |
|
Vertical Dual De-Polarization Index |
|
VH-VV Difference |
|
VH-VV Product |
|
VH-VV Ratio |
|
VI6T Index |
|
Vegetation Index (700 nm) |
|
Vegetation Index Built-up Index |
|
Vegetation Index Green |
|
VV-VH Difference |
|
VV-VH Ratio |
|
VV-VH Sum |
|
Visible Green-Based Built-Up Index |
|
Visible Red-Based Built-Up Index |
|
Wide Dynamic Range Vegetation Index |
|
Weighted Difference Vegetation Index |
|
Water Index 1 |
|
Water Index 2 |
|
Water Index 2015 |
|
Water Ratio Index |
|
Blue Near-Infrared Reflectance of Vegetation |
|
Kernel Enhanced Vegetation Index |
|
Kernel Infrared Percentage Vegetation Index |
|
Kernel Normalized Difference Vegetation Index |
|
Kernel Ratio Vegetation Index |
|
Kernel Visible Atmospherically Resistant Index |
|
Modified Normalized Difference (705, 750 and 445 nm) |
|
Modified Simple Ratio (705 and 445 nm) |
|
SWIR-enhanced Near-Infrared Reflectance of Vegetation for LSWI |
|
SWIR-enhanced Near-Infrared Reflectance of Vegetation for NDPI |
|
SWIR-enhanced Near-Infrared Reflectance of Vegetation for the NDVI-LSWI Product |
|
SWIR-enhanced Near-Infrared Reflectance of Vegetation for the NDVI-LSWI Sum |
|
SWIR-enhanced Near-Infrared Reflectance of Vegetation |
Module Contents¶
- class AFRI1600(N, S1)[source]¶
Bases:
wcps.model.WCPSExprAerosol Free Vegetation Index (1600 nm)
- Parameters:
- class AFRI2100(N, S2)[source]¶
Bases:
wcps.model.WCPSExprAerosol Free Vegetation Index (2100 nm)
- Parameters:
- class ANDWI(B, G, R, N, S1, S2)[source]¶
Bases:
wcps.model.WCPSExprAugmented Normalized Difference Water Index
- Parameters:
- class ARI(G, RE1)[source]¶
Bases:
wcps.model.WCPSExprAnthocyanin Reflectance Index
- Parameters:
RE1 (wcps.model.OperandType)
- class ARI2(N, G, RE1)[source]¶
Bases:
wcps.model.WCPSExprAnthocyanin Reflectance Index 2
- Parameters:
- class ARVI(N, R, gamma, B)[source]¶
Bases:
wcps.model.WCPSExprAtmospherically Resistant Vegetation Index
- Parameters:
gamma (wcps.model.OperandType)
- class ATSAVI(sla, N, R, slb)[source]¶
Bases:
wcps.model.WCPSExprAdjusted Transformed Soil-Adjusted Vegetation Index
- Parameters:
sla (wcps.model.OperandType)
slb (wcps.model.OperandType)
- formula = 'sla * (N - sla * R - slb) / (sla * N + R - sla * slb + 0.08 * (1 + sla ** 2.0))'[source]¶
- class AVI(N, R)[source]¶
Bases:
wcps.model.WCPSExprAdvanced Vegetation Index
- Parameters:
- platforms = ['Sentinel-2', 'Landsat-OLI', 'Landsat-TM', 'Landsat-ETM+', 'MODIS', 'Planet-Fusion'][source]¶
- class AWEInsh(G, S1, N, S2)[source]¶
Bases:
wcps.model.WCPSExprAutomated Water Extraction Index
- Parameters:
- class AWEIsh(B, G, N, S1, S2)[source]¶
Bases:
wcps.model.WCPSExprAutomated Water Extraction Index with Shadows Elimination
- Parameters:
- class BAI(R, N)[source]¶
Bases:
wcps.model.WCPSExprBurned Area Index
- Parameters:
- platforms = ['Sentinel-2', 'Landsat-OLI', 'Landsat-TM', 'Landsat-ETM+', 'MODIS', 'Planet-Fusion'][source]¶
- class BAIM(N, S2)[source]¶
Bases:
wcps.model.WCPSExprBurned Area Index adapted to MODIS
- Parameters:
- class BAIS2(RE2, RE3, N2, R, S2)[source]¶
Bases:
wcps.model.WCPSExprBurned Area Index for Sentinel 2
- Parameters:
RE2 (wcps.model.OperandType)
RE3 (wcps.model.OperandType)
- class BCC(B, R, G)[source]¶
Bases:
wcps.model.WCPSExprBlue Chromatic Coordinate
- Parameters:
- class BI(S1, R, N, B)[source]¶
Bases:
wcps.model.WCPSExprBare Soil Index
- Parameters:
- class BITM(B, G, R)[source]¶
Bases:
wcps.model.WCPSExprLandsat TM-based Brightness Index
- Parameters:
- class BIXS(G, R)[source]¶
Bases:
wcps.model.WCPSExprSPOT HRV XS-based Brightness Index
- Parameters:
- class BLFEI(G, R, S2, S1)[source]¶
Bases:
wcps.model.WCPSExprBuilt-Up Land Features Extraction Index
- Parameters:
- class BNDVI(N, B)[source]¶
Bases:
wcps.model.WCPSExprBlue Normalized Difference Vegetation Index
- Parameters:
- class BRBA(R, S1)[source]¶
Bases:
wcps.model.WCPSExprBand Ratio for Built-up Area
- Parameters:
- class BWDRVI(alpha, N, B)[source]¶
Bases:
wcps.model.WCPSExprBlue Wide Dynamic Range Vegetation Index
- Parameters:
alpha (wcps.model.OperandType)
- class BaI(R, S1, N)[source]¶
Bases:
wcps.model.WCPSExprBareness Index
- Parameters:
- class CCI(G1, R)[source]¶
Bases:
wcps.model.WCPSExprChlorophyll Carotenoid Index
- Parameters:
- class CIG(N, G)[source]¶
Bases:
wcps.model.WCPSExprChlorophyll Index Green
- Parameters:
- class CIRE(N, RE1)[source]¶
Bases:
wcps.model.WCPSExprChlorophyll Index Red Edge
- Parameters:
RE1 (wcps.model.OperandType)
- class CRI550(B, G)[source]¶
Bases:
wcps.model.WCPSExprCarotenoid Reflectance Index using 550 nm
- Parameters:
- class CRI700(B, RE1)[source]¶
Bases:
wcps.model.WCPSExprCarotenoid Reflectance Index using 700 nm
- Parameters:
RE1 (wcps.model.OperandType)
- class CSI(N, S2)[source]¶
Bases:
wcps.model.WCPSExprChar Soil Index
- Parameters:
- class CSIT(N, S2, T)[source]¶
Bases:
wcps.model.WCPSExprChar Soil Index Thermal
- Parameters:
- class CVI(N, R, G)[source]¶
Bases:
wcps.model.WCPSExprChlorophyll Vegetation Index
- Parameters:
- class DBI(B, T1, N, R)[source]¶
Bases:
wcps.model.WCPSExprDry Built-Up Index
- Parameters:
- class DBSI(S1, G, N, R)[source]¶
Bases:
wcps.model.WCPSExprDry Bareness Index
- Parameters:
- class DPDD(VV, VH)[source]¶
Bases:
wcps.model.WCPSExprDual-Pol Diagonal Distance
- Parameters:
- class DSI(S1, N)[source]¶
Bases:
wcps.model.WCPSExprDrought Stress Index
- Parameters:
- class DSWI1(N, S1)[source]¶
Bases:
wcps.model.WCPSExprDisease-Water Stress Index 1
- Parameters:
- class DSWI2(S1, G)[source]¶
Bases:
wcps.model.WCPSExprDisease-Water Stress Index 2
- Parameters:
- class DSWI3(S1, R)[source]¶
Bases:
wcps.model.WCPSExprDisease-Water Stress Index 3
- Parameters:
- class DSWI4(G, R)[source]¶
Bases:
wcps.model.WCPSExprDisease-Water Stress Index 4
- Parameters:
- class DSWI5(N, G, S1, R)[source]¶
Bases:
wcps.model.WCPSExprDisease-Water Stress Index 5
- Parameters:
- class DVI(N, R)[source]¶
Bases:
wcps.model.WCPSExprDifference Vegetation Index
- Parameters:
- class DVIplus(lambdaN, lambdaR, lambdaG, G, N, R)[source]¶
Bases:
wcps.model.WCPSExprDifference Vegetation Index Plus
- Parameters:
lambdaN (wcps.model.OperandType)
lambdaR (wcps.model.OperandType)
lambdaG (wcps.model.OperandType)
- formula = '((lambdaN - lambdaR)/(lambdaN - lambdaG)) * G + (1.0 - ((lambdaN - lambdaR)/(lambdaN -...[source]¶
- class DpRVIHH(HV, HH)[source]¶
Bases:
wcps.model.WCPSExprDual-Polarized Radar Vegetation Index HH
- Parameters:
- class DpRVIVV(VH, VV)[source]¶
Bases:
wcps.model.WCPSExprDual-Polarized Radar Vegetation Index VV
- Parameters:
- class EBBI(S1, N, T)[source]¶
Bases:
wcps.model.WCPSExprEnhanced Built-Up and Bareness Index
- Parameters:
- class EBI(R, G, B, epsilon)[source]¶
Bases:
wcps.model.WCPSExprEnhanced Bloom Index
- Parameters:
epsilon (wcps.model.OperandType)
- class EMBI(S1, S2, N, G)[source]¶
Bases:
wcps.model.WCPSExprEnhanced Modified Bare Soil Index
- Parameters:
- class ENDVI(N, G, B)[source]¶
Bases:
wcps.model.WCPSExprEnhanced Normalized Difference Vegetation Index
- Parameters:
- class EVI(g, N, R, C1, C2, B, L)[source]¶
Bases:
wcps.model.WCPSExprEnhanced Vegetation Index
- Parameters:
- class EVI2(g, N, R, L)[source]¶
Bases:
wcps.model.WCPSExprTwo-Band Enhanced Vegetation Index
- Parameters:
- class EVIv(N, R, B)[source]¶
Bases:
wcps.model.WCPSExprEnhanced Vegetation Index of Vegetation
- Parameters:
- class ExG(G, R, B)[source]¶
Bases:
wcps.model.WCPSExprExcess Green Index
- Parameters:
- class ExGR(G, R, B)[source]¶
Bases:
wcps.model.WCPSExprExG - ExR Vegetation Index
- Parameters:
- class ExR(R, G)[source]¶
Bases:
wcps.model.WCPSExprExcess Red Index
- Parameters:
- class FAI(N, R, S1, lambdaN, lambdaR, lambdaS1)[source]¶
Bases:
wcps.model.WCPSExprFloating Algae Index
- Parameters:
lambdaN (wcps.model.OperandType)
lambdaR (wcps.model.OperandType)
lambdaS1 (wcps.model.OperandType)
- class FCVI(N, R, G, B)[source]¶
Bases:
wcps.model.WCPSExprFluorescence Correction Vegetation Index
- Parameters:
- class GARI(N, G, B, R)[source]¶
Bases:
wcps.model.WCPSExprGreen Atmospherically Resistant Vegetation Index
- Parameters:
- class GBNDVI(N, G, B)[source]¶
Bases:
wcps.model.WCPSExprGreen-Blue Normalized Difference Vegetation Index
- Parameters:
- class GCC(G, R, B)[source]¶
Bases:
wcps.model.WCPSExprGreen Chromatic Coordinate
- Parameters:
- class GDVI(N, nexp, R)[source]¶
Bases:
wcps.model.WCPSExprGeneralized Difference Vegetation Index
- Parameters:
nexp (wcps.model.OperandType)
- class GEMI(N, R)[source]¶
Bases:
wcps.model.WCPSExprGlobal Environment Monitoring Index
- Parameters:
- formula = '((2.0*((N ** 2.0)-(R ** 2.0)) + 1.5*N + 0.5*R)/(N + R + 0.5))*(1.0 - 0.25*((2.0 * ((N ** 2.0) -...[source]¶
- class GLI(G, R, B)[source]¶
Bases:
wcps.model.WCPSExprGreen Leaf Index
- Parameters:
- class GM1(RE2, G)[source]¶
Bases:
wcps.model.WCPSExprGitelson and Merzlyak Index 1
- Parameters:
RE2 (wcps.model.OperandType)
- class GM2(RE2, RE1)[source]¶
Bases:
wcps.model.WCPSExprGitelson and Merzlyak Index 2
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class GNDVI(N, G)[source]¶
Bases:
wcps.model.WCPSExprGreen Normalized Difference Vegetation Index
- Parameters:
- class GOSAVI(N, G)[source]¶
Bases:
wcps.model.WCPSExprGreen Optimized Soil Adjusted Vegetation Index
- Parameters:
- class GRNDVI(N, G, R)[source]¶
Bases:
wcps.model.WCPSExprGreen-Red Normalized Difference Vegetation Index
- Parameters:
- class GRVI(N, G)[source]¶
Bases:
wcps.model.WCPSExprGreen Ratio Vegetation Index
- Parameters:
- class GSAVI(L, N, G)[source]¶
Bases:
wcps.model.WCPSExprGreen Soil Adjusted Vegetation Index
- Parameters:
- class GVMI(N, S2)[source]¶
Bases:
wcps.model.WCPSExprGlobal Vegetation Moisture Index
- Parameters:
- class IAVI(N, R, gamma, B)[source]¶
Bases:
wcps.model.WCPSExprNew Atmospherically Resistant Vegetation Index
- Parameters:
gamma (wcps.model.OperandType)
- class IBI(S1, N, R, L, G)[source]¶
Bases:
wcps.model.WCPSExprIndex-Based Built-Up Index
- Parameters:
- class IKAW(R, B)[source]¶
Bases:
wcps.model.WCPSExprKawashima Index
- Parameters:
- class IPVI(N, R)[source]¶
Bases:
wcps.model.WCPSExprInfrared Percentage Vegetation Index
- Parameters:
- class IRECI(RE3, R, RE1, RE2)[source]¶
Bases:
wcps.model.WCPSExprInverted Red-Edge Chlorophyll Index
- Parameters:
RE3 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
RE2 (wcps.model.OperandType)
- class LSWI(N, S1)[source]¶
Bases:
wcps.model.WCPSExprLand Surface Water Index
- Parameters:
- class MBI(S1, S2, N)[source]¶
Bases:
wcps.model.WCPSExprModified Bare Soil Index
- Parameters:
- class MBWI(omega, G, R, N, S1, S2)[source]¶
Bases:
wcps.model.WCPSExprMulti-Band Water Index
- Parameters:
omega (wcps.model.OperandType)
- class MCARI(RE1, R, G)[source]¶
Bases:
wcps.model.WCPSExprModified Chlorophyll Absorption in Reflectance Index
- Parameters:
- class MCARI1(N, R, G)[source]¶
Bases:
wcps.model.WCPSExprModified Chlorophyll Absorption in Reflectance Index 1
- Parameters:
- class MCARI2(N, R, G)[source]¶
Bases:
wcps.model.WCPSExprModified Chlorophyll Absorption in Reflectance Index 2
- Parameters:
- formula = '(1.5 * (2.5 * (N - R) - 1.3 * (N - G))) / ((((2.0 * N + 1) ** 2) - (6.0 * N - 5 * (R ** 0.5)) -...[source]¶
- class MCARI705(RE2, RE1, G)[source]¶
Bases:
wcps.model.WCPSExprModified Chlorophyll Absorption in Reflectance Index (705 and 750 nm)
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class MCARIOSAVI(RE1, R, G, N)[source]¶
Bases:
wcps.model.WCPSExprMCARI/OSAVI Ratio
- Parameters:
- class MCARIOSAVI705(RE2, RE1, G)[source]¶
Bases:
wcps.model.WCPSExprMCARI/OSAVI Ratio (705 and 750 nm)
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class MGRVI(G, R)[source]¶
Bases:
wcps.model.WCPSExprModified Green Red Vegetation Index
- Parameters:
- class MIRBI(S2, S1)[source]¶
Bases:
wcps.model.WCPSExprMid-Infrared Burn Index
- Parameters:
- class MLSWI26(N, S1)[source]¶
Bases:
wcps.model.WCPSExprModified Land Surface Water Index (MODIS Bands 2 and 6)
- Parameters:
- class MLSWI27(N, S2)[source]¶
Bases:
wcps.model.WCPSExprModified Land Surface Water Index (MODIS Bands 2 and 7)
- Parameters:
- class MNDVI(N, S2)[source]¶
Bases:
wcps.model.WCPSExprModified Normalized Difference Vegetation Index
- Parameters:
- class MNDWI(G, S1)[source]¶
Bases:
wcps.model.WCPSExprModified Normalized Difference Water Index
- Parameters:
- class MNLI(L, N, R)[source]¶
Bases:
wcps.model.WCPSExprModified Non-Linear Vegetation Index
- Parameters:
- class MRBVI(R, B)[source]¶
Bases:
wcps.model.WCPSExprModified Red Blue Vegetation Index
- Parameters:
- class MSAVI(N, R)[source]¶
Bases:
wcps.model.WCPSExprModified Soil-Adjusted Vegetation Index
- Parameters:
- class MSI(S1, N)[source]¶
Bases:
wcps.model.WCPSExprMoisture Stress Index
- Parameters:
- class MSR(N, R)[source]¶
Bases:
wcps.model.WCPSExprModified Simple Ratio
- Parameters:
- class MSR705(RE2, RE1)[source]¶
Bases:
wcps.model.WCPSExprModified Simple Ratio (705 and 750 nm)
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class MTCI(RE2, RE1, R)[source]¶
Bases:
wcps.model.WCPSExprMERIS Terrestrial Chlorophyll Index
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class MTVI1(N, G, R)[source]¶
Bases:
wcps.model.WCPSExprModified Triangular Vegetation Index 1
- Parameters:
- class MTVI2(N, G, R)[source]¶
Bases:
wcps.model.WCPSExprModified Triangular Vegetation Index 2
- Parameters:
- formula = '(1.5 * (1.2 * (N - G) - 2.5 * (R - G))) / ((((2.0 * N + 1) ** 2) - (6.0 * N - 5 * (R ** 0.5)) -...[source]¶
- class MuWIR(B, G, N, S2, S1)[source]¶
Bases:
wcps.model.WCPSExprRevised Multi-Spectral Water Index
- Parameters:
- class NBAI(S2, S1, G)[source]¶
Bases:
wcps.model.WCPSExprNormalized Built-up Area Index
- Parameters:
- class NBLI(R, T)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Bare Land Index
- Parameters:
- class NBLIOLI(R, T1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Bare Land Index for Landsat-OLI
- Parameters:
- class NBR(N, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Burn Ratio
- Parameters:
- class NBR2(S1, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Burn Ratio 2
- Parameters:
- class NBRSWIR(S2, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Burn Ratio SWIR
- Parameters:
- class NBRT1(N, S2, T)[source]¶
Bases:
wcps.model.WCPSExprNormalized Burn Ratio Thermal 1
- Parameters:
- class NBRT2(N, T, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Burn Ratio Thermal 2
- Parameters:
- class NBRT3(N, T, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Burn Ratio Thermal 3
- Parameters:
- class NBRplus(S2, N2, G, B)[source]¶
Bases:
wcps.model.WCPSExprNormalized Burn Ratio Plus
- Parameters:
- class NBSIMS(G, R, N, B, S2, S1)[source]¶
Bases:
wcps.model.WCPSExprNon-Binary Snow Index for Multi-Component Surfaces
- Parameters:
- class NBUI(S1, N, T, R, L, G)[source]¶
Bases:
wcps.model.WCPSExprNew Built-Up Index
- Parameters:
- class ND705(RE2, RE1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference (705 and 750 nm)
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class NDBI(S1, N)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Built-Up Index
- Parameters:
- class NDBaI(S1, T)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Bareness Index
- Parameters:
- class NDCI(RE1, R)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Chlorophyll Index
- Parameters:
RE1 (wcps.model.OperandType)
- class NDDI(N, R, G)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Drought Index
- Parameters:
- formula = '(((N - R)/(N + R)) - ((G - N)/(G + N)))/(((N - R)/(N + R)) + ((G - N)/(G + N)))'[source]¶
- class NDGI(lambdaN, lambdaR, lambdaG, G, N, R)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Greenness Index
- Parameters:
lambdaN (wcps.model.OperandType)
lambdaR (wcps.model.OperandType)
lambdaG (wcps.model.OperandType)
- formula = '(((lambdaN - lambdaR)/(lambdaN - lambdaG)) * G + (1.0 - ((lambdaN - lambdaR)/(lambdaN -...[source]¶
- class NDGlaI(G, R)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Glacier Index
- Parameters:
- class NDII(N, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Infrared Index
- Parameters:
- class NDISIb(T, B, N, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Impervious Surface Index Blue
- Parameters:
- class NDISIg(T, G, N, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Impervious Surface Index Green
- Parameters:
- class NDISImndwi(T, G, S1, N)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Impervious Surface Index with MNDWI
- Parameters:
- class NDISIndwi(T, G, N, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Impervious Surface Index with NDWI
- Parameters:
- class NDISIr(T, R, N, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Impervious Surface Index Red
- Parameters:
- class NDMI(N, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Moisture Index
- Parameters:
- class NDPI(N, alpha, R, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Phenology Index
- Parameters:
alpha (wcps.model.OperandType)
- class NDPolI(VV, VH)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Polarization Index
- Parameters:
- class NDPonI(S1, G)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Pond Index
- Parameters:
- class NDREI(N, RE1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Red Edge Index
- Parameters:
RE1 (wcps.model.OperandType)
- class NDSI(G, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Snow Index
- Parameters:
- class NDSII(G, N)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Snow Ice Index
- Parameters:
- class NDSIWV(G, Y)[source]¶
Bases:
wcps.model.WCPSExprWorldView Normalized Difference Soil Index
- Parameters:
- class NDSInw(N, S1, beta)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Snow Index with no Water
- Parameters:
beta (wcps.model.OperandType)
- class NDSWIR(N, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference SWIR
- Parameters:
- class NDSaII(R, S1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Snow and Ice Index
- Parameters:
- class NDSoI(S2, G)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Soil Index
- Parameters:
- class NDTI(R, G)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Turbidity Index
- Parameters:
- class NDVI(N, R)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Vegetation Index
- Parameters:
- class NDVI705(RE2, RE1)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Vegetation Index (705 and 750 nm)
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class NDVIMNDWI(N, R, G, S1)[source]¶
Bases:
wcps.model.WCPSExprNDVI-MNDWI Model
- Parameters:
- class NDVIT(N, R, T)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Vegetation Index Thermal
- Parameters:
- class NDWI(G, N)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Water Index
- Parameters:
- class NDWIns(G, alpha, N)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Water Index with no Snow Cover and Glaciers
- Parameters:
alpha (wcps.model.OperandType)
- class NDYI(G, B)[source]¶
Bases:
wcps.model.WCPSExprNormalized Difference Yellowness Index
- Parameters:
- class NGRDI(G, R)[source]¶
Bases:
wcps.model.WCPSExprNormalized Green Red Difference Index
- Parameters:
- class NHFD(RE1, A)[source]¶
Bases:
wcps.model.WCPSExprNon-Homogeneous Feature Difference
- Parameters:
RE1 (wcps.model.OperandType)
- class NIRv(N, R)[source]¶
Bases:
wcps.model.WCPSExprNear-Infrared Reflectance of Vegetation
- Parameters:
- class NIRvH2(N, R, k, lambdaN, lambdaR)[source]¶
Bases:
wcps.model.WCPSExprHyperspectral Near-Infrared Reflectance of Vegetation
- Parameters:
lambdaN (wcps.model.OperandType)
lambdaR (wcps.model.OperandType)
- class NIRvP(N, R, PAR)[source]¶
Bases:
wcps.model.WCPSExprNear-Infrared Reflectance of Vegetation and Incoming PAR
- Parameters:
- class NLI(N, R)[source]¶
Bases:
wcps.model.WCPSExprNon-Linear Vegetation Index
- Parameters:
- class NMDI(N, S1, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Multi-band Drought Index
- Parameters:
- class NRFIg(G, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Rapeseed Flowering Index Green
- Parameters:
- class NRFIr(R, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Rapeseed Flowering Index Red
- Parameters:
- class NSDS(S1, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Shortwave Infrared Difference Soil-Moisture
- Parameters:
- class NSDSI1(S1, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Shortwave-Infrared Difference Bare Soil Moisture Index 1
- Parameters:
- class NSDSI2(S1, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Shortwave-Infrared Difference Bare Soil Moisture Index 2
- Parameters:
- class NSDSI3(S1, S2)[source]¶
Bases:
wcps.model.WCPSExprNormalized Shortwave-Infrared Difference Bare Soil Moisture Index 3
- Parameters:
- class NSTv1(N, S2, T)[source]¶
Bases:
wcps.model.WCPSExprNIR-SWIR-Temperature Version 1
- Parameters:
- class NSTv2(N, S2, T)[source]¶
Bases:
wcps.model.WCPSExprNIR-SWIR-Temperature Version 2
- Parameters:
- class NWI(B, N, S1, S2)[source]¶
Bases:
wcps.model.WCPSExprNew Water Index
- Parameters:
- class NormG(G, N, R)[source]¶
Bases:
wcps.model.WCPSExprNormalized Green
- Parameters:
- class NormNIR(N, G, R)[source]¶
Bases:
wcps.model.WCPSExprNormalized NIR
- Parameters:
- class NormR(R, N, G)[source]¶
Bases:
wcps.model.WCPSExprNormalized Red
- Parameters:
- class OCVI(N, G, R, cexp)[source]¶
Bases:
wcps.model.WCPSExprOptimized Chlorophyll Vegetation Index
- Parameters:
cexp (wcps.model.OperandType)
- class OSAVI(N, R)[source]¶
Bases:
wcps.model.WCPSExprOptimized Soil-Adjusted Vegetation Index
- Parameters:
- class OSI(G, R, B)[source]¶
Bases:
wcps.model.WCPSExprOil Spill Index
- Parameters:
- class PI(N, R)[source]¶
Bases:
wcps.model.WCPSExprPlastic Index
- Parameters:
- class PISI(B, N)[source]¶
Bases:
wcps.model.WCPSExprPerpendicular Impervious Surface Index
- Parameters:
- class PSRI(R, B, RE2)[source]¶
Bases:
wcps.model.WCPSExprPlant Senescing Reflectance Index
- Parameters:
- class QpRVI(HV, HH, VV)[source]¶
Bases:
wcps.model.WCPSExprQuad-Polarized Radar Vegetation Index
- Parameters:
- class RCC(R, G, B)[source]¶
Bases:
wcps.model.WCPSExprRed Chromatic Coordinate
- Parameters:
- class RDVI(N, R)[source]¶
Bases:
wcps.model.WCPSExprRenormalized Difference Vegetation Index
- Parameters:
- class REDSI(RE3, R, RE1)[source]¶
Bases:
wcps.model.WCPSExprRed-Edge Disease Stress Index
- Parameters:
RE3 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class RENDVI(RE2, RE1)[source]¶
Bases:
wcps.model.WCPSExprRed Edge Normalized Difference Vegetation Index
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class RFDI(HH, HV)[source]¶
Bases:
wcps.model.WCPSExprRadar Forest Degradation Index
- Parameters:
- class RGBVI(G, B, R)[source]¶
Bases:
wcps.model.WCPSExprRed Green Blue Vegetation Index
- Parameters:
- class RGRI(R, G)[source]¶
Bases:
wcps.model.WCPSExprRed-Green Ratio Index
- Parameters:
- class RI(R, G)[source]¶
Bases:
wcps.model.WCPSExprRedness Index
- Parameters:
- class RI4XS(R, G)[source]¶
Bases:
wcps.model.WCPSExprSPOT HRV XS-based Redness Index 4
- Parameters:
- class RNDVI(R, N)[source]¶
Bases:
wcps.model.WCPSExprReversed Normalized Difference Vegetation Index
- Parameters:
- class RVI(RE2, R)[source]¶
Bases:
wcps.model.WCPSExprRatio Vegetation Index
- Parameters:
RE2 (wcps.model.OperandType)
- class S2REP(RE3, R, RE1, RE2)[source]¶
Bases:
wcps.model.WCPSExprSentinel-2 Red-Edge Position
- Parameters:
RE3 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
RE2 (wcps.model.OperandType)
- class S2WI(RE1, S2)[source]¶
Bases:
wcps.model.WCPSExprSentinel-2 Water Index
- Parameters:
RE1 (wcps.model.OperandType)
- class S3(N, R, S1)[source]¶
Bases:
wcps.model.WCPSExprS3 Snow Index
- Parameters:
- class SARVI(L, N, R, B)[source]¶
Bases:
wcps.model.WCPSExprSoil Adjusted and Atmospherically Resistant Vegetation Index
- Parameters:
- class SAVI(L, N, R)[source]¶
Bases:
wcps.model.WCPSExprSoil-Adjusted Vegetation Index
- Parameters:
- class SAVI2(N, R, slb, sla)[source]¶
Bases:
wcps.model.WCPSExprSoil-Adjusted Vegetation Index 2
- Parameters:
slb (wcps.model.OperandType)
sla (wcps.model.OperandType)
- class SAVIT(L, N, R, T)[source]¶
Bases:
wcps.model.WCPSExprSoil-Adjusted Vegetation Index Thermal
- Parameters:
- class SEVI(N, R, fdelta)[source]¶
Bases:
wcps.model.WCPSExprShadow-Eliminated Vegetation Index
- Parameters:
fdelta (wcps.model.OperandType)
- class SI(B, G, R)[source]¶
Bases:
wcps.model.WCPSExprShadow Index
- Parameters:
- platforms = ['Sentinel-2', 'Landsat-OLI', 'Landsat-TM', 'Landsat-ETM+', 'MODIS', 'Planet-Fusion'][source]¶
- class SIPI(N, A, R)[source]¶
Bases:
wcps.model.WCPSExprStructure Insensitive Pigment Index
- Parameters:
- class SLAVI(N, R, S2)[source]¶
Bases:
wcps.model.WCPSExprSpecific Leaf Area Vegetation Index
- Parameters:
- class SR(N, R)[source]¶
Bases:
wcps.model.WCPSExprSimple Ratio
- Parameters:
- class SR2(N, G)[source]¶
Bases:
wcps.model.WCPSExprSimple Ratio (800 and 550 nm)
- Parameters:
- class SR3(N2, G, RE1)[source]¶
Bases:
wcps.model.WCPSExprSimple Ratio (860, 550 and 708 nm)
- Parameters:
RE1 (wcps.model.OperandType)
- class SR555(RE2, G)[source]¶
Bases:
wcps.model.WCPSExprSimple Ratio (555 and 750 nm)
- Parameters:
RE2 (wcps.model.OperandType)
- class SR705(RE2, RE1)[source]¶
Bases:
wcps.model.WCPSExprSimple Ratio (705 and 750 nm)
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class SWI(G, N, S1)[source]¶
Bases:
wcps.model.WCPSExprSnow Water Index
- Parameters:
- class SWM(B, G, N, S1)[source]¶
Bases:
wcps.model.WCPSExprSentinel Water Mask
- Parameters:
- class SeLI(N2, RE1)[source]¶
Bases:
wcps.model.WCPSExprSentinel-2 LAI Green Index
- Parameters:
RE1 (wcps.model.OperandType)
- class TCARI(RE1, R, G)[source]¶
Bases:
wcps.model.WCPSExprTransformed Chlorophyll Absorption in Reflectance Index
- Parameters:
- class TCARIOSAVI(RE1, R, G, N)[source]¶
Bases:
wcps.model.WCPSExprTCARI/OSAVI Ratio
- Parameters:
- class TCARIOSAVI705(RE2, RE1, G)[source]¶
Bases:
wcps.model.WCPSExprTCARI/OSAVI Ratio (705 and 750 nm)
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class TCI(RE1, G, R)[source]¶
Bases:
wcps.model.WCPSExprTriangular Chlorophyll Index
- Parameters:
- class TDVI(N, R)[source]¶
Bases:
wcps.model.WCPSExprTransformed Difference Vegetation Index
- Parameters:
- class TGI(R, G, B)[source]¶
Bases:
wcps.model.WCPSExprTriangular Greenness Index
- Parameters:
- class TRRVI(RE2, R, N)[source]¶
Bases:
wcps.model.WCPSExprTransformed Red Range Vegetation Index
- Parameters:
- class TSAVI(sla, N, R, slb)[source]¶
Bases:
wcps.model.WCPSExprTransformed Soil-Adjusted Vegetation Index
- Parameters:
sla (wcps.model.OperandType)
slb (wcps.model.OperandType)
- class TTVI(RE3, RE2, N2)[source]¶
Bases:
wcps.model.WCPSExprTransformed Triangular Vegetation Index
- Parameters:
RE3 (wcps.model.OperandType)
RE2 (wcps.model.OperandType)
- class TVI(N, R)[source]¶
Bases:
wcps.model.WCPSExprTransformed Vegetation Index
- Parameters:
- class TWI(RE1, RE2, G, S2, B, N)[source]¶
Bases:
wcps.model.WCPSExprTriangle Water Index
- Parameters:
RE1 (wcps.model.OperandType)
RE2 (wcps.model.OperandType)
- class TriVI(N, G, R)[source]¶
Bases:
wcps.model.WCPSExprTriangular Vegetation Index
- Parameters:
- class UI(S2, N)[source]¶
Bases:
wcps.model.WCPSExprUrban Index
- Parameters:
- class VARI(G, R, B)[source]¶
Bases:
wcps.model.WCPSExprVisible Atmospherically Resistant Index
- Parameters:
- class VARI700(RE1, R, B)[source]¶
Bases:
wcps.model.WCPSExprVisible Atmospherically Resistant Index (700 nm)
- Parameters:
- class VDDPI(VV, VH)[source]¶
Bases:
wcps.model.WCPSExprVertical Dual De-Polarization Index
- Parameters:
- class VHVVD(VH, VV)[source]¶
Bases:
wcps.model.WCPSExprVH-VV Difference
- Parameters:
- class VHVVP(VH, VV)[source]¶
Bases:
wcps.model.WCPSExprVH-VV Product
- Parameters:
- class VHVVR(VH, VV)[source]¶
Bases:
wcps.model.WCPSExprVH-VV Ratio
- Parameters:
- class VI6T(N, T)[source]¶
Bases:
wcps.model.WCPSExprVI6T Index
- Parameters:
- class VI700(RE1, R)[source]¶
Bases:
wcps.model.WCPSExprVegetation Index (700 nm)
- Parameters:
RE1 (wcps.model.OperandType)
- class VIBI(N, R, S1)[source]¶
Bases:
wcps.model.WCPSExprVegetation Index Built-up Index
- Parameters:
- class VIG(G, R)[source]¶
Bases:
wcps.model.WCPSExprVegetation Index Green
- Parameters:
- class VVVHD(VV, VH)[source]¶
Bases:
wcps.model.WCPSExprVV-VH Difference
- Parameters:
- class VVVHR(VV, VH)[source]¶
Bases:
wcps.model.WCPSExprVV-VH Ratio
- Parameters:
- class VVVHS(VV, VH)[source]¶
Bases:
wcps.model.WCPSExprVV-VH Sum
- Parameters:
- class VgNIRBI(G, N)[source]¶
Bases:
wcps.model.WCPSExprVisible Green-Based Built-Up Index
- Parameters:
- class VrNIRBI(R, N)[source]¶
Bases:
wcps.model.WCPSExprVisible Red-Based Built-Up Index
- Parameters:
- class WDRVI(alpha, N, R)[source]¶
Bases:
wcps.model.WCPSExprWide Dynamic Range Vegetation Index
- Parameters:
alpha (wcps.model.OperandType)
- class WDVI(N, sla, R)[source]¶
Bases:
wcps.model.WCPSExprWeighted Difference Vegetation Index
- Parameters:
- class WI1(G, S2)[source]¶
Bases:
wcps.model.WCPSExprWater Index 1
- Parameters:
- class WI2(B, S2)[source]¶
Bases:
wcps.model.WCPSExprWater Index 2
- Parameters:
- class WI2015(G, R, N, S1, S2)[source]¶
Bases:
wcps.model.WCPSExprWater Index 2015
- Parameters:
- class WRI(G, R, N, S1)[source]¶
Bases:
wcps.model.WCPSExprWater Ratio Index
- Parameters:
- class bNIRv(N, B)[source]¶
Bases:
wcps.model.WCPSExprBlue Near-Infrared Reflectance of Vegetation
- Parameters:
- class kEVI(g, kNN, kNR, C1, C2, kNB, kNL)[source]¶
Bases:
wcps.model.WCPSExprKernel Enhanced Vegetation Index
- Parameters:
kNN (wcps.model.OperandType)
kNR (wcps.model.OperandType)
kNB (wcps.model.OperandType)
kNL (wcps.model.OperandType)
- class kIPVI(kNN, kNR)[source]¶
Bases:
wcps.model.WCPSExprKernel Infrared Percentage Vegetation Index
- Parameters:
kNN (wcps.model.OperandType)
kNR (wcps.model.OperandType)
- class kNDVI(kNN, kNR)[source]¶
Bases:
wcps.model.WCPSExprKernel Normalized Difference Vegetation Index
- Parameters:
kNN (wcps.model.OperandType)
kNR (wcps.model.OperandType)
- class kRVI(kNN, kNR)[source]¶
Bases:
wcps.model.WCPSExprKernel Ratio Vegetation Index
- Parameters:
kNN (wcps.model.OperandType)
kNR (wcps.model.OperandType)
- class kVARI(kGG, kGR, kGB)[source]¶
Bases:
wcps.model.WCPSExprKernel Visible Atmospherically Resistant Index
- Parameters:
kGG (wcps.model.OperandType)
kGR (wcps.model.OperandType)
kGB (wcps.model.OperandType)
- class mND705(RE2, RE1, A)[source]¶
Bases:
wcps.model.WCPSExprModified Normalized Difference (705, 750 and 445 nm)
- Parameters:
RE2 (wcps.model.OperandType)
RE1 (wcps.model.OperandType)
- class mSR705(RE2, A)[source]¶
Bases:
wcps.model.WCPSExprModified Simple Ratio (705 and 445 nm)
- Parameters:
RE2 (wcps.model.OperandType)
- class sNIRvLSWI(N, S2)[source]¶
Bases:
wcps.model.WCPSExprSWIR-enhanced Near-Infrared Reflectance of Vegetation for LSWI
- Parameters:
- class sNIRvNDPI(N, alpha, R, S2)[source]¶
Bases:
wcps.model.WCPSExprSWIR-enhanced Near-Infrared Reflectance of Vegetation for NDPI
- Parameters:
alpha (wcps.model.OperandType)
- class sNIRvNDVILSWIP(N, R, S2)[source]¶
Bases:
wcps.model.WCPSExprSWIR-enhanced Near-Infrared Reflectance of Vegetation for the NDVI-LSWI Product
- Parameters:
- class sNIRvNDVILSWIS(N, R, S2)[source]¶
Bases:
wcps.model.WCPSExprSWIR-enhanced Near-Infrared Reflectance of Vegetation for the NDVI-LSWI Sum
- Parameters:
- class sNIRvSWIR(N, R, S2)[source]¶
Bases:
wcps.model.WCPSExprSWIR-enhanced Near-Infrared Reflectance of Vegetation
- Parameters: