Geocoding API資源
若要將大量文數字地理位置描述(如:地名、地址)資料批次轉換成地理坐標,通常需要藉助於地理編碼應用程式介面(Geocoding API)完成,最常使用的是Google Maps Geocoding API;不過Google已經開始針對API大量使用者開始採取收費機制,因此,許多人也在尋求其他類似的服務資源,本文整理相關Geocoding API如下:
※TGOS Maps API
內政部資訊中心地理資訊圖資雲服務平台(TGOS)所提供的API;
https://api.tgos.tw/TGOS_MAP_API/docs/site/web/Locate
※國土測繪圖資服務雲 API
內政部國土測繪中心國土測繪圖資服務雲所提供的API;
http://maps.nlsc.gov.tw/S09SOA/
※台灣圖霸地圖平台 API
台灣本土GIS廠商所開發「台灣圖霸 Map8 Platform」地圖服務平台API;
https://www.map8.zone/map8-api-docs/
※Nominatim API
基於OpenStreetMap (OSM) 數據所開發出來的地理定位服務;
https://nominatim.openstreetmap.org
https://nominatim.org/release-docs/latest/api/Overview/
※Reconciliation Service API
W3C正在制訂的網路資料比對API;
https://reconciliation-api.github.io/specs/0.1/
基於上述Geocoding API,QGIS軟體有幾個外掛程式可以運用:
- GeoCoding Plugin
- Nominatim Locator Filter Plugin
其他參考資源:
- Geocoding資源分享 by Shih-Wen WU
- Reverse Geocoding in Python
Categories: OpenStreetMap, TGOS, 操作功能