本專案為為下載全國土地使用分區GeoJSON檔而設計之極簡易網頁,使用python的flask框架進行架設,詳細網站內容可以參考以下連結。
本網站之土地使用分區資料座標系統為TWD97
,且資料非即時資料,其最後更新年份為民國109年
,請斟酌使用,本網站所有資料皆不得作為任何形式證明或主張,最新資料請以政府網站為準。
landuse_GeoJSON_web/
├─ preprocess/
| ├─ county.py // 獲取縣市代碼
| ├─ sectors.py // 獲取各縣市計畫區代碼
| ├─ taiwan_administrative_disions.csv
| └─ county_district/
| └─ 計畫區代碼與名稱對照檔
├─ static/
| └─ 全國土地使用分區GeoJson檔
├─ templates/
| ├─ index.html // 主網頁
| ├─ js/
| └─ style/
├─ app.py // 主程式
├─ requirements.txt
├─ runtime.txt
├─ Procfile
├─ images/
└─ README.md