Skip to content

Commit

Permalink
Adicionado referencia ao bug #11 (do DataPackage Viewer); Normatizado…
Browse files Browse the repository at this point in the history
… campos de population-prospects-thousands-2020 (remover caracteres que poderiam atrapalhar implementações)
  • Loading branch information
fititnt committed Apr 2, 2020
1 parent f4bce73 commit 7e71846
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Dados para aplicações relacionadas a COVID-19 na CPLP, `dados-v1`
[![goodtables.io](https://goodtables.io/badge/github/covid-taskforce-cplp/dados-v1.svg)](https://goodtables.io/github/covid-taskforce-cplp/dados-v1)
[![goodtables.io](https://goodtables.io/badge/github/covid-taskforce-cplp/dados-v1.svg?1)](https://goodtables.io/github/covid-taskforce-cplp/dados-v1)
**Referências de APIs e conjuntos de dados para aplicações relacionadas ao
Coronavirus COVID-19. Foco na CPLP - Comunidade dos Países de Língua
Portuguesa:** Angola 🇦🇴, Brasil 🇧🇷, Cabo Verde 🇨🇻, Guiné Equatorial 🇬🇶,
Guiné-Bissau 🇬🇼, Macau 🇲🇴, Moçambique 🇲🇿, Portugal 🇵🇹, São Tomé e Príncipe
🇵🇹 e Timor-Leste 🇹🇱.

<!-- ![OpenData](https://assets.okfn.org/images/buttons/od_80x15_blue.png) -->
<!--
Google Docs:
- README: https://docs.google.com/document/d/1pVZis7QkvCfdZu0aTJUE1rSB3ICKyGdkBM_9h3T8soM/edit
- Pasta deste repositório: https://drive.google.com/drive/u/1/folders/1v8tQ3fV9r7u4KZxRtpIRKyxaKCR7Ok63
-->

Este repositóri usa padrão [DataPackage](https://specs.frictionlessdata.io/).
**Pré-visualize usando o [DataPackage Viewer: /covid-taskforce-cplp/dados-v1](https://data.okfn.org/tools/view?url=https%3A%2F%2Fgithub.com%2Fcovid-taskforce-cplp%2Fdados-v1)**

**Pré-visualize usando o [DataPackage Viewer: /covid-taskforce-cplp/dados-v1](https://data.okfn.org/tools/view?url=https%3A%2F%2Fgithub.com%2Fcovid-taskforce-cplp%2Fdados-v1)**.
_Vide [bug #11](https://github.com/covid-taskforce-cplp/dados-v1/issues/11)_

----

Expand Down Expand Up @@ -40,12 +44,7 @@ Este repositóri usa padrão [DataPackage](https://specs.frictionlessdata.io/).
<!-- /TOC -->

----
<!--
## TL;DR:
**Enquanto este repositório não está mais organizado recomendamos que para dados
a nível internacional use <https://covid-19-apis.postman.com/> e, para dados
específicos do Brasil, use <https://brasil.io/dataset/covid19/>.**
-->


## APIs

Expand Down
2 changes: 1 addition & 1 deletion data/population-prospects-thousands-2020.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"Country or Area Code","Country or Area","Year(s)","Variant","Value"
"country-or-area-code","country-or-area","years","variant","value"
"4","Afghanistan","2020","Medium","38928.346"
"903","Africa","2020","Medium","1340598.147"
"8","Albania","2020","Medium","2877.797"
Expand Down
2 changes: 1 addition & 1 deletion data/population-prospects-thousands-2020.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,42 +114,42 @@
{
"name": "population-prospects-thousands-2020",
"path": "data/population-prospects-thousands-2020.csv",
"description": "Total population, both sexes combined (thousands); World Population Prospects: The 2019 Revision; Source: United Nations Population Division. Downloaded from http://data.un.org/Data.aspx?d=PopDiv&f=variableID%3a12%3btimeID%3a85%3bvarID%3a2&c=1,2,4,6,7&s=_crEngNameOrderBy:asc,_timeEngNameOrderBy:desc,_varEngNameOrderBy:asc&v=1",
"description": "Total population, both sexes combined (thousands); World Population Prospects: The 2019 Revision; Source: United Nations Population Division. Column names renamed to be url friendly. Downloaded from http://data.un.org/Data.aspx?d=PopDiv&f=variableID%3a12%3btimeID%3a85%3bvarID%3a2&c=1,2,4,6,7&s=_crEngNameOrderBy:asc,_timeEngNameOrderBy:desc,_varEngNameOrderBy:asc&v=1",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "Country or Area Code",
"name": "country-or-area-code",
"type": "number",
"format": "default",
"description": "ISO 3166-1 numeric for countries, custom code for regions (requires revision on this description)"
},
{
"name": "Country or Area",
"name": "country-or-area",
"type": "string",
"format": "default",
"description": "Country or Area name, in English"
},
{
"name": "Year(s)",
"name": "years",
"type": "string",
"format": "default",
"description": "Year of the population prospect"
},
{
"name": "Variant",
"name": "variant",
"type": "string",
"format": "default",
"description": "Method of the population prospect calculation"
},
{
"name": "Value",
"name": "value",
"type": "number",
"format": "default",
"description": "Population x 1000"
}
],
"primarykey" : "Country or Area Code",
"primarykey" : "country-or-area-code",
"missingValues": [
""
]
Expand Down

0 comments on commit 7e71846

Please sign in to comment.