Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Please upload reports for the commit cd6a3da to get more accurate results.
Additional details and impacted files@@ Coverage Diff @@
## main #906 +/- ##
========================================
- Coverage 95.6% 22.1% -73.6%
========================================
Files 48 48
Lines 4394 4390 -4
========================================
- Hits 4204 971 -3233
- Misses 190 3419 +3229 |
|
Thanks! Let's work together on this branch to address the TODOs from the description. Some thoughts before jumping in:
|
|
See also this Slack thread in which @Tyler-lc has shared scripts to create interactive Sankey diagrams using the Plotly and Holoviz packages. This adds up to 3 different methods/diagrams that could potentially be integrated here, in addition to the one already merged/released. |
Following on the 2024-12-12 MESSAGE meeting and #580, this PR aims to add a tool that can visualise a MESSAGEix model structure as a graph.
The initial commit adds the standalone tool developed by @macflo8, which can serve as a basis for a tool that is fully integrated in the
message_ixcode base. The standalone tool offers two visualisation options:graphvizpackage that is similar to the VBA tool mentioned in Support autogeneration of RES data/diagram #580 (comment)pyvispackage that is more suited to visualise a subset of the modelHow to review
message_ix.message_ixusers will actually use it.PR checklist