RWEPA | 登山路線視覺化分析平台
(Python + Streamlit) 【中文字幕】
2023.11.11 更新
streamlit 佈署
步驟1: 連線
選取適當的登入選項, 本例選取 "Continue with GitHub"
步驟2: 登入 Streamlit
使用 GitHub 登入
步驟3: 建立新的app
選取 New app \ Create new app with Github Codespaces
參考附圖依序輸出 "GitHub URL", "App URL", 最後按下 [Deploy!] 即完成 Streamlit 佈署.
說明
使用免費 Python 與 Streamlit 模組,建立登山路線視覺化分析平台。
包括以下特色:
- 理解使用 Python程式匯入 GPX 檔案。
- 熟悉 Pandas 資料處理、matplotlib 與 folium 視覺化應用。
- 理解 Streamlit 模組檔案匯出為 Excel 應用。
大綱
- 系統展示
- 程式解說
- 結論
模組
- gpxpy - GPX 檔案處理
- streamlit - 互動式資料分析
- folium - 地圖視覺化
- streamlit-folium - Streamlit + 地圖視覺化
- xlsxwriter - 寫入 Excel 檔案
程式碼下載
參考資源
✅GPX, or GPS Exchange Format in Wikipedia, 2023.
✅Python - streamlit dashboard 教學
✅Python - Streamlit dashboard 連結
✅Python - Streamlit dashboard 程式碼
✅Streamlit Chart elements
✅Data Science for Cycling, 2023
#python
#streamlit
#gpx
#spatialization
#visualization