GeoNames Home | Postal Codes | Download / Webservice | About 

GeoNames Forum
  [Search] Search   [Recent Topics] Recent Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
how to contribute?  XML
Forum Index -> Postal Codes
Author Message
Anonymous



I work in Finland. I've retrieved from the post office website all postcodes of the country.

So I have files with the list of all postcodes and street addresses. Could it be useful to you?

Agathe


Examples: (the files are mysql inserts)

INSERT INTO streets (city,pobox,street,zipcode,street_number)
VALUES
('HELSINKI','','Arinatie','00370','1 - 17'),
('HELSINKI','','Arinatie','00370','2 - 12'),
('HELSINKI','','Atomikuja','00370','1'),
('HELSINKI','','Atomipolku','00370','1'),
...

INSERT INTO postcodes (city,zipcode,commune)
VALUES
('HELSINKI','00002','Helsinki'),
('HELSINKI','00003','Helsinki'),
('HELSINKI','00004','Helsinki'),
('HELSINGIN POSTIKESKUS','00010','Helsinki'),
('POSTI','00011','Helsinki'),
('FUJITSU','00012','Helsinki'),
...

Anonymous



i forgot to give you the url http://www.verkkoposti.com/e3/postinumeroluettelo

agathe
marc



Joined: 08/12/2005 07:39:47
Messages: 4412
Offline

This would certainly help. You can send the file to info@geonames.org.
I will then run it against our place name database and add lat/lng to all records.

Marc

[WWW]
Anonymous



I hold GIS data for postalcodes and placenames in the Netherlands. I would love to give them to you so the webservice which I use is then enhanced. If interested please send me an e-mail at mlinden@zeelandnet.nl
 
Forum Index -> Postal Codes
Go to:   
Powered by JForum 2.1.5 © JForum Team