Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional vegetation spectral indices of interest #1597

Open
HaleySchuhl opened this issue Sep 12, 2024 · 0 comments
Open

Additional vegetation spectral indices of interest #1597

HaleySchuhl opened this issue Sep 12, 2024 · 0 comments
Labels
new feature New feature ideas and solutions

Comments

@HaleySchuhl
Copy link
Contributor

HaleySchuhl commented Sep 12, 2024

Is your feature request related to a problem? Please describe.
Are there additional vegetation indices supported here that we could add to plantcv's spectral_index subpackage?

Supported Indices not already in pcv


        "GNDVI": "(msi.nir - msi.green) / (msi.nir + msi.green)",
        "ENDVI": "(msi.nir + msi.green - 2*msi.blue) / (msi.nir + msi.green + 2*msi.blue)",
        "NNIR": "msi.nir / (msi.nir + (msi.rededge + msi.green))",
        "NGRDI": "((msi.green) - (msi.red)) / ((msi.green) + (msi.red))",
        "NLI": "((msi.nir**2) - msi.red) / ((msi.nir**2) + msi.red)",
        "DVI": "msi.nir - msi.red",
        "RDVI": "(msi.nir - msi.red) / ((msi.nir + msi.red)**(1/2))",
        "MDD": "(msi.nir - msi.rededge) - (msi.rededge - msi.green)",
        "HUE": "np.arctan((2 * (msi.red - msi.green - msi.blue)) / (30.5 * (msi.green - msi.blue)))"```

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context, sample data, or code relevant to the feature request here.
@HaleySchuhl HaleySchuhl added the new feature New feature ideas and solutions label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature ideas and solutions
Projects
None yet
Development

No branches or pull requests

1 participant