riyastir / openaddresses

Automatically exported from code.google.com/p/openaddresses
0 stars 0 forks source link

check country field #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
this is a PROPOSAL for checking the country field of addresses with an 
additional data set. It should enhance the dataquality of openaddresses 
data.

What steps ?
1. when user creates an address, check if the country selected by the user 
is really the country the address is located in
2. if not, ask the user if he really wants to save the address using the 
country name he typed in or use the generated country name instead.
3.In any case, the user is the one deciding on the country name.

proposed data set?
the gadm country data (http://www.gadm.org/)  - which is free for academic 
purposes and non commercial use. 

proposed solution?
use postgis point-in-polygon query

expected issues?
performance issues possible
resolution of country data set has to be checked, regarding addresses at 
the borderline

Original issue reported on code.google.com by s.and...@fh-kaernten.at on 31 Mar 2010 at 7:54

GoogleCodeExporter commented 8 years ago
Started to work on that, in the dev server to make some tests.
Data have been imported: 
http://code.google.com/p/openaddresses/wiki/HowToImportData#World_countries

Original comment by cedric.m...@gmail.com on 2 Apr 2010 at 2:13