Skip to content

Blue-Lan/AddressData-Taiwan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AddressData(Taiwan)

The original data is provided by Chunghwa Post Co., Ltd.


A snippet of original data
last update: 2015/06/30 official ver.10406


10058臺北市中正區  八德路1段              全                            
10079臺北市中正區  三元街                  單全                          
10070臺北市中正區  三元街                  雙  48號以下                  
10079臺北市中正區  三元街                  雙  50號以上                  
10068臺北市中正區  大埔街                  單  15號以上                  
10068臺北市中正區  大埔街                  雙  36號以上                  
10051臺北市中正區  中山北路1段            單   3號以下                  
10041臺北市中正區  中山北路1段            雙  48號以下           
...               

A snippet of address_data.sql where any street name contains "1、2、3..." 
the chars are replaced by "一、二、三" and "台" are replaced by "臺"
last update: 2015/06/30


...
INSERT INTO `address_name` (`uid`, `name`, `link`) VALUES
(1, '臺北市', 0),
(2, '中正區', 1),
(3, '八德路一段', 2),
(4, '三元街', 2),
(5, '大埔街', 2),
(6, '中山北路一段', 2),           
...               

Here's how the corresponding table look like

id name link
1 臺北市 0
2 中正區 1
3 八德路一段 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors