SDGs_ja

Source

Please see the main README file for information on source of the goals, targets, and indicators.

Script

The [build.py] script was built under Python 2.7.10. It reads in the lists of goals, targets, and indicators, and combines them into various structured JSON files.

Output

SDG-flat.json

Goals, targets, and indicators are all listed at the same level. Each has a slug (string) of the form goal_1, target_1_1, or indicator_1_1_1; and pointers to its parent (as a string) and children (as a list of strings).

SDG-hierchical.json

The object contains a list of goals, each of which contains a list of targets, each of which contains a list of indicators.