Editing
Batch convert address to coordinates
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
批次轉換地址為經緯度 (Convert address to longitude and latitude, GEO decoder) == 線上網站服務 == [https://developers.google.com/maps/documentation/geocoding/start Google Geocoding API] * 批次轉換地址為經緯度: 可 * 支援哪個國家的地址: 沒有限制 * 查詢次數: 2,500 free requests per day; 10 requests per second <ref>[https://developers.google.com/maps/documentation/geocoding/usage-and-billing Geocoding API Usage and Billing | Geocoding API | Google Developers]</ref> [https://carto.com/ CARTO] (formerly [https://cartodb.com/ CartoDB]) * 批次轉換地址為經緯度: 可 * 支援哪個國家的地址: 沒有限制 * 查詢次數: ''$'' 8000/月 for Professional plan<ref>[https://carto.com/pricing/ Pricing — CARTO]</ref> * 批次轉換地址為經緯度: 可<ref>[https://carto.com/help/working-with-data/geocoding/ Geocoding your Data — Help Center]</ref>。部分地址可能無法識別,需要手動輸入經緯度。 * 匯出經緯度: 部分檔案可用。 ** 匯出的 CSV 檔案的經緯度被編碼,無法使用。例如網頁上雖然顯示 120.1800, 22.9902 ,但是下載的 CSV ,the_geom 欄位顯示為 0101000020E610000044696FF0850B5E403D27BD6F7CFD3640 ** 匯出的 [http://fileinfo.com/extension/shp SHP] 檔案,不包含經緯度可用。 ** 匯出的 [https://support.google.com/earth/answer/148118?hl=zh-Hant KML] 檔案的經緯度可用 ex: <pre> <Placemark> <ExtendedData><SchemaData schemaUrl="#ae_1"> <SimpleData name="cartodb_id">1</SimpleData> <SimpleData name="_">69507496</SimpleData> <SimpleData name="field_11"></SimpleData> <SimpleData name="field_10"></SimpleData> <SimpleData name="field_9"></SimpleData> <SimpleData name="field_8"></SimpleData> <SimpleData name="field_7"></SimpleData> <SimpleData name="__5">ME</SimpleData> <SimpleData name="__4"></SimpleData> <SimpleData name="__3">www.XX.com</SimpleData> <SimpleData name="__2">台南市XX號</SimpleData> <SimpleData name="__1">XX公司</SimpleData> <SimpleData name="cartodb_georef_status">1</SimpleData> </SchemaData></ExtendedData> <Point><coordinates>120.18005,22.99018</coordinates></Point> </Placemark> </pre> ** 匯出的 [https://en.wikipedia.org/wiki/GeoJSON GeoJSON] 檔案的經緯度可用 ex: <pre> {"cartodb_id":1,"_":69507496,"field_11":"","field_10":"","field_9":"","field_8":"","field_7":"","__5":"ME","__4":"","__3":"www.XX.com","__2":"台南市XX號","__1":"XX公司","cartodb_georef_status":true}},{"type":"Feature","geometry":{"type":"Point","coordinates":[120.23722,22.97507]},"properties": </pre> ** 匯出的 [https://zh.wikipedia.org/wiki/%E5%8F%AF%E7%B8%AE%E6%94%BE%E5%90%91%E9%87%8F%E5%9C%96%E5%BD%A2 SVG] 檔案,內容只有經緯度,沒有地點名稱,無法使用 ex: <pre> <circle r="5" cx="37.6859" cy="761.842822" /> <circle r="5" cx="145.760433" cy="306.9488" /> <circle r="5" cx="126.734335" cy="303.810725" /> <circle r="5" cx="148.85679" cy="308.726431" /> </pre> [https://www.geocod.io/ Hassle-free geocoding - Geocodio] {{access | date=2019-07-29}} * 批次轉換地址為經緯度: * 支援哪個國家的地址: 限制美國加拿大的地址 * 查詢次數: [https://smartystreets.com/ USPS & International Address Verification - SmartyStreets] {{access | date=2019-07-29}} * 批次轉換地址為經緯度: * 支援哪個國家的地址: 限制美國的地址 * 查詢次數: [https://www.loqate.com/en-gb/ Address Verification, Data Cleansing & Geocoding • Loqate, a GBG solution] {{access | date=2019-07-29}} * 批次轉換地址為經緯度: * 支援哪個國家的地址: 似乎沒有限制 "we can provide international coordinate data for most major trading countries around the world. <ref>[https://www.loqate.com/resources/support/faqs/Geocoding/ Address Validation & Location Data FAQs - Loqate]</ref>" * 查詢次數: ''$'' <ref>[https://www.loqate.com/en-gb/pricing/?rd=pca Validation Costs & Data Quality Management Pricing - Loqate, a GBG solution]</ref> TGOS全國門牌定位服務<ref>[https://ithelp.ithome.com.tw/articles/10194193 [Day 9] 自己產製資料-地址定位part2 - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天]</ref> * 批次轉換地址為經緯度: 可 * 支援哪個國家的地址: 台灣 * 查詢次數: [https://www.amap.com/ 高德地图] [https://lbs.amap.com/api/webservice/guide/api/georegeo 地理/逆地理编码-API文档-开发指南-Web服务 API | 高德地图API] {{access | date=2019-07-29}} * 批次轉換地址為經緯度: 可 * 支援哪個國家的地址: 中國 * 查詢次數: 个人开发者 6000次/天 [https://lbs.amap.com/api/webservice/guide/tools/flowlevel 流量限制说明-实用工具-开发指南-Web服务 API | 高德地图API] [http://open.weibo.com/wiki/%E9%A6%96%E9%A1%B5 微博API] / [http://open.weibo.com/wiki/2/location/geo/address_to_geo address to geo - 微博API] 「根據實際地址返回地理信息坐標」摘錄自官方文件 ''尚未測試'' [https://developers.arcgis.com/ ArcGIS for Developers]: * plan: free (Essentials Plan) * usage limit: "1,000,000 basemap and geocode transactions per month<ref>[https://developers.arcgis.com/pricing/ Pricing | ArcGIS for Developers]</ref>" == References == <references /> Related articles: * [https://zh.wikipedia.org/wiki/GeoJSON GeoJSON - 維基百科,自由的百科全書] * [https://geocoder.readthedocs.io/ Geocoder: Simple, Consistent — geocoder 1.38.1 documentation] [[Category:Maps]] [[Category:Tool]]
Summary:
Please note that all contributions to LemonWiki共筆 are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
LemonWiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:Access
(
view source
) (protected)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Current events
Recent changes
Random page
Help
Categories
Tools
What links here
Related changes
Special pages
Page information