Description
This version added two new draft for new application to RUINS.
Climate explorer
The climate explorer is now available as `./ruins/apps/climate.py`. It implements most of the functionality of the original application. Some issues remain and will be solved in the future. The climate explorer is still lacking translation and reginal models are now yet well supported.
The climate explorer also got a new graph as the main graph, which was implemented using `plotly`. For better visual inspection, the single years of a RCP are are visualized in a parallel coordinates plot, with each Month as a coordinate dimension.
This makes inspection way easier.
Uncertainty explorer
The uncertainty explorer was drafted in `./ruins/apps/uncertainty.py`. It also uses the story mode, to guide the user through an explanation of Knightian uncertainty in a simplified example. This example is implemented but greatly lacks context. That will be added in a future release.
That will be the basis for implementing a neat transition to uncertainty in the climate data.
What's Changed
* Layout for playground concept graph by mmaelicke in https://github.com/hydrocode-de/RUINSapp/pull/67
* Climate explorer - bug fixes and story mode draft by mmaelicke in https://github.com/hydrocode-de/RUINSapp/pull/64
* Replace Climate Warming Scatterplot with parallel coordinates plots by mmaelicke in https://github.com/hydrocode-de/RUINSapp/pull/65
**Full Changelog**: https://github.com/hydrocode-de/RUINSapp/compare/v0.8.0...v0.9.0