-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This project analyses various datasets to produce estimates of the carbon emissions from the buildings sector. You may be interested to update some of the datasets or methods, or maybe just want to compare results. Results are conveniently published on Climate Trace's platform, if you only want to do the latter.
The repository and this wiki are organised based on the activity that causes emissions, for example heating.
See the main readme file in the repository for getting the project up and running. This project uses a containerised environment as well as a virtual environment for python packages -- the main readme file also outlines the impacts of this set-up on the workflow.
Building emissions:
-
update/x- update architecture, code refactoring, etc. -
feature/x- implements a feature -
fix/x- fixes something -
document/x- updates documentation, README, etc. -
test/x- adds a test case
Building emissions wiki:
- Only
masterbranch is rendered on github wiki
Tip: For rendering the wiki files locally, try the python package
grip.
To keep things clean, attribute names use two parts: <adjective>_<noun>.
-
adjectivedescribes the item, like an adjective. -
nountells what kind thing it is, like a noun. -
adjectiveandnounare separated by an underscore_
Tips
- Use the
<adjective>_<noun>convention when adding new attributes to this project.- Try to keep attribute names under 20 characters (see examples for how to maintain descriptivity with this constraint)
- Append new attribute names and description to the appropriate list (heating analysis schema found here) in alphabetical order (add units in the description!).
-
iso3_codeis a code (noun) that is of type iso3 (adjective). -
country_nameis a name (noun) that is of type country (adjective) -
pop_densityis a density (noun) that is of type population shortened to pop (adjective) -
ohfa_factoris a factor (aka coefficient) that is of type ohfa (which is an acronym for 'on-site heated floor area')