OpenEnergyDashboard / OED

Open Energy Dashboard (OED)
Mozilla Public License 2.0
75 stars 263 forks source link

graphical display of units/conversions #1224

Open huss opened 5 months ago

huss commented 5 months ago

Is your feature request related to a problem? Please describe.

OED uses a graph to determine the allowed conversions between units. This can add conversions not directly entered by the admin. Given the complexity of the system, it would be nice to allow admins to see a graphic of the units (vertices) and conversions (edges) graph. This information is in Cik. If it was able to group related units, etc. that would be great.

Describe the solution you'd like

The details are open but maybe the ngraph package used has a related graphing ability.

Describe alternatives you've considered

None

Additional context

None

huss commented 5 months ago

This branch (https://github.com/nathang15/OED/tree/visual-units) has code to graph dummy units/conversions with D3 (used by Plotly too). It would need to be updated and have the actual OED data used but hopefully is a good start.

nlin21 commented 2 months ago

I would like to work on this issue.