Skip to content

Commit c01062f

Browse files
authored
fix: rename variance algorithm (#1165)
1 parent 03f9148 commit c01062f

File tree

1 file changed

+1
-1
lines changed
  • src/titiler/core/titiler/core/algorithm

1 file changed

+1
-1
lines changed

src/titiler/core/titiler/core/algorithm/math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __call__(self, img: ImageData) -> ImageData:
132132
assets=img.assets,
133133
crs=img.crs,
134134
bounds=img.bounds,
135-
band_names=["std"],
135+
band_names=["var"],
136136
metadata=img.metadata,
137137
cutline_mask=img.cutline_mask,
138138
)

0 commit comments

Comments
 (0)