Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Hunter committed Apr 5, 2024
1 parent fb7d389 commit b812eb4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
12 changes: 8 additions & 4 deletions _sources/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@ Even if we are going to analyze hundreds of millions of sources of GHG gases on
The technical sections that also explain the how the code is running will be clearly marked with a `Technical` label. You can skip them if you are just interested in the results.

After reading this handbook, you should be able to do the following:
- access and manipulate the Climate Trace dataset with Python and Jupyter
- access and manipulate the Climate TRACE dataset with Python and Jupyter
- derive basic insights about emissions from this dataset: which countries emit the most, the least, which sorts of gas, etc.
- where our knowledge is the most uncertain
- where independent measurements of the same sources gives inconsistent values
- understand which sectors and countries present the most uncertainty
- compare and combine multiple measurements of the same emission sector into a more precise estimate, using Bayesian techniques

```{warning}
This handbook is still a draft. Numbers are still being checked with experts.
```

```{warning}
This work not affiliated with the Climate TRACE consortium. The Climate TRACE consortium does not sponsor or endorse any content in this handbook.
Any analysis, error, conclusion contained in these pages should not be attributed to the Climate TRACE project but to the author.
```


```{tableofcontents}
```
11 changes: 8 additions & 3 deletions intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,15 +392,20 @@ <h1>Saving the planet with data: deriving insights from the Climate Trace projec
The technical sections that also explain the how the code is running will be clearly marked with a <code class="docutils literal notranslate"><span class="pre">Technical</span></code> label. You can skip them if you are just interested in the results.</p>
<p>After reading this handbook, you should be able to do the following:</p>
<ul class="simple">
<li><p>access and manipulate the Climate Trace dataset with Python and Jupyter</p></li>
<li><p>access and manipulate the Climate TRACE dataset with Python and Jupyter</p></li>
<li><p>derive basic insights about emissions from this dataset: which countries emit the most, the least, which sorts of gas, etc.</p></li>
<li><p>where our knowledge is the most uncertain</p></li>
<li><p>where independent measurements of the same sources gives inconsistent values</p></li>
<li><p>understand which sectors and countries present the most uncertainty</p></li>
<li><p>compare and combine multiple measurements of the same emission sector into a more precise estimate, using Bayesian techniques</p></li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This handbook is still a draft. Numbers are still being checked with experts.</p>
</div>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This work not affiliated with the Climate TRACE consortium. The Climate TRACE consortium does not sponsor or endorse any content in this handbook.
Any analysis, error, conclusion contained in these pages should not be attributed to the Climate TRACE project but to the author.</p>
</div>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="initial_analysis.html">Data exploration of the Climate TRACE dataset</a></li>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit b812eb4

Please sign in to comment.