ladybug-tools / ladybug-legacy

:beetle: Ladybug is an environmental plugin for Grasshopper.
http://ladybug.tools
Other
194 stars 82 forks source link

Issue with Internalized EPW Weather Data #371

Closed frank984 closed 7 years ago

frank984 commented 7 years ago

cattura unnamed.zip

chriswmackey commented 7 years ago

@frank984 ,

This happened because you internalized the weather data as a text string and all of the ladybug components need to have the dates of the data be python tuples. If you pass the data through a "Create LB Header" component to re-create the header, all of the data displays correctly: image

Here's the file showing how: https://www.dropbox.com/s/jpeilsdfczi1d9h/unnamed_CWM.gh?dl=0

The need for all of these components is unfortunately the result of us poorly structuring Ladybug when it was started four years ago. The new revision of Ladybug that is in the works will be able to convert the text to python tuples so you won't have to go through this workaround.

-Chris