資料集
每一筆 release 都有固定 URL 與 SHA-256 完整性紀錄。
- Dataset ID
tw-townships
- Release
2026-07-04.1
- 座標系統
EPSG:4326
- 圖徵數
- 368
- 檔案大小
- 4.70 MiB
- 資料範圍
114.3592898390001, 10.371347663000051, 124.5611539250001, 26.38527526200005
- 來源擷取日
- 官方來源
- 內政部國土測繪中心
- 授權
- 政府資料開放授權條款-第1版
- SHA-256
4ab5da8297a75c3e3fd2cb272642693a91f04299a739897dffc8d7ae029d5196
Attribution內政部國土測繪中心 2025 鄉鎮市區界線(1140318);此開放資料依政府資料開放授權條款第1版進行公眾釋出。
Fetch 範例
const response = await fetch('/datasets/tw-townships/releases/v1/2026-07-04.1/data.geojson');
const boundaries = await response.json();
不可變版本
UK Local Authority District Boundaries
May 2025 United Kingdom Local Authority District boundaries, ultra generalised and clipped.
下載 GeoJSON
4.90 MiB · 361 features
- Dataset ID
uk-local-authority-districts
- Release
2026-07-10.1
- 座標系統
EPSG:4326
- 圖徵數
- 361
- 檔案大小
- 4.90 MiB
- 資料範圍
-8.64999583330431, 49.882346492852, 1.76357118981522, 60.8608667553459
- 來源擷取日
- 官方來源
- Office for National Statistics
- 授權
- Open Government Licence v3.0
- SHA-256
50e4da9f80df1c8a2181488b80126ecd53429138c12bf3bdaa74ff8bf647a4b1
AttributionSource: Office for National Statistics licensed under the Open Government Licence v.3.0. Contains OS data © Crown copyright and database right 2025.
Fetch 範例
const response = await fetch('/datasets/uk-local-authority-districts/releases/v1/2026-07-10.1/data.geojson');
const boundaries = await response.json();