pgzmnk commited on
Commit
bccf193
1 Parent(s): 0db7015
Files changed (1) hide show
  1. 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
- map (geemap.Map, optional): Map object for mapping. Defaults to None (i.e. no map created)
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__(