Spaces:
Sleeping
Sleeping
onfarmview
commited on
Commit
Β·
2ea270a
1
Parent(s):
6bd2654
- .DS_Store +0 -0
- pages/.DS_Store +0 -0
- pages/{3_πͺ_Split_Map.py β 1_πͺ_Split_Map.py} +12 -12
- pages/{10_π_Earth_Engine_Datasets.py β backup/10_π_Earth_Engine_Datasets.py} +0 -0
- pages/{11_π§±_Ordnance_Survey.py β backup/11_π§±_Ordnance_Survey.py} +0 -0
- pages/{12_π²_Land_Cover_Mapping.py β backup/12_π²_Land_Cover_Mapping.py} +0 -0
- pages/{13_ποΈ_Global_Building_Footprints.py β backup/13_ποΈ_Global_Building_Footprints.py} +0 -0
- pages/{1_π·_Timelapse.py β backup/1_π·_Timelapse.py} +0 -0
- pages/{2_π _U.S._Housing.py β backup/2_π _U.S._Housing.py} +0 -0
- pages/{4_π₯_Heatmap.py β backup/4_π₯_Heatmap.py} +0 -0
- pages/{5_π_Marker_Cluster.py β backup/5_π_Marker_Cluster.py} +0 -0
- pages/{6_πΊοΈ_Basemaps.py β backup/6_πΊοΈ_Basemaps.py} +0 -0
- pages/{7_π¦_Web_Map_Service.py β backup/7_π¦_Web_Map_Service.py} +0 -0
- pages/{8_ποΈ_Raster_Data_Visualization.py β backup/8_ποΈ_Raster_Data_Visualization.py} +0 -0
- pages/{9_π²_Vector_Data_Visualization.py β backup/9_π²_Vector_Data_Visualization.py} +0 -0
.DS_Store
ADDED
Binary file (8.2 kB). View file
|
|
pages/.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
pages/{3_πͺ_Split_Map.py β 1_πͺ_Split_Map.py}
RENAMED
@@ -3,19 +3,19 @@ import leafmap.foliumap as leafmap
|
|
3 |
|
4 |
st.set_page_config(layout="wide")
|
5 |
|
6 |
-
st.sidebar.info(
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
)
|
12 |
|
13 |
-
st.sidebar.title("Contact")
|
14 |
-
st.sidebar.info(
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
)
|
19 |
|
20 |
st.title("Split-panel Map")
|
21 |
|
|
|
3 |
|
4 |
st.set_page_config(layout="wide")
|
5 |
|
6 |
+
# st.sidebar.info(
|
7 |
+
# """
|
8 |
+
# - Web App URL: <https://streamlit.gishub.org>
|
9 |
+
# - GitHub repository: <https://github.com/giswqs/streamlit-geospatial>
|
10 |
+
# """
|
11 |
+
# )
|
12 |
|
13 |
+
# st.sidebar.title("Contact")
|
14 |
+
# st.sidebar.info(
|
15 |
+
# """
|
16 |
+
# Qiusheng Wu at [wetlands.io](https://wetlands.io) | [GitHub](https://github.com/giswqs) | [Twitter](https://twitter.com/giswqs) | [YouTube](https://www.youtube.com/c/QiushengWu) | [LinkedIn](https://www.linkedin.com/in/qiushengwu)
|
17 |
+
# """
|
18 |
+
# )
|
19 |
|
20 |
st.title("Split-panel Map")
|
21 |
|
pages/{10_π_Earth_Engine_Datasets.py β backup/10_π_Earth_Engine_Datasets.py}
RENAMED
File without changes
|
pages/{11_π§±_Ordnance_Survey.py β backup/11_π§±_Ordnance_Survey.py}
RENAMED
File without changes
|
pages/{12_π²_Land_Cover_Mapping.py β backup/12_π²_Land_Cover_Mapping.py}
RENAMED
File without changes
|
pages/{13_ποΈ_Global_Building_Footprints.py β backup/13_ποΈ_Global_Building_Footprints.py}
RENAMED
File without changes
|
pages/{1_π·_Timelapse.py β backup/1_π·_Timelapse.py}
RENAMED
File without changes
|
pages/{2_π _U.S._Housing.py β backup/2_π _U.S._Housing.py}
RENAMED
File without changes
|
pages/{4_π₯_Heatmap.py β backup/4_π₯_Heatmap.py}
RENAMED
File without changes
|
pages/{5_π_Marker_Cluster.py β backup/5_π_Marker_Cluster.py}
RENAMED
File without changes
|
pages/{6_πΊοΈ_Basemaps.py β backup/6_πΊοΈ_Basemaps.py}
RENAMED
File without changes
|
pages/{7_π¦_Web_Map_Service.py β backup/7_π¦_Web_Map_Service.py}
RENAMED
File without changes
|
pages/{8_ποΈ_Raster_Data_Visualization.py β backup/8_ποΈ_Raster_Data_Visualization.py}
RENAMED
File without changes
|
pages/{9_π²_Vector_Data_Visualization.py β backup/9_π²_Vector_Data_Visualization.py}
RENAMED
File without changes
|