-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quality of Postal Codes #358
Comments
Hi @bartek5186, can you confirm this is the case globally or is it only better in Poland? |
I have found some entries in postal-codes database from wof that have incomplete data and it produces inconsistency on searchs.
It is even difficult when you manage to search a postalcode that is the same in other country. |
The WOF dataset contains a lot of those Pelias should not import null island places, so those |
I had a quick look at this today and opened up whosonfirst-data/whosonfirst-data-postalcode-pl#1 to discuss with the WOF team. @bartek5186 I pulled down http://www.geonames.org/export/zip/PL.zip to have a look and I'm not sure the data is very good quality? The coordinates appear to be duplicated and rounded to two decimal points of precision in many cases. Could you please confirm that the data is actually correct for Poland before we continue? |
|
You are right with 0,0 coordiantes, because at the init steps I didn't find this postalcodes but I have update the geometry info quering from geonames. I really have not many problems with coordinates. I am working with ES postalcodes, not PL. For now I update the coordinates in wof postalcodes-es with the coordinates in Geonames (I really need to find this postalcodes). Also, me and my team have problems with postalcodes that doesn't exists in whosonfirst but are registered and exists in Spain, some of them are in geonames. Now I have build my index with the wof-spain data updated by myself and geonames. The postalcodes that have now fixed the hierarchy appears in searchs, with the locality, localadmin, region... corrected, with the original data from wof this doesn't happen, The bad thing is that I can't find the postalcodes from geonames that doesn't exist in wof, and we need it for our work. Is any way in which we can update it and also fix the hierarchy of the postalcodes I have to update manually? |
In Poland, some of bigger cities have multiple postal codes (based on for example streets, zones, offices or districts). For Example in Poland, There are postal codes conneted with for example streets - so there are possibility to make high quality database. Poland PNA (postal codes) dataset are there: Not in: 52.21, 21 This simple LatLng looks like high level container for bigger city like "Warszawa" |
for NL country geonames is also way better, wof data is 4 years out of date and incomplete geonames is updated daily from official government sources |
Which is the official source that geonames uses? We've found the Geonames postcodes files to be mixed bag, generally not very good, NL might be an exception. |
For the dutch data it uses https://www.cbs.nl (Statistics Netherlands) and www.kadaster.nl (The Netherlands’ Cadastre, Land Registry and Mapping Agency) which are both officially related (fuly or partially) to our government. we succesfully used the csv-importer for that dataset, thanks for the heads-up, I didn't know there was a csv-importer :) |
I also take cvs-importer to this action, and this works great. Build-in postalcodes in this case (Europe) are useless. I have imported all custom prepared Europe region via csv-importer. The data of postal codes was prepared from official sources, and manually revisioned. I noticed little bug in importer. Imported data are named csv:postalcode, but should be named bdp:postalcode (because i set layer name source to "bdp" in importer config file, that was ignored during csv import and name in the output is csv).
Searching work great with multiple codes in name_iso and in output i have postalocode from column postalcode. |
Hi @bartek5186 I had a quick look at the issue you reported and I wasn't able to reproduce the error where the We actually have a testcase here which ensures that functionality works as expected. If you're able to reproduce this could you please open a ticket. |
I have already done that before.. |
Why Pelias don't use better quality postal codes from GEONAMES ???
http://www.geonames.org/export/zip/
WoF has weak source of Postal Codes database.
whosonfirst-data/whosonfirst-data#1584
The text was updated successfully, but these errors were encountered: