Created
October 17, 2014 03:57
-
-
Save lucasrenan/ec726b9f1b2b9ef1e01b to your computer and use it in GitHub Desktop.
brazilian states by region
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
| STATES = { | |
| REGION_SOUTH => ['PR', 'RS', 'SC'], | |
| REGION_SOUTHEAST => ['ES', 'MG', 'RJ', 'SP'], | |
| REGION_MIDWEST => ['DF', 'GO', 'MT', 'MS'], | |
| REGION_NORTH => ['AC', 'AM', 'AP', 'PA', 'RO', 'RR', 'TO'], | |
| REGION_NORTHEAST => ['AL', 'CE', 'BA', 'MA', 'PB', 'PE', 'PI', 'RN', 'SE'] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment