Spaces:
Build error
Build error
pgzmnk
commited on
Commit
•
bccf193
1
Parent(s):
0db7015
docstring
Browse files- utils/indicators.py +1 -1
utils/indicators.py
CHANGED
@@ -24,7 +24,7 @@ class IndexGenerator:
|
|
24 |
A class to generate indices and compute zonal means.
|
25 |
|
26 |
Args:
|
27 |
-
|
28 |
"""
|
29 |
|
30 |
def __init__(
|
|
|
24 |
A class to generate indices and compute zonal means.
|
25 |
|
26 |
Args:
|
27 |
+
indices (string[], required): Array of index names to include in aggregate index generation.
|
28 |
"""
|
29 |
|
30 |
def __init__(
|