Created
October 28, 2014 08:13
-
-
Save TiborUdvari/977d37c12612c3513095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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