GeoNames Home | Postal Codes | Download / Webservice | About 

GeoNames Forum
  [Search] Search   [Recent Topics] Recent Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Admin1 info is missing on the following Canadian postal codes  XML
Forum Index -> Postal Codes
Author Message
paxan



Joined: 14/11/2009 01:31:27
Messages: 2
Offline

X0A
X0B
X0C
X0E
X0G
X1A

I did some digging, and here's what these map to (excuse my Python):
Code:
 territories = {
     'X0A': ('Nunavut Territory', 'NU'),   # Outer Nunavut (Iqaluit)
     'X0B': ('Nunavut Territory', 'NU'),   # Central Nunavut (Cambridge Bay)
     'X0C': ('Nunavut Territory', 'NU'),   # Inner Nunavut (Rankin Inlet)
     'X0E': ('Northwest Territory', 'NT'), # Central Northwest Territories (Inuvik)
     'X0G': ('Northwest Territory', 'NT'), # Southwestern Northwest Territories (Fort Liard)
     'X1A': ('Northwest Territory', 'NT'), # Yellowknife
 }
 


I am not Canadian, but this is the data I came up with by digging in Google and Wikipedia. Canadians are welcome to correct this.
marc



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

Thanks, will be fixed.

Marc

[WWW]
paxan



Joined: 14/11/2009 01:31:27
Messages: 2
Offline

Hi Marc,
Thanks for your prompt action!

I noticed that the admin code1 values were added for the postal codes mentioned, but not admin name1 values. They are still empty strings.

Is there some sort of concern with these?
marc



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

patience.

Marc

[WWW]
 
Forum Index -> Postal Codes
Go to:   
Powered by JForum 2.1.5 © JForum Team