Skip to content

Commit

Permalink
[automation][l] added '.datahub/dp.json' with meta information and re…
Browse files Browse the repository at this point in the history
…adme.
  • Loading branch information
AcckiyGerman committed Jan 24, 2018
1 parent 70b1b8a commit eb5c1e0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 17 deletions.
24 changes: 24 additions & 0 deletions .datahub/datapackage.json
@@ -0,0 +1,24 @@
{
"name": "gdp",
"title": "Country, Regional and World GDP (Gross Domestic Product)",
"description": "Country, regional and world GDP in current US Dollars ($). Regional means collections of countries e.g. Europe & Central Asia. Data is sourced from the World Bank and turned into a standard normalized CSV.",
"image": "http://assets.okfn.org/p/opendatahandbook/img/data-wrench.png",
"readme": "Country, regional and world GDP in current US Dollars ($). Regional means\ncollections of countries e.g. Europe & Central Asia.\n\n## Data\n\nThe data is sourced from the World Bank (specifically [this dataset][current]) which\nin turn lists as sources: *World Bank national accounts data, and OECD National\nAccounts data files*.\n\nNote that there are a variety of different GDP indicators on offer from the\nWorld Bank including:\n\n* [GDP in current USD][current]\n* [GDP in constant USD (2000)][constant]\n* [GDP, PPP (constant 2005 international $)][ppp]\n* [GDP (constant LCU)][lcu]\n\n[constant]: http://data.worldbank.org/indicator/NY.GDP.MKTP.KD\n[current]: http://data.worldbank.org/indicator/NY.GDP.MKTP.CD\n[ppp]: http://data.worldbank.org/indicator/NY.GDP.MKTP.PP.KD\n[lcu]: http://data.worldbank.org/indicator/NY.GDP.MKTP.KN\n\n\n## Automation\n\nDatahub updates this dataset every year automatically.\n\n## License\n\nThis Data Package is made available under the Public Domain Dedication and License v1.0 whose full text can be found at: http://www.opendatacommons.org/licenses/pddl/1.0/",
"keywords": [
"GDP",
"World",
"Gross Domestic Product",
"Time series"
],
"last_updated": "2018-01-19",
"license": "PDDL-1.0",
"sources": [
{
"name": "World Bank and OECD",
"web": "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD",
"title": "World Bank and OECD"
}
],

"version": "2017"
}
5 changes: 0 additions & 5 deletions .datahub/flow.yaml
Expand Up @@ -4,11 +4,6 @@ meta:
owner: AcciyGerman
ownerid: a08d3588fbae0355042537595c65819d

title: "Country, Regional and World GDP (Gross Domestic Product)"
description: "Country, regional and world GDP in current US Dollars ($). Regional means collections of countries e.g. Europe & Central Asia. Data is sourced from the World Bank and turned into a standard normalized CSV."
license: "PDDL-1.0"
readme: "Country, regional and world GDP in current US Dollars ($). Regional means\ncollections of countries e.g. Europe & Central Asia.\n\n## Data\n\nThe data is sourced from the World Bank (specifically [this dataset][current]) which\nin turn lists as sources: *World Bank national accounts data, and OECD National\nAccounts data files*.\n\nNote that there are a variety of different GDP indicators on offer from the\nWorld Bank including:\n\n* [GDP in current USD][current]\n* [GDP in constant USD (2000)][constant]\n* [GDP, PPP (constant 2005 international $)][ppp]\n* [GDP (constant LCU)][lcu]\n\n[constant]: http://data.worldbank.org/indicator/NY.GDP.MKTP.KD\n[current]: http://data.worldbank.org/indicator/NY.GDP.MKTP.CD\n[ppp]: http://data.worldbank.org/indicator/NY.GDP.MKTP.PP.KD\n[lcu]: http://data.worldbank.org/indicator/NY.GDP.MKTP.KN\n\n\n## Preparation\n\nProcess is recorded and automated in python script:\n\n```\nscripts/process.py\n```\n\n\n## License\n\nThis Data Package is made available under the Public Domain Dedication and License v1.0 whose full text can be found at: http://www.opendatacommons.org/licenses/pddl/1.0/"

inputs:
-
kind: datapackage
Expand Down
13 changes: 2 additions & 11 deletions .datahub/readme.md
Expand Up @@ -20,18 +20,9 @@ World Bank including:
[ppp]: http://data.worldbank.org/indicator/NY.GDP.MKTP.PP.KD
[lcu]: http://data.worldbank.org/indicator/NY.GDP.MKTP.KN


## Preparation

Process is recorded and automated in python script:

```
scripts/process.py
```

## Automation
This dataset is updating every year on the datahub.io:
https://datahub.io/core/gdp

Datahub updates this dataset every year automatically.

## License

Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -30,7 +30,8 @@ scripts/process.py
```

## Automation
This dataset is updated every year on the datahub.io:

Up-to-date (auto-updates every year) gdp dataset could be found on the datahub.io:
https://datahub.io/core/gdp

## License
Expand Down

0 comments on commit eb5c1e0

Please sign in to comment.