pgzmnk commited on
Commit
18401ba
1 Parent(s): 6a0f6c2

Remove map instance param.

Browse files
Files changed (1) hide show
  1. utils/indicators.py +0 -3
utils/indicators.py CHANGED
@@ -27,15 +27,12 @@ class IndexGenerator:
27
 
28
  def __init__(
29
  self,
30
- map=None,
31
  ):
32
  # Authenticate to GEE & DuckDB
33
  self._authenticate_ee(GEE_SERVICE_ACCOUNT)
34
 
35
  # Set instance variables
36
  self.indices = self._load_indices(INDICES_FILE)
37
- self.map = map
38
- self.show = True if self.map is not None else False
39
 
40
 
41
  def _cloudfree(self, gee_path, daterange):
 
27
 
28
  def __init__(
29
  self,
 
30
  ):
31
  # Authenticate to GEE & DuckDB
32
  self._authenticate_ee(GEE_SERVICE_ACCOUNT)
33
 
34
  # Set instance variables
35
  self.indices = self._load_indices(INDICES_FILE)
 
 
36
 
37
 
38
  def _cloudfree(self, gee_path, daterange):