danielle-losos commited on
Commit
4b4bb60
·
verified ·
1 Parent(s): 035ea6b

Update pages/05_GOES_NBR.py

Browse files
Files changed (1) hide show
  1. pages/05_GOES_NBR.py +1 -2
pages/05_GOES_NBR.py CHANGED
@@ -92,7 +92,6 @@ def Page():
92
  center=[39, -120.5],
93
  zoom=8,
94
  height="600px",
95
- layers =
96
  layers=[
97
  {
98
  "eeObject": calc_nbr('2020-08-15', '2020-08-16', '2020-09-15', '2020-09-16', north_complex_bb),
@@ -117,7 +116,7 @@ def Page():
117
  "visParams": dNBRvisParams,
118
  "name": "August Complex GOES NBR",
119
  "visible": False
120
- }
121
  basemap="SATELLITE",
122
  )
123
 
 
92
  center=[39, -120.5],
93
  zoom=8,
94
  height="600px",
 
95
  layers=[
96
  {
97
  "eeObject": calc_nbr('2020-08-15', '2020-08-16', '2020-09-15', '2020-09-16', north_complex_bb),
 
116
  "visParams": dNBRvisParams,
117
  "name": "August Complex GOES NBR",
118
  "visible": False
119
+ }]
120
  basemap="SATELLITE",
121
  )
122