Skip to content

Commit

Permalink
🚧 Agregar datos y boceto ficha para indicador 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Oct 4, 2024
1 parent 04ab109 commit 41390f4
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 1 deletion.
2 changes: 2 additions & 0 deletions aplicaciones/procesador/fuente/aplicacion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ async function procesarDatos() {
await ya23.procesar('2.3: repitencia transición', 'YA_2.3', 'Sheet 1', 'ya2-3');
const ya24 = new VariableSingular('desercion_transicion', false, 'porcentaje');
await ya24.procesar('2.4: deserción transición', 'YA_2.4', 'Sheet 1', 'ya2-4');
const ya25 = new VariableSingular('porcentaje_marco_integral', true, 'porcentaje');
await ya25.procesar('2.5: porcentaje marco integral', 'YA_2.5', 'Sheet 1', 'ya2-5');

/** 3 */
const ya31 = new VariableSingular('matematicas', true, 'porcentaje');
Expand Down
3 changes: 2 additions & 1 deletion aplicaciones/procesador/fuente/tipos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ export type VariableValorSingular =
| 'tasa'
| 'tasa_mortalidad_neonatal'
| 'tasa_mortalidad_menores_1_año'
| 'tasa_mortalidad_desnutricion_5_años';
| 'tasa_mortalidad_desnutricion_5_años'
| 'porcentaje_marco_integral';

export type VariablesSingulares = {
[llave in VariableValorSingular]: number;
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions aplicaciones/www/estaticos/datos/ya2-5-dep.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"2015":[["11",22.8],["13",35.11],["15",74.92],["17",71.22],["18",87.59],["19",50.19],["20",62.96],["23",59.94],["25",43.41],["27",37.1],["41",86.79],["44",55.61],["47",57.89],["50",57.05],["52",80.23],["54",48.83],["63",79.36],["66",86.06],["68",44.99],["70",73],["73",70.37],["76",73.01],["81",78.3],["85",62.23],["86",62.59],["88",20.75],["91",10.12],["94",11.4],["95",32.4],["97",42.2],["99",35.05],["05",58.82],["08",60.58]],"2016":[["11",25.3],["13",72.07],["15",88.07],["17",98.31],["18",98.93],["19",87.2],["20",92.82],["23",82.81],["25",85.72],["27",61.66],["41",97.02],["44",84.21],["47",78.72],["50",93.45],["52",90.23],["54",84.02],["63",97.8],["66",96.98],["68",85.99],["70",92.73],["73",96.59],["76",93.05],["81",97.71],["85",98.23],["86",95.78],["88",93.95],["91",48.9],["94",71.45],["95",97.32],["97",96.1],["99",92.45],["05",88.19],["08",77.49]],"2017":[["11",32.9],["13",67.94],["15",86.39],["17",94.71],["18",97.58],["19",73.32],["20",89.76],["23",87.61],["25",79.74],["27",67.86],["41",87.41],["44",73.42],["47",79.32],["50",77.72],["52",91.41],["54",87.61],["63",94.94],["66",95.29],["68",81.82],["70",88.06],["73",88.8],["76",80.63],["81",93.9],["85",89.98],["86",81.63],["88",87.85],["91",65.68],["94",90.95],["95",62.13],["97",90.73],["99",34.43],["05",72.44],["08",79.79]],"2018":[["11",71.1],["13",92.62],["15",98.56],["17",99.71],["18",99.54],["19",97.65],["20",96.04],["23",95.4],["25",99.08],["27",91.69],["41",99.64],["44",81.83],["47",96.62],["50",98.82],["52",99.23],["54",98.37],["63",99.73],["66",99.28],["68",99.21],["70",97.02],["73",99.58],["76",98.12],["81",98.39],["85",93.11],["86",95.82],["88",99.8],["91",93.95],["94",91.17],["95",98.32],["97",98.93],["99",93.28],["05",95.94],["08",97.04]],"2019":[["11",71.1],["13",92.62],["15",98.56],["17",99.71],["18",99.54],["19",97.65],["20",96.04],["23",95.4],["25",99.08],["27",91.69],["41",99.64],["44",81.83],["47",96.62],["50",98.82],["52",99.23],["54",98.37],["63",99.73],["66",99.28],["68",99.21],["70",97.02],["73",99.58],["76",98.12],["81",98.39],["85",93.11],["86",95.82],["88",99.8],["91",93.95],["94",91.17],["95",98.32],["97",98.93],["99",93.28],["05",95.94],["08",97.04]],"2020":[["11",71.6],["13",46.64],["15",88.21],["17",90.04],["18",92.19],["19",86.3],["20",74.74],["23",78.86],["25",88.18],["27",46.1],["41",92.24],["44",46.94],["47",80.09],["50",90.1],["52",90.9],["54",86.63],["63",91.4],["66",83.26],["68",88.46],["70",84.62],["73",92.03],["76",87.09],["81",86.84],["85",80.72],["86",90.48],["88",93.1],["91",33.97],["94",54.65],["95",84.95],["97",87.57],["99",61.28],["05",74.95],["08",70.37]],"2021":[["11",82.9],["13",78.38],["15",93.11],["17",93.34],["18",90.69],["19",93.52],["20",88.61],["23",92.61],["25",92.22],["27",75.89],["41",96.05],["44",70.86],["47",90.86],["50",93.92],["52",95.16],["54",91.77],["63",93.02],["66",92.11],["68",93.99],["70",94.71],["73",95.21],["76",90.72],["81",84.03],["85",91.88],["86",91.79],["88",97.05],["91",87.27],["94",44.6],["95",89.63],["97",89.68],["99",62.28],["05",84.5],["08",87.27]],"2022":[["11",90.9],["13",94.34],["15",96.54],["17",94.09],["18",96.6],["19",96.76],["20",93.66],["23",96.64],["25",95.77],["27",91.65],["41",98.03],["44",83.86],["47",94.03],["50",95.45],["52",97.2],["54",92.79],["63",96.25],["66",94.59],["68",95.69],["70",96.42],["73",96.52],["76",95.51],["81",89.57],["85",94.06],["86",93.89],["88",97.75],["91",90.53],["94",61.05],["95",95.2],["97",80.9],["99",74.9],["05",94.82],["08",95.21]]}
1 change: 1 addition & 0 deletions aplicaciones/www/estaticos/datos/ya2-5-mun.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions aplicaciones/www/estaticos/datos/ya2-5-nal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"ascendente":true,"estructura":"porcentaje","unidadMedida":100,"datos":{"2015":55.54,"2016":86.1,"2017":80.42,"2018":95.9,"2019":95.9,"2020":78.65,"2021":87.56,"2022":92.46},"maxNal":95.9,"minNal":55.54,"maxDep":99.8,"minDep":10.12,"maxMun":100,"minMun":0}
4 changes: 4 additions & 0 deletions aplicaciones/www/src/datosVisibles/pesosArchivos.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
"peso": "254.76 kB",
"nombre": "YA_2.4"
},
"ya2-5": {
"peso": "182.88 kB",
"nombre": "YA_2.5"
},
"ya3-1": {
"peso": "207.19 kB",
"nombre": "YA_3.1"
Expand Down
17 changes: 17 additions & 0 deletions aplicaciones/www/src/datosVisibles/ya2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,22 @@ export const ya2: DatosYa = {
interpretacion:
'Un valor del 2% indica que 2 de cada 100 estudiantes en edad teórica para cursar transición desertaron en el año lectivo en un momento y territorio específicos. <br/><br/>Más información: https://unitedwaycolombia.org/2023/10/19/desercion-escolar-en-colombia-un-desafio-que-se-agrava/',
},
{
nombre: 'Porcentaje marco integral',
ruta: 'marco-integral',
archivo: 'ya2-5',
hay_datos: true,
umbral: 80,
explicacion_umbral: '...',
explicacion: '...',
definicion: '...',
metodologia: '...',
unidad: 'Porcentaje',
fuente_numerador: '...',
fuente_denominador: '...',
desagregacion: 'Municipal',
contexto: '...',
interpretacion: '...',
},
],
};

0 comments on commit 41390f4

Please sign in to comment.