SDG-data / SDGs

Data for the Sustainable Development Goals.
MIT License
18 stars 12 forks source link

Add Indicators.json #2

Closed brunosan closed 9 years ago

brunosan commented 9 years ago

Sources mostly Suggested SDG Indicators arranged by OWG Goals and Suggested SDG Indicators arranged by OWG Targets. From SDN

Possible scheme:

{ "indicators":[
  {
    "id" :  "1.1",
    "goal" : "1",
    "MDG" : "1",
    "title" : "Proportion of population below $1.25 (PPP) per day (MDG
Indicator)",
   "other goals" : "8",
   "data": {
       "institution" : "World Bank",
       "url" : "http://data.worldbank.org/indicator/SI.POV.DDAY" 
  },
...
]
}
brunosan commented 9 years ago

Another source https://sustainabledevelopment.un.org/content/documents/1579SDGs%20Proposal.pdf

brunosan commented 9 years ago

Another one https://sustainabledevelopment.un.org/content/documents/6754Technical%20report%20of%20the%20UNSC%20Bureau%20(final).pdf with "ratings"

brunosan commented 9 years ago

Not sure about how to add ratings as in https://github.com/SDG-data/SDGs/issues/2#issuecomment-97289229.

Probably best to add a property for each indicator on quality, number of data points, ...