forked from open-numbers/ddf--gapminder--systema_globalis
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update recipes and scripts to include gini dataset
- Loading branch information
Showing
6 changed files
with
683 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# recipe for dataset | ||
info: | ||
id: gw-gini | ||
base: # the datasets for ingredients | ||
- &d1 ddf--gapminder--gini | ||
|
||
config: | ||
# the path to search recipe files to include | ||
recipes_dir: ./ | ||
# the path to search dictionary files | ||
dictionary_dir: ./translation_dictionaries | ||
# the path to search ddf datasets | ||
ddf_dir: /Users/semio/src/work/Gapminder | ||
|
||
|
||
# define your ingredients and procedures below | ||
ingredients: | ||
# Ingredients have 5 parameters: id, dataset, key, value, filter | ||
# in wich: | ||
# id: the name of ingredient, will be used in cooking procedures | ||
# dataset: which dataset is this ingredient from | ||
# key: the key to filter in ddf--index | ||
# value: the value to filter in ddf--index | ||
# filter: (optional) more keyword filters | ||
# | ||
# below some example of ingredients: | ||
# | ||
- id: gini-datapoints | ||
dataset: *d1 | ||
key: "geo,time" | ||
value: | ||
- gapminder_gini | ||
- id: gini-concepts | ||
dataset: *d1 | ||
key: concept | ||
value: "*" | ||
filter: | ||
concept: | ||
- gapminder_gini | ||
# | ||
# - id: gw-concepts-aqua | ||
# dataset: *d2 | ||
# key: concept | ||
# value: "*" | ||
# filter: | ||
# concept: &CONC_FILTER | ||
# - agricultural_water_withdrawal_percent_of_total | ||
# - desalinated_water_produced_billion_cu_meters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@@,concept,name,...,color,scales,drill_up,... | ||
...,...,...,...,...,...,...,... | ||
,child_mortality_0_5_year_olds_dying_per_1000_born,"Child mortality rate",...,,"[""log"", ""linear""]",,... | ||
->,gapminder_gini,"Gapminder gini",...,,"NULL->[""linear""]",,... | ||
,life_expectancy_years,"Life expectancy",...,,"[""linear"", ""log""]",,... | ||
...,...,...,...,...,...,...,... |
Oops, something went wrong.