Skip to content

Instantly share code, notes, and snippets.

@realFranco
Last active September 24, 2021 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save realFranco/5974233fea9549889b6061b68dcef2ff to your computer and use it in GitHub Desktop.
Save realFranco/5974233fea9549889b6061b68dcef2ff to your computer and use it in GitHub Desktop.
Example data definition for Chilean political distribution, based on "Norma 820"
{
"region": {
"01": { "code": "01", "name": "Tarapacá", "abreviation": "TPCA" }
},
"province": {
"011": { "code": "011", "name": "Iquique"}
},
"comune": {
"01101": { "code": "01101", "code_comune_2018": "01101", "name": "Iquique"},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment