Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/interface/slides/data_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
position: 105
sidebar_item_key: data_export
output_element_key: sankey_energy_overview
- key: data_export_emissions
position: 107
sidebar_item_key: data_export
output_element_key: co2_emissions
- key: data_export_molecule_flows
position: 110
sidebar_item_key: data_export
Expand Down
22 changes: 22 additions & 0 deletions config/locales/interface/slides/en_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,28 @@ en:
<span class="filetype">1MB CSV</span></a>
</li>
</ul>
data_export_emissions:
title: Yearly direct greenhouse gas emissions
short_description:
description: |
Download detailed data about the direct greenhouse gas emissions of a scenario for the
present and future year. Read more about how direct emissions are calculated in the
documentation.<br/><br/>
<b>Note:</b> for regional (Dutch) datasets, this data export does not yet include the
results for <a href="/scenario/emissions/other_emissions/overview">other greenhouse gas
emissions</a>. Read more about this in the documentation.
<ul class="data-download">
<li>
<a href="/passthru/%{scenario_id}/direct_emissions_present.csv" target="_blank">
<span class="name">Direct emissions (present)</span>
<span class="filetype">CSV</span></a>
</li>
<li>
<a href="/passthru/%{scenario_id}/direct_emissions_future.csv" target="_blank">
<span class="name">Direct emissions (future)</span>
<span class="filetype">CSV</span></a>
</li>
</ul>
data_export_heat_network:
title: Hourly curves for heat networks
short_description:
Expand Down
22 changes: 22 additions & 0 deletions config/locales/interface/slides/nl_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,28 @@ nl:
</a>
</li>
</ul>
data_export_emissions:
title: Jaarlijkse directe broeikasgasemissies
short_description:
description: |
Download gedetailleerde data over de directe broeikasgasemissies van een scenario voor het
heden en het toekomstjaar. Lees meer over hoe directe emissies worden berekend in de
documentatie.<br/><br/>
<b>Let op:</b> voor regionale (Nederlandse) datasets bevat deze data-export nog niet de
resultaten voor <a href="/scenario/emissions/other_emissions/overview">overige
broeikasgasemissies</a>. Lees meer hierover in de documentatie.
<ul class="data-download">
<li>
<a href="/passthru/%{scenario_id}/direct_emissions_present.csv" target="_blank">
<span class="name">Directe emissies (heden)</span>
<span class="filetype">CSV</span></a>
</li>
<li>
<a href="/passthru/%{scenario_id}/direct_emissions_future.csv" target="_blank">
<span class="name">Directe emissies (toekomst)</span>
<span class="filetype">CSV</span></a>
</li>
</ul>
data_export_heat_network:
title: Uurlijkse profielen voor warmtenetten
short_description:
Expand Down