Skip to content

Commit

Permalink
RNDVI
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed May 16, 2024
1 parent ba26d18 commit 012fcbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -2205,5 +2205,14 @@ class SpectralIndices(BaseModel):
date_of_addition="2024-05-03",
contributor="https://github.com/emanuelcastanho",
),
RNDVI=SpectralIndex(
short_name="RNDVI",
long_name="Reversed Normalized Difference Vegetation Index",
formula="(R - N)/(R + N)",
reference="https://doi.org/10.3390/rs12162648",
application_domain="water",
date_of_addition="2024-05-16",
contributor="https://github.com/davemlz",
),
)
)

0 comments on commit 012fcbd

Please sign in to comment.