-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.yaml
242 lines (242 loc) · 7.72 KB
/
datapackage.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
name: sisor-dados
resources:
- name: base_orcam_despesa_item_fiscal
title: Orçamento da Despesa Fiscal / Itens de Despesa
path: data-raw/base_orcam_despesa_item_fiscal.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_orcam_despesa_item_fiscal.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 1
CmNomePlanilha: BASE_ORCAM_DESPESA_ITEM_FISCAL.xls
selecaoAno: 2024
sBaseSelec: 1
- name: base_qdd_plurianual
title: Detalhamento Plurianual Fiscal
path: data-raw/base_qdd_plurianual.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_qdd_plurianual.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 9
CmNomePlanilha: BASE_QDD_PLURIANUAL.xls
selecaoAno: 2024
sBaseSelec: 9
- name: base_qdd_plurianual_invest
title: Detalhamento Plurianual Investimento
path: data-raw/base_qdd_plurianual_invest.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_qdd_plurianual_invest.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 16
CmNomePlanilha: BASE_QDD_PLURIANUAL_INVEST.xls
selecaoAno: 2024
sBaseSelec: 16
- name: base_orcam_despesa_investimento
title: Orçamento da Despesa de Investimento
path: data-raw/base_orcam_despesa_investimento.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_orcam_despesa_investimento.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 2
CmNomePlanilha: BASE_ORCAM_DESPESA_INVESTIMENTO.xls
selecaoAno: 2024
sBaseSelec: 2
- name: base_detalhamento_obras
title: Detalhamento de Obras
path: data-raw/base_detalhamento_obras.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_detalhamento_obras.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 3
CmNomePlanilha: BASE_DETALHAMENTO_OBRAS.xls
selecaoAno: 2024
sBaseSelec: 3
- name: base_qdd_fiscal
title: QDD Fiscal
path: data-raw/base_qdd_fiscal.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_qdd_fiscal.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 4
CmNomePlanilha: BASE_QDD_FISCAL.xls
selecaoAno: 2024
sBaseSelec: 4
- name: base_qdd_investimento
title: QDD Investimento
path: data-raw/base_qdd_investimento.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_qdd_investimento.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 5
CmNomePlanilha: BASE_QDD_INVESTIMENTO.xls
selecaoAno: 2024
sBaseSelec: 5
- name: base_orcam_receita_fiscal
title: Orçamento da Receita Fiscal
path: data-raw/base_orcam_receita_fiscal.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_orcam_receita_fiscal.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 6
CmNomePlanilha: BASE_ORCAM_RECEITA_FISCAL.xls
selecaoAno: 2024
sBaseSelec: 6
- name: base_orcam_receita_investimento
title: Orçamento da Receita Investimento
path: data-raw/base_orcam_receita_investimento.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_orcam_receita_investimento.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 7
CmNomePlanilha: BASE_ORCAM_RECEITA_INVESTIMENTO.xls
selecaoAno: 2024
sBaseSelec: 7
- name: base_obras_siad
title: Registro de Obras no SIAD
path: data-raw/base_obras_siad.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_obras_siad.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 11
CmNomePlanilha: BASE_OBRAS_SIAD.xls
selecaoAno: 2024
sBaseSelec: 11
- name: base_categoria_pessoal
title: Categoria de Pessoal
path: data-raw/base_categoria_pessoal.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_categoria_pessoal.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 12
CmNomePlanilha: BASE_CATEGORIA_PESSOAL.xls
selecaoAno: 2024
sBaseSelec: 12
- name: base_repasse_recursos
title: Repasse de Recursos
path: data-raw/base_repasse_recursos.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_repasse_recursos.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 13
CmNomePlanilha: BASE_REPASSE_RECURSOS.xls
selecaoAno: 2024
sBaseSelec: 13
- name: base_limite_cota
title: Limite de Cota
path: data-raw/base_limite_cota.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_limite_cota.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 14
CmNomePlanilha: BASE_LIMITE_COTA.xls
selecaoAno: 2024
sBaseSelec: 14
- name: base_intra_orcamentaria_detalhamento
title: Base Intraorçamentária de Detalhamento
path: data-raw/base_intra_orcamentaria_detalhamento.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_intra_orcamentaria_detalhamento.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 17
CmNomePlanilha: BASE_INTRA_ORCAMENTARIA_DETALHAMENTO.xls
selecaoAno: 2024
sBaseSelec: 17
- name: base_intra_orcamentaria_repasse
title: Base Intraorçamentária de Repasse
path: data-raw/base_intra_orcamentaria_repasse.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_intra_orcamentaria_repasse.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 18
CmNomePlanilha: BASE_INTRA_ORCAMENTARIA_REPASSE.xls
selecaoAno: 2024
sBaseSelec: 18
- name: base_unidades_orcamentaria_versoes
title: Relação das Unidades Orçamentárias e suas Versões
path: data-raw/base_unidades_orcamentaria_versoes.html
type: table
format: html
encoding: windows-1252
dialect: dialect.yaml
schema: schemas/base_unidades_orcamentaria_versoes.yaml
api_url: https://www.orcamento.mg.gov.br/aoad/AtGeraBaseExcelNova.jsp
payload:
sAnoSelecao: 2024
sTabelaSelec: 21
CmNomePlanilha: BASE_UNIDADES_ORCAMENTARIA_VERSOES.xls
selecaoAno: 2024
sBaseSelec: 21