rufuspollock / climate-negotiations

Information on the UNFCC climate negotiations using the Earth Negotiations Bulletin from the IISD
https://rufuspollock.github.io/climate-negotiations/
3 stars 0 forks source link

Database of Events #14

Closed rufuspollock closed 8 years ago

rufuspollock commented 8 years ago

Create a database of events as CSV document in /data/events.csv

Imagine this can come directly from: https://github.com/medialab/climateDebateExplorer/blob/master/ENB-data/metadata_overview/events_metadata.json

Fields:

id:       # id - do not mind this being meaningful e.g. durban-2012 or something rather 001 but up to you
title:    # e.g. Durban Climate Change Conference - COP17/CMP7 
country:
city:     # e.g. Durban  - question do we need country and city separate - we could combine into place ??
date:
year:   # 2012

Note:

pauloborges commented 8 years ago

Pushed a commit with the database, check this file.

The current id schema is as following: city-yearX, where X is a character ranging from a if there're repeated ids without it.

The csv file is sorted by year and id.

rufuspollock commented 8 years ago

FIXED.