impactlab / eemeter

‼️ MOVED TO https://github.com/openeemeter/eemeter - Core computation engine for the Open Energy Efficiency Meter
https://eemeter.readthedocs.io/
MIT License
25 stars 13 forks source link

Plotting and visualization #40

Closed philngo closed 8 years ago

philngo commented 9 years ago

Where should this fit in? It would be nice to be able to visualize projects and model parameters.

bryangoodrich commented 9 years ago

I'm thinking eemeter.visualize could be a module containing all the visualization options and seems natural. But I agree, built-in visualizations would go a long way for data discovery and model evaluation, and providing your own framework for using the eemeter objects will make it easier for analysts to use them or build reports off of them in a consistent way.

philngo commented 9 years ago

Great suggestion. I'm sure we'll be able to factor out some visualization methods into a module like eemeter.visualize. We'll have to think carefully about how to design the interface to handle model-specific visualizations (e.g. various temperature sensitivity models).

philngo commented 8 years ago

This is the purpose of the oeem-client, so we'll close this issue. Let's reawaken if there's need to have better graphing utilities at the eemeter level.