Skip to content

Commit

Permalink
Updated for AppendGBNDVI AppendGRNDVI AppendRBNDVI
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX4284 authored and adamjstewart committed Jun 26, 2022
1 parent 0fdbf4a commit 2d089bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions torchgeo/transforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,35 @@

from .indices import (
AppendBNDVI,
AppendGBNDVI,
AppendGNDVI,
AppendGRNDVI,
AppendNBR,
AppendNDBI,
AppendNDRE,
AppendNDSI,
AppendNDVI,
AppendNDWI,
AppendNormalizedDifferenceIndex,
AppendRBNDVI,
AppendSWI,
AppendTriBandNormalizedDifferenceIndex,
)
from .transforms import AugmentationSequential

__all__ = (
"AppendNormalizedDifferenceIndex",
"AppendGBNDVI",
"AppendBNDVI",
"AppendGNDVI",
"AppendGBNDVI",
"AppendNBR",
"AppendNDBI",
"AppendNDRE",
"AppendNDSI",
"AppendNDVI",
"AppendNDWI",
"AppendRBNDVI",
"AppendSWI",
"AugmentationSequential",
"AppendTriBandNormalizedDifferenceIndex",
Expand Down

0 comments on commit 2d089bc

Please sign in to comment.