Mapa por sector estadístico en el Escenario El Niño#20
Merged
Conversation
Drill-down geografico a la unidad real del indice del SAC. En la pestana "Sectores criticos": selector de departamento -> choropleth de sus sectores coloreados por hectareas indemnizadas (envolvente historica). - Geometria: static_data/sectores/<DEPTO>.geojson (25 archivos, ~7MB, ~300KB c/u) desde los KMZ simplificados a ~400m. La app carga SOLO el departamento seleccionado (cacheado) -> liviano. - Datos: static_data/escenario_sectores.json (5,916 sectores con perdida historica, 787KB), clave normalizada dep|dist|sector. - Match geometria<->datos por nombre: 93-94% (ej. Ayacucho 405/430). Generadores (en la carpeta raiz, no en el repo): construir_geojson.py (KMZ->geojson) y exportar_escenario_app.py (metricas). Los KMZ (37MB) NO van al repo. AppTest: 0 excepciones, selector + mapa renderizan. 65 tests verdes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drill-down geográfico a la unidad real del índice del SAC. En la pestaña Sectores críticos: selector de departamento → choropleth de sus sectores coloreados por hectáreas indemnizadas (envolvente histórica).
Cómo
static_data/sectores/<DEPTO>.geojson(25 archivos, ~7MB, ~300KB c/u) generados desde los KMZ (KMZ SAC 2025-2026, 37MB) simplificados a ~400m. La app carga solo el departamento seleccionado (cacheado) → liviano en runtime.static_data/escenario_sectores.json(5,916 sectores con pérdida histórica, 787KB), clave normalizadadep|dist|sector.Generadores (en la carpeta raíz, no en el repo):
construir_geojson.py(KMZ→geojson) yexportar_escenario_app.py(métricas). Los KMZ no van al repo.AppTest: 0 excepciones, selector + mapa renderizan. 65 tests verdes.🤖 Generated with Claude Code