architecture-building-systems / CityEnergyAnalyst

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

CEA Component in Grasshopper: adding the column "Name" to the excel-to-shapefile function #1032

Closed ShiZhongming closed 6 years ago

ShiZhongming commented 6 years ago

The shapefiles generated by the CEA Component only have "floors_ag", "floors_bg", "height_ag" and "height_bg". They are lacking the "Name" columns. Please add the column "Name" to the excel-to-shapefile function.

daren-thomas commented 6 years ago

@shizhongming check out commit 4a99b6e2345801633b6944e223e282bfcb3c00e0 for a solution to this.

daren-thomas commented 6 years ago

(that's as easy as just synchronizing the ubg branch)

ShiZhongming commented 6 years ago

@daren-thomas works perfectly now! thanks~