Add OARMP routing engine, dashboard and documentation

- Complete routing engine: ingest, optimizer (CG+B&B), maintenance
  monitor, metrics, pipeline, quality checks
- Streamlit dashboard with Input/Output tab structure, editable data
  editors, interactive Folium map with satellite layer and maintenance
  base highlights, FH stacked bar chart with TTM availability
- CSV data files: AERONAVES, CHECKS, AIRPORTS, ESCALA DE VOO
- README, CONTEXTO and CHANGELOG added
- Remove legacy pre_process scripts and raw binary files (PDFs/xlsx)
- Update .gitignore to exclude outputs/, data/, raw/*.pdf, raw/*.xlsx

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Eduardo Carlos
2026-06-17 11:52:34 -03:00
parent 32ad7c9f23
commit 3607965c88
43 changed files with 3419 additions and 1936 deletions

5
raw/CHECKS.csv Normal file
View File

@@ -0,0 +1,5 @@
CHECKS;FH;TEMPO DE EXECUCAO (DIAS);LOCAL DE EXECUCAO
CHECK 1A_OPERACIONAL 300FH;300;3;SBMN
OPEREACIONAL 400FH;400;1;SBMN
CHECK 2A_OPERACIONAL 600FH;600;4;SBMN
CHECK 3A;900;5;SBMN
1 CHECKS FH TEMPO DE EXECUCAO (DIAS) LOCAL DE EXECUCAO
2 CHECK 1A_OPERACIONAL 300FH 300 3 SBMN
3 OPEREACIONAL 400FH 400 1 SBMN
4 CHECK 2A_OPERACIONAL 600FH 600 4 SBMN
5 CHECK 3A 900 5 SBMN