Skip to content

Commit

Permalink
add link to projects csv to data page
Browse files Browse the repository at this point in the history
Also details of the fields and links to the SSN guidance
  • Loading branch information
struan committed Mar 30, 2022
1 parent fe197f7 commit 00bd8cb
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion caps/templates/about_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ <h2 class="mt-5 mb-4" id="csv">CSV files</h2>
<li><a href="{{ MEDIA_URL }}data/declarations.csv">Council climate emergency declarations</a>.</li>
</ul>

<p>All the above CSV files include the council GSS code, and a three letter council code you can use with the API, to enable matching data across files, and with other sources.</p>

<p>While most of the details in the plans CSV are hopefully fairly straightforward there are a few which require further explanations:</p>

<ul>
Expand All @@ -64,7 +66,28 @@ <h2 class="mt-5 mb-4" id="csv">CSV files</h2>
<li><b>scope</b> - Council only means the plan only deals with the council's operations. Whole area means the plan covers non council activities within council boundaries as well.</li>
</ul>

<p>All CSV files include the council GSS code, and a three letter council code you can use with the API, to enable matching data across files, and with other sources.</p>
<p>There is also a <a href="{{ MEDIA_URL }}data/projects_data.csv">CSV of the emissions reduction projects data</a> with the following data:</p>

<ul>
<li><b>council_name</b></li>
<li><b>authority_code</b> - Three letter council code as above</li>
<li><b>start_year</b> - reporting start year</li>
<li><b>end_year</b> - reporting end year</li>
<li><b>data_type</b> - this is always 'projects'</li>
<li><b>emission_savings</b> - emissions saved in tCO2e</li>
<li><b>project_name</b> - name of the project</li>
<li><b>lifetime</b> - length of the project in years</li>
<li><b>cost</b> - capital cost of the project</li>
<li><b>funding_source</b> - where the funding for the project came from</li>
<li><b>emission_source</b> - where the emissions savings come from</li>
<li><b>annual_savings</b> - annual cost savings</li>
<li><b>measurement</b> - if the emissions savings are measured or estimated</li>
<li><b>savings_start</b> - year the savings start</li>
<li><b>comments</b></li>
</ul>

<p>Full explanations of the data can be found in the <a href="https://sustainablescotlandnetwork.org/uploads/store/mediaupload/1592/file/CC%20Reporting%20Master%20Guidance%202021%2005.10.2021.pdf">guidance on the Sustainable Scotland Network</a> site.</p>


<h2 class="mt-5 mb-4" id="licensing">Licensing</h2>

Expand Down

0 comments on commit 00bd8cb

Please sign in to comment.