Skip to content

Commit

Permalink
added AppendRBNDVI AppendGBNDVI AppendGRNDVI
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX4284 authored Mar 2, 2022
1 parent 446f8c4 commit b5c7235
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/transforms/test_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
from torchgeo.transforms import (
AppendBNDVI,
AppendGNDVI,
AppendRBNDVI,
AppendGBNDVI,
AppendGRNDVI,
AppendNBR,
AppendNDBI,
AppendNDRE,
Expand Down Expand Up @@ -84,6 +87,9 @@ def test_append_triband_index_batch(batch: Dict[str, Tensor]) -> None:
AppendNDWI,
AppendSWI,
AppendGNDVI,
AppendGBNDVI,
AppendGRNDVI,
AppendRBNDVI,
],
)
def test_append_normalized_difference_indices(
Expand Down

0 comments on commit b5c7235

Please sign in to comment.