Spaces:
Sleeping
Sleeping
Update pages/burn_mapping.py
Browse files- pages/burn_mapping.py +0 -5
pages/burn_mapping.py
CHANGED
|
@@ -3,11 +3,6 @@ import geemap
|
|
| 3 |
import solara
|
| 4 |
import ipywidgets as widgets
|
| 5 |
|
| 6 |
-
ee.Authenticate()
|
| 7 |
-
|
| 8 |
-
# Initialize the library.
|
| 9 |
-
ee.Initialize(project='ovcrge-ssec-burn-scar-map-c116', opt_url='https://earthengine-highvolume.googleapis.com')
|
| 10 |
-
|
| 11 |
|
| 12 |
fireList = ["North Complex", "Dixie", "Cameron Peak", "August Complex"]
|
| 13 |
selected_fire = solara.reactive(fireList[0])
|
|
|
|
| 3 |
import solara
|
| 4 |
import ipywidgets as widgets
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
fireList = ["North Complex", "Dixie", "Cameron Peak", "August Complex"]
|
| 8 |
selected_fire = solara.reactive(fireList[0])
|