Skip to content

Latest commit

 

History

History
85 lines (65 loc) · 5.99 KB

README.md

File metadata and controls

85 lines (65 loc) · 5.99 KB

what-links-to-what

What?

This is an effort to map the interlinkages between various industrial & product classification systems along with other databases of interest (facility pollution, LCA, etc.).

Visualized Links

This is a rough map of all the classification and data sets that we are aware of:

In the CodeLinkR folder we are working on software that can read the classifications and their concordances. The matrices below shows the current status of these efforts. The metadata used is stored in classifications.yaml and concordances.yaml.

Which classification codes have been linked:

What this shows us is that if you have one dataset using Combined Nomenclature (CN), it's possible to link it to another dataset using NACE by the following set of translations: CN -> SITC -> HS -> ISIC -> NACE.

Which specific versions of the classification codes have been linked:

Data Sources

Classifications

Industrial

Product

Patents

How?

The data is represented using the graphviz dot format in the file WhatLinksToWhat.dot.m4. We additionally use m4 to help replace variable names with colors representing the different types of classifications.

The image shown on this page is rendered with graphviz using:

bash ./WhatLinksToWhat.sh

This script also generates the WhatLinksToWhat.dot file, and you can use this to then render to other formats like svg.