Closed jimenofonseca closed 8 years ago
This diagram can be done with the output of the Total_LCA_emissions file
@martin-mosteiro maybe we could enable the selection of a list of scenarios from Arcgis? this is done in the heatmaps.py script. Could we then enable the script to receive a list with the location of different scenarios (it could be just one). List_scenarios = [locatorA, locatorB,...] and make the graph? btw, do you have an screenshot of the results until now? i am unable to run it in my pc.
Certainly. I do think choosing only two scenarios is quite restrictive and I think your proposal is a good way to expand the possibilities. Should I take care of that?
Von: JIMENOFONSECA [notifications@github.com] Gesendet: Montag, 23. Mai 2016 11:53 An: architecture-building-systems/CEAforArcGIS Cc: Mosteiro Romero Martin; Mention Betreff: Re: [architecture-building-systems/CEAforArcGIS] Create plots of the 2000 Watt society benchmark (#182)
@martin-mosteirohttps://github.com/martin-mosteiro maybe we could enable the selection of a list of scenarios from Arcgis? this is done with the heatmaps.py script. coudl we then enable the script to receive a list with the location of different scenatios (it could be also one). listscenarios = [locatorA, locatorB etc..) and make the graphs?
� You are receiving this because you were mentioned. Reply to this email directly or view it on GitHubhttps://github.com/architecture-building-systems/CEAforArcGIS/issues/182#issuecomment-220936788
yep :-). @daren-thomas could do the magic with the interface to let the user select from one to n scenarios.
This is basically what we are pointing out to have. If we can not achieve it with matplotlib, we might do the next:
Excel has the possibility that if the spaces are null it will remove the Datapoints and the legend automatically. The user must have ms excel installed (which almost any computer has nowadays). Not sure if we should worry about it.
Maybe we can look up nicer graphs in python?
I think making graphs like these with Python wouldn’t be a problem at all - we can then see if it looks okay or if it’s not aesthetically pleasing enough :)
One caveat, though: SIA 2040 provides 2000 W society target values for the following building types: Residential, Office, and Schools (i.e., no general values for all building types). What we did during the test run was to generate graphs for each of these building types, but that ignores any other building type.
I see these graphs have different “Target 2050” values than the ones on SIA 2040, though, so maybe I’m missing something?
On 24 May 2016, at 12:05, JIMENOFONSECA notifications@github.com<mailto:notifications@github.com> wrote:
[screen shot 2016-05-24 at 6 01 12 pm]https://cloud.githubusercontent.com/assets/8973186/15500150/0ccbbc32-21da-11e6-8c1b-b63e7b052c25.png
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHubhttps://github.com/architecture-building-systems/CEAforArcGIS/issues/182#issuecomment-221223949
So i talked to clayton and we see there are three options to improve the graphics and analytics of the CEA tool considerably:
Plotly is free as long as all content is open. It offers dynamic visualization (i believe a must in the CEA for the future). Seaborn is free and basically improves the visualization of matplotlib. The downside, it is static, flat. 3D is the rollsroyce of open source visualization for now. It is in Java script, but calling it from python might be an option. The good thing is that @daren-thomas worked with it for the DPV tool. @martin-mosteiro you might want to talk to him about its feasibility.
Other than this, clayton created a series of ipython notebooks describing a series of novel visualization methods of simulated data. we might want to implement some of this in the CEA tool.
http://www.datadrivenbuilding.org/EnergyPlus-Output-Processing
As promised, here are the benchmark graphs at the moment. Benchmark_plot_20160601_170203.pdf
@martin-mosteiro i believe this could be a good way to get you started.
The idea will be to create automated graphs comparing the CO2 emissions Vs. Primary energy per building and per scenario.
Matplotlib in python can help to do the work. Refer to graphs.py for an example of how to use the library