architecture-building-systems / CityEnergyAnalyst

The City Energy Analyst (CEA)
https://www.cityenergyanalyst.com/
MIT License
195 stars 65 forks source link

Export Rhino urban generator to CEA files #665

Closed jimenofonseca closed 6 years ago

jimenofonseca commented 7 years ago

based on #662 it was found that in order to connect the urban generator to CEA for now. The best is to create databases readable by CEA.

These are all the input files contained in CEA/examples/open-case-study.zip/baseline/inputs>

ShiZhongming commented 7 years ago

@daren-thomas Hi Daren I have been able to build up the script to export CEA files in PyCharm. However, as you told me that the ghPython works differently... How did you manage to call libraries in ghPython? Thanks.

ShiZhongming commented 7 years ago

@daren-thomas an update here. I am able to install some libraries and some scripts work now. I am figuring out how to install numpy for IronPython..

ShiZhongming commented 6 years ago

@daren-thomas Please find the xlsx files in the recent commit for the generation of CEA files. Let me know if you think somewhere needs to be changed. Thanks~

daren-thomas commented 6 years ago

@shizhongming what must i do to run the current (your) version?

daren-thomas commented 6 years ago

@shizhongming I've started looking at this and trying some stuff out. I think we already have most of the primitives needed: The CEA has a script cea excel-to-dbf that could be used. We'd need only a few small changes:

daren-thomas commented 6 years ago

we're closing this as this is basically the same as the epic (a sort of meta-issue)