Spaces:
Sleeping
Sleeping
onfarmview
commited on
Commit
·
e5799d3
1
Parent(s):
f5137f9
first time
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def ee_authenticate(token_name="EARTHENGINE_TOKEN"):
|
|
57 |
|
58 |
|
59 |
map_center=(-43.525650, 172.639847)
|
60 |
-
ee_authenticate(token_name="EARTHENGINE_TOKEN")
|
61 |
|
62 |
m = geemap.Map(
|
63 |
basemap="HYBRID",
|
@@ -70,23 +70,3 @@ m = geemap.Map(
|
|
70 |
|
71 |
m.to_streamlit(height=700)
|
72 |
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
# st.info("Click on the left sidebar menu to navigate to the different apps.")
|
77 |
-
|
78 |
-
# st.subheader("Timelapse of Satellite Imagery")
|
79 |
-
# st.markdown(
|
80 |
-
# """
|
81 |
-
# The following timelapse animations were created using the Timelapse web app. Click `Timelapse` on the left sidebar menu to create your own timelapse for any location around the globe.
|
82 |
-
# """
|
83 |
-
# )
|
84 |
-
|
85 |
-
# row1_col1, row1_col2 = st.columns(2)
|
86 |
-
# with row1_col1:
|
87 |
-
# st.image("https://github.com/giswqs/data/raw/main/timelapse/spain.gif")
|
88 |
-
# st.image("https://github.com/giswqs/data/raw/main/timelapse/las_vegas.gif")
|
89 |
-
|
90 |
-
# with row1_col2:
|
91 |
-
# st.image("https://github.com/giswqs/data/raw/main/timelapse/goes.gif")
|
92 |
-
# st.image("https://github.com/giswqs/data/raw/main/timelapse/fire.gif")
|
|
|
57 |
|
58 |
|
59 |
map_center=(-43.525650, 172.639847)
|
60 |
+
# ee_authenticate(token_name="EARTHENGINE_TOKEN")
|
61 |
|
62 |
m = geemap.Map(
|
63 |
basemap="HYBRID",
|
|
|
70 |
|
71 |
m.to_streamlit(height=700)
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|