Skip to content

Commit e05359f

Browse files
issue406 add statistics to band class
1 parent a6a3bc9 commit e05359f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openeo/metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ class Band(NamedTuple):
124124
aliases: Optional[List[str]] = None
125125
# "openeo:gsd" field (https://github.com/Open-EO/openeo-stac-extensions#GSD-Object)
126126
gsd: Optional[dict] = None
127+
statistics: Optional[dict] = None
127128

128129

129130
class BandDimension(Dimension):

0 commit comments

Comments
 (0)