Skip to content

Commit

Permalink
FIX: Corrected short_name for sNIRvNDVILSWI* indices
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed May 16, 2024
1 parent a6bf3aa commit 232359a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,7 @@ class SpectralIndices(BaseModel):
contributor="https://github.com/MartinuzziFrancesco",
),
sNIRvNDVILSWIP=SpectralIndex(
short_name="sNIRvNDVIxLSWI",
short_name="sNIRvNDVILSWIP",
long_name="SWIR-enhanced Near-Infrared Reflectance of Vegetation for the NDVI-LSWI Product",
formula="((N - R)/(N + R)) * ((N - S2)/(N + S2)) * N",
reference="https://doi.org/10.22541/essoar.171561872.22414664/v1",
Expand All @@ -2170,7 +2170,7 @@ class SpectralIndices(BaseModel):
contributor="https://github.com/davemlz",
),
sNIRvNDVILSWIS=SpectralIndex(
short_name="sNIRvNDVIxLSWI",
short_name="sNIRvNDVILSWIS",
long_name="SWIR-enhanced Near-Infrared Reflectance of Vegetation for the NDVI-LSWI Sum",
formula="(((N - R)/(N + R)) + ((N - S2)/(N + S2))) * N",
reference="https://doi.org/10.22541/essoar.171561872.22414664/v1",
Expand Down

0 comments on commit 232359a

Please sign in to comment.