Skip to content

Commit

Permalink
chore: update the demo mode according to data
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Nov 27, 2023
1 parent 0682e93 commit 3a5b5fb
Show file tree
Hide file tree
Showing 28 changed files with 105 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/public/eodash-data/stories/RECCAP/RECCAP2_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Fawcett, Dominic, Sitch, Stephen, Ciais, Philippe, Wigneron, Jean Pierre, Silva-

Units: MgC/ha

The data shown is served from the [CCI RECCAP2 xcube Viewer](https://reccap2.viewer.dev.brockmann-consult.de/)
The data shown is served from the [CCI RECCAP2 xcube server](https://reccap2.viewer.dev.brockmann-consult.de/)

Further links:

Expand Down
2 changes: 1 addition & 1 deletion app/public/eodash-data/stories/RECCAP/RECCAP2_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Fawcett, Dominic, Sitch, Stephen, Ciais, Philippe, Wigneron, Jean Pierre, Silva-

Units: MgC/ha/year

The data shown is served from the [CCI RECCAP2 xcube Viewer](https://reccap2.viewer.dev.brockmann-consult.de/)
The data shown is served from the [CCI RECCAP2 xcube server](https://reccap2.viewer.dev.brockmann-consult.de/)

Further links:

Expand Down
2 changes: 1 addition & 1 deletion app/public/eodash-data/stories/RECCAP/RECCAP2_6.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MapBiomas. (2021). Project MapBiomas—Collection 2 of Brazilian land cover and

Units: MgC/ha/year

The data shown is served from the [CCI RECCAP2 xcube Viewer](https://reccap2.viewer.dev.brockmann-consult.de/)
The data shown is served from the [CCI RECCAP2 xcube server](https://reccap2.viewer.dev.brockmann-consult.de/)

Further links:

Expand Down
2 changes: 1 addition & 1 deletion app/public/eodash-data/stories/RECCAP/RECCAP2_7.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Fawcett, Dominic, Sitch, Stephen, Ciais, Philippe, Wigneron, Jean Pierre, Silva-

Units: MgC/ha/year

The data shown is served from the [CCI RECCAP2 xcube Viewer](https://reccap2.viewer.dev.brockmann-consult.de/)
The data shown is served from the [CCI RECCAP2 xcube server](https://reccap2.viewer.dev.brockmann-consult.de/)

Further links:

Expand Down
2 changes: 1 addition & 1 deletion app/public/eodash-data/stories/RECCAP/RECCAP2_8.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Fawcett, Dominic, Sitch, Stephen, Ciais, Philippe, Wigneron, Jean Pierre, Silva-

Units: MgC/ha/year

The data shown is served from the [CCI RECCAP2 xcube Viewer](https://reccap2.viewer.dev.brockmann-consult.de/)
The data shown is served from the [CCI RECCAP2 xcube server](https://reccap2.viewer.dev.brockmann-consult.de/)

Further links:

Expand Down
2 changes: 1 addition & 1 deletion app/public/eodash-data/stories/RECCAP/RECCAP2_9.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Fawcett, Dominic, Sitch, Stephen, Ciais, Philippe, Wigneron, Jean Pierre, Silva-

Units: MgC/ha/year

The data shown is served from the [CCI RECCAP2 xcube Viewer](https://reccap2.viewer.dev.brockmann-consult.de/)
The data shown is served from the [CCI RECCAP2 xcube server](https://reccap2.viewer.dev.brockmann-consult.de/)

Further links:

Expand Down
87 changes: 81 additions & 6 deletions app/src/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,23 +218,98 @@ module.exports = [
poi: 'World-RECCAP2_9',
},
{
poi: 'DEU-GGI_CH4',
title: 'Greenhouse gas reconciliation CH4 Germany (CCI RECCAP2)',
poi: 'CHN-GGI_CH4',
title: 'China - Greenhouse gas reconciliation CH4 (CCI RECCAP2)',
},
{
poi: 'DEU-GGI_N2O',
title: 'Greenhouse gas reconciliation N2O Germany (CCI RECCAP2)',
poi: 'CHN-GGI_N2O',
title: 'China - Greenhouse gas reconciliation N2O (CCI RECCAP2)',
},
{
poi: 'DEU-GGI_CO2',
title: 'Greenhouse gas reconciliation CO2 Germany (CCI RECCAP2)',
poi: 'CHN-GGI_CO2',
title: 'China - Greenhouse gas reconciliation CO2 (CCI RECCAP2)',
},
{
poi: 'USA-GGI_CH4',
title: 'USA - Greenhouse gas reconciliation CH4 (CCI RECCAP2)',
},
{
poi: 'USA-GGI_N2O',
title: 'USA - Greenhouse gas reconciliation N2O (CCI RECCAP2)',
},
{
poi: 'USA-GGI_CO2',
title: 'USA - Greenhouse gas reconciliation CO2 (CCI RECCAP2)',
},
{
poi: 'EUC-GGI_CH4',
title: 'EU (Convention) - Greenhouse gas reconciliation CH4 (CCI RECCAP2)',
},
{
poi: 'EUC-GGI_N2O',
title: 'EU (Convention) - Greenhouse gas reconciliation N2O (CCI RECCAP2)',
},
{
poi: 'EUC-GGI_CO2',
title: 'EU (Convention) - Greenhouse gas reconciliation CO2 (CCI RECCAP2)',
},
{
poi: 'IND-GGI_CH4',
title: 'India - Greenhouse gas reconciliation CH4 (CCI RECCAP2)',
},
{
poi: 'IND-GGI_N2O',
title: 'India - Greenhouse gas reconciliation N2O (CCI RECCAP2)',
},
{
poi: 'IND-GGI_CO2',
title: 'India - Greenhouse gas reconciliation CO2 (CCI RECCAP2)',
},
{
poi: 'BRA-GGI_CH4',
title: 'Brasil - Greenhouse gas reconciliation CH4 (CCI RECCAP2)',
},
{
poi: 'BRA-GGI_N2O',
title: 'Brasil - Greenhouse gas reconciliation N2O (CCI RECCAP2)',
},
{
poi: 'BRA-GGI_CO2',
title: 'Brasil - Greenhouse gas reconciliation CO2 (CCI RECCAP2)',
},
{
poi: 'RUS-GGI_CH4',
title: 'Russia - Greenhouse gas reconciliation CH4 (CCI RECCAP2)',
},
{
poi: 'RUS-GGI_N2O',
title: 'Russia - Greenhouse gas reconciliation N2O (CCI RECCAP2)',
},
{
poi: 'RUS-GGI_CO2',
title: 'Russia - Greenhouse gas reconciliation CO2 (CCI RECCAP2)',
},
{
poi: 'KAZ-GGI_CH4',
title: 'Kazakhstan - Greenhouse gas reconciliation CH4 (CCI RECCAP2)',
},
{
poi: 'KAZ-GGI_N2O',
title: 'Kazakhstan - Greenhouse gas reconciliation N2O (CCI RECCAP2)',
},
{
poi: 'KAZ-GGI_CO2',
title: 'Kazakhstan - Greenhouse gas reconciliation CO2 (CCI RECCAP2)',
},
{
poi: 'World-ESDC_gross_primary_productivity',
},
{
poi: 'World-ESDC_net_ecosystem_exchange',
},
{
poi: 'World-ESDC_kndvi',
},
],
},
newsCarouselitems: [
Expand Down

0 comments on commit 3a5b5fb

Please sign in to comment.