forked from turicas/covid19-br
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datapackage.json
441 lines (441 loc) · 13.5 KB
/
datapackage.json
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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
{
"profile": "tabular-data-package",
"resources": [
{
"name": "boletim",
"path": "data/output/boletim.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "date",
"type": "date",
"format": "default",
"title": "Data",
"description": "Data da publicação do boletim"
},
{
"name": "state",
"type": "string",
"format": "default",
"title": "UF",
"description": "Unidade federativa"
},
{
"name": "url",
"type": "string",
"format": "uri",
"title": "URL",
"description": "Link para o boletim"
},
{
"name": "notes",
"type": "string",
"format": "default",
"title": "Observações",
"description": "Observações"
}
]
},
"title": "Reports",
"description": "Daily reports from the states' Health Secretariat on COVID-19.",
"encoding": "utf-8",
"format": "csv"
},
{
"name": "caso",
"path": "data/output/caso.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "date",
"type": "date",
"format": "default",
"title": "Data",
"description": "Data"
},
{
"name": "state",
"type": "string",
"format": "default",
"title": "UF",
"description": "Unidade federativa"
},
{
"name": "city",
"type": "string",
"format": "default",
"title": "Município",
"description": "Município"
},
{
"name": "place_type",
"type": "string",
"format": "default",
"title": "Tipo de local",
"description": " Se o dado é referente ao município ou ao estado"
},
{
"name": "confirmed",
"type": "integer",
"format": "default",
"title": "Confirmações",
"description": "Quantidade de casos confirmados"
},
{
"name": "deaths",
"type": "integer",
"format": "default",
"title": "Mortes",
"description": "Quantidade de mortes"
},
{
"name": "order_for_place",
"type": "integer",
"format": "default",
"title": "Ordenação para esse local",
"description": "Ordenação para esse local"
},
{
"name": "is_last",
"type": "boolean",
"format": "default",
"title": "É a última atualização?",
"description": "É a última atualização?"
},
{
"name": "estimated_population_2019",
"type": "integer",
"format": "default",
"title": "População estimada 2019",
"description": "População estimada 2019, segundo IBGE"
},
{
"name": "city_ibge_code",
"type": "string",
"format": "default",
"title": "Código IBGE",
"description": "Código IBGE do município ou estado"
},
{
"name": "confirmed_per_100k_inhabitants",
"type": "number",
"format": "default",
"title": "Confirmados/100k hab.",
"description": "Casos confirmados por 100.000 habitantes"
},
{
"name": "death_rate",
"type": "number",
"format": "default",
"title": "Mortes/confirmados",
"description": "Mortes por casos confirmados"
}
]
}
},
{
"name": "populacao-estimada",
"path": "data/populacao-estimada-2019.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "state",
"type": "string",
"format": "default",
"title": "UF",
"description": "Unidade federativa (código de 2 letras)"
},
{
"name": "state_ibge_code",
"type": "integer",
"format": "default",
"title": "código da UF",
"description": "Código numérico da Unidade Federativa"
},
{
"name": "city_ibge_code",
"type": "integer",
"format": "default",
"title": "código município",
"description": "Código numérico do IBGE para o municipio"
},
{
"name": "city",
"type": "string",
"format": "default",
"title": "município",
"description": "Nome do município"
},
{
"name": "estimated_population",
"type": "integer",
"format": "default",
"title": "população estimada",
"description": "População estimada no ano de 2019, segundo a PNAD contínua do IBGE"
}
]
}
},
{
"name": "schema-boletim",
"path": "schema/boletim.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "field_name",
"type": "string",
"format": "default",
"title": "Nome do campo"
},
{
"name": "field_type",
"type": "string",
"format": "default",
"title": "Tipo de campo"
}
]
}
},
{
"name": "schema-caso",
"path": "schema/caso.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "field_name",
"type": "string",
"format": "default",
"title": "Nome do campo"
},
{
"name": "field_type",
"type": "string",
"format": "default",
"title": "Tipo de campo"
}
]
}
},
{
"name": "schema-populacao-estimada",
"path": "schema/populacao-estimada-2019.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "field_name",
"type": "string",
"format": "default",
"title": "Nome do campo"
},
{
"name": "field_type",
"type": "string",
"format": "default",
"title": "Tipo de campo"
}
]
}
},
{
"name": "schema-epidemiological-week",
"path": "schema/epidemiological-week.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "field_name",
"type": "string",
"format": "default",
"title": "Nome do campo"
},
{
"name": "field_type",
"type": "string",
"format": "default",
"title": "Tipo de campo"
}
]
}
},
{
"name": "schema-obito_cartorio",
"path": "schema/obito_cartorio.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "field_name",
"type": "string",
"format": "default",
"title": "Nome do campo"
},
{
"name": "field_type",
"type": "string",
"format": "default",
"title": "Tipo de campo"
}
]
}
},
{
"name": "epidemiological-week",
"path": "data/epidemiological-week.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "date",
"type": "date",
"format": "default",
"title": "Data"
},
{
"name": "epidemiological_year",
"type": "integer",
"format": "default",
"title": "Ano epidemiológico"
},
{
"name": "epidemiological_week",
"type": "integer",
"format": "default",
"title": "Semana epidemiológica"
}
]
}
},
{
"name": "obito_cartorio",
"path": "data/output/obito_cartorio.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "date",
"type": "date",
"format": "default",
"title": "Data do óbito",
"description": "Data da ocorrência do óbito no formato YYYY-MM-DD"
},
{
"name": "state",
"type": "string",
"format": "default",
"title": "UF",
"description": "Sigla da unidade federativa com dois dígitos, exemplo: SP."
},
{
"name": "new_deaths_pneumonia_2019",
"type": "integer",
"format": "default",
"title": "Óbitos por suspeita ou confirmação de covid19",
"description": "Quantidade de óbitos em decorrência de **suspeita ou confirmação** de covid19 registrados nesse dia e mês (de `date`) para o estado em `state`, porém para o ano de 2019."
},
{
"name": "new_deaths_pneumonia_2020",
"type": "integer",
"format": "default",
"title": "Óbitos por insuficiência respiratória nesta data em 2019",
"description": "Quantidade de óbitos registrados nesse dia e mês (de `date`) em decorrência de insuficiência respiratória para o estado em `state`, porém para o ano de 2019."
},
{
"name": "new_deaths_respiratory_failure_2019",
"type": "integer",
"format": "default",
"title": "Óbitos por pneumonia nesta data em 2019",
"description": "Quantidade de óbitos registrados nesse dia e mês (de `date`) em decorrência de pneumonia para o estado em `state`, porém para o ano de 2019."
},
{
"name": "new_deaths_respiratory_failure_2020",
"type": "integer",
"format": "default",
"title": "Óbitos por pneumonia (2020)",
"description": "Quantidade de óbitos registrados nesse dia/mês/ano (de `date`) em decorrência de pneumonia para esse o estado em `state`."
},
{
"name": "new_deaths_covid19",
"type": "integer",
"format": "default",
"title": "Óbitos por insuficiência respiratória (2020)",
"description": "Quantidade de óbitos registrados nesse dia/mês/ano (de `date`) em decorrência de insuficiência respiratória para esse o estado em `state`."
},
{
"name": "epidemiological_week_2019",
"type": "integer",
"format": "default",
"title": "Semana epidemiológica (2019)",
"description": "Número da semana epidemiológica para essa data em 2019."
},
{
"name": "epidemiological_week_2020",
"type": "integer",
"format": "default",
"title": "Semana epidemiológica (2020)",
"description": "Número da semana epidemiológica para essa data em 2020."
},
{
"name": "deaths_covid19",
"type": "integer",
"format": "default",
"title": "Novas mortes por pneumonia Novas mortes por pneumonia nesta data (2019)nesta data (2019)",
"description": "Novas mortes por pneumonia nesta data (2019)"
},
{
"name": "deaths_respiratory_failure_2019",
"type": "integer",
"format": "default",
"title": "Novas mortes por pneumonia (2020)",
"description": "Novas mortes por pneumonia (2020)"
},
{
"name": "deaths_respiratory_failure_2020",
"type": "integer",
"format": "default",
"title": "Novas mortes por covid19",
"description": "Novas mortes por covid19"
},
{
"name": "deaths_pneumonia_2019",
"type": "integer",
"format": "default",
"title": "Novas mortes por insuficiência respiratória nesta data (2019)",
"description": "Novas mortes por insuficiência respiratória nesta data (2019)"
},
{
"name": "deaths_pneumonia_2020",
"type": "integer",
"format": "default",
"title": "Novas mortes por insuficiência respiratória (2020)",
"description": "Novas mortes por insuficiência respiratória (2020)"
}
]
}
}
],
"keywords": [
"covid-19",
"corona-virus",
"brasil",
"brazil",
"health",
"pandemic"
],
"name": "covid19-br",
"title": "Daily time series on COVID-19 in Brazil",
"description": "Data on the evolution of the COVID-19 disease in Brazil, processed from each state Health Secretariat's COVID-19 daily reports.",
"homepage": "https://github.com/turicas/covid19-br",
"licenses": [
{
"name": "CC-BY-SA-4.0",
"title": "Creative Commons Attribution Share-Alike 4.0",
"path": "https://creativecommons.org/licenses/by-sa/4.0/"
}
]
}