UNPKG

@clregions/data

Version:

Paquete de datos para regiones de Chile, proporcionando acceso a información estructurada en formato JSON, CSV y SQL

123 lines (120 loc) • 2.53 kB
// json/regions.json var regions_default = [ { id: "01", name: "Regi\xF3n de Tarapac\xE1", shortName: "Tarapac\xE1", abbreviation: "TPCA", isoCode: "CL-TA" }, { id: "02", name: "Regi\xF3n de Antofagasta", shortName: "Antofagasta", abbreviation: "ANTOF", isoCode: "CL-AN" }, { id: "03", name: "Regi\xF3n de Atacama", shortName: "Atacama", abbreviation: "ATCMA", isoCode: "CL-AT" }, { id: "04", name: "Regi\xF3n de Coquimbo", shortName: "Coquimbo", abbreviation: "COQ", isoCode: "CL-CO" }, { id: "05", name: "Regi\xF3n de Valpara\xEDso", shortName: "Valpara\xEDso", abbreviation: "VALPO", isoCode: "CL-VS" }, { id: "06", name: "Regi\xF3n del Libertador General Bernardo O'Higgins", shortName: "Libertador General Bernardo O'Higgins", abbreviation: "LGBO", isoCode: "CL-LI" }, { id: "07", name: "Regi\xF3n del Maule", shortName: "Maule", abbreviation: "MAULE", isoCode: "CL-ML" }, { id: "08", name: "Regi\xF3n del Biob\xEDo", shortName: "Biob\xEDo", abbreviation: "BBIO", isoCode: "CL-BI" }, { id: "09", name: "Regi\xF3n de La Araucan\xEDa", shortName: "La Araucan\xEDa", abbreviation: "ARAUC", isoCode: "CL-AR" }, { id: "10", name: "Regi\xF3n de Los Lagos", shortName: "Los Lagos", abbreviation: "LAGOS", isoCode: "CL-LL" }, { id: "11", name: "Regi\xF3n Ays\xE9n del General Carlos Ib\xE1\xF1ez del Campo", shortName: "Ays\xE9n del General Carlos Ib\xE1\xF1ez del Campo", abbreviation: "AYSEN", isoCode: "CL-AI" }, { id: "12", name: "Regi\xF3n de Magallanes y de la Ant\xE1rtica Chilena", shortName: "Magallanes y de la Ant\xE1rtica Chilena", abbreviation: "MAG", isoCode: "CL-MA" }, { id: "13", name: "Regi\xF3n Metropolitana de Santiago", shortName: "Metropolitana de Santiago", abbreviation: "RM", isoCode: "CL-RM" }, { id: "14", name: "Regi\xF3n de Los R\xEDos", shortName: "Los R\xEDos", abbreviation: "RIOS", isoCode: "CL-LR" }, { id: "15", name: "Regi\xF3n de Arica y Parinacota", shortName: "Arica y Parinacota", abbreviation: "AyP", isoCode: "CL-AP" }, { id: "16", name: "Regi\xF3n de \xD1uble", shortName: "\xD1uble", abbreviation: "NUBLE", isoCode: "CL-NB" } ]; // ts/array/regions.ts var regions = regions_default; export { regions };