Spaces:
Sleeping
Sleeping
Commit
·
93479b1
1
Parent(s):
5fbf5dd
modify pages
Browse files
Home.py
CHANGED
@@ -60,11 +60,9 @@ def calculate_zoom_level(bbox):
|
|
60 |
return min(max(1, zoom), 20) # Clamp zoom between 1 and 20
|
61 |
|
62 |
def app():
|
63 |
-
st.title("日本全国緑被率マップ")
|
64 |
st.markdown(
|
65 |
-
"""
|
66 |
-
データソース:[Vegetation cover fraction in each town block across Japan](https://zenodo.org/records/5553516)、[平成27年国勢調査 小地域境界データ](https://www.e-stat.go.jp/gis/statmap-search?page=1&type=2&aggregateUnitForBoundary=A&toukeiCode=00200521&toukeiYear=2015&serveyId=A002005212015&coordsys=1&format=shape&datum=2000) from Census of Japan 2015.
|
67 |
-
"""
|
68 |
)
|
69 |
|
70 |
prefecture = st.selectbox("都道府県", ["東京都", "神奈川県", "千葉県", "埼玉県"])
|
|
|
60 |
return min(max(1, zoom), 20) # Clamp zoom between 1 and 20
|
61 |
|
62 |
def app():
|
63 |
+
st.title("日本全国緑被率マップ (町丁目別)")
|
64 |
st.markdown(
|
65 |
+
"""データソース:[Vegetation cover fraction in each town block across Japan](https://zenodo.org/records/5553516)、[平成27年国勢調査小地域境界データ](https://www.e-stat.go.jp/gis/statmap-search?page=1&type=2&aggregateUnitForBoundary=A&toukeiCode=00200521&toukeiYear=2015&serveyId=A002005212015&coordsys=1&format=shape&datum=2000)"""
|
|
|
|
|
66 |
)
|
67 |
|
68 |
prefecture = st.selectbox("都道府県", ["東京都", "神奈川県", "千葉県", "埼玉県"])
|