Skip to content

Instantly share code, notes, and snippets.

@TiborUdvari
Created October 28, 2014 08:13
Show Gist options
  • Select an option

  • Save TiborUdvari/977d37c12612c3513095 to your computer and use it in GitHub Desktop.

Select an option

Save TiborUdvari/977d37c12612c3513095 to your computer and use it in GitHub Desktop.
Swiss cantons
=============
dictCantonNPA = {
'AG' : 1,
'AI' : 2,
'AR' : 3,
'BE' : 4,
'BL' : 5,
'BS' : 6,
'GE' : 7,
'FR' : 8,
'GL' : 9,
'GR' : 10,
'JU' : 11,
'LU' : 12,
'NE' : 13,
'NW' : 14,
'OW' : 15,
'SG' : 16,
'SH' : 17,
'SO' : 18,
'SZ' : 19,
'TG' : 20,
'TI' : 21,
'UR' : 22,
'VD' : 23,
'VS' : 24,
'ZG' : 25,
'ZH' : 26
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment