A document which categorizes climate technologies under Sectors and Technology groups. For example measures intended to enhance CO2 mitigation technologies will fall under Fugitive Technology Control technology group under the Carbon Fixation and Abatement sector.
-
Data collection steps:
- Scope of document analysis was finalized in consultation with client. This included the country categories, and date range from which TNA and NDC documents were to be analyzed.
- Rubric to evaluate the documents against (taxonomy and fields to parse out).
- CTCN's technology taxonomy was used to categorize climate technologies by their category and sectors
- For each technology, the following fields were extracted from documents (see Rajiv's spreadsheet)
- Team gathered all documents and acquired necessary translations to English to begin the process of parsing out the desired information.
- Information which was vague and could not be categorized was also parsed out but categorized as undefined.
-
Collating it into a readable form?
- Completed information was converted into a single CSV file and used as input to visualization tool. The input file had following columns:
Parent Category, Category, INDC Sector, INDC technology, Unconditional Target, Technology Needs, More information on INDC technology, TNA / TAP technology prioritised, More information of on TNA / TAP, Technology Actions / project ideas, Country
- Completed information was converted into a single CSV file and used as input to visualization tool. The input file had following columns:
-
How python tools were used to create a visualization tool
- Tool utilized the following libraries: pandas, dash, dash_core_components, dash_cytoscape, dash_table, dash.dependencies
- load data and unique list of countries into python
- Create custom filters which would allow a user to select one of the countries from our analysis, or select LDC, SIDS or Africa to pull data for an entire category of countries.
- Then we filter out any undefined climate technologies from the raw data
- Unique list of countries and all defined climate technologies are then used to determine how the technologies will connect with each other.
- For each country, pull their climate technologies and look at techs in pairs in the order they appear in underlying data
- Create lists with ordered pairs for all technologies in their order of appearance. We also note the frequency of a pair and countries who mention these technologies.
- Create a DF to store this information
- Create lists of countries and technologies to be used as dropdown lists in the tool ==> App is ready for user input
- Layout: talk about sections created in the app. It has the following componets
- Dropdown to select countries included in analysis
- A section to show how climate technologies connect with one-another
- We use callback functions from Dash core components to bring interactivity to the application. Following user actions are allowed:
- Selecting values from the country dropdown updatesthe tech figure and tables
- Selecting a specific node highlights all nodes connected to that node
- Hovering over a node - shows the node information
- Clicking download links -> allows user to export that data as CSV
- Get countries by tech
- Define category, sectors in intro
- Where does the sector and technology group in CTCN taxonomy come from?