-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPW blank file creation error incorrect dates. #513
Comments
For further information, I've tested the file generated in Grasshopper with a number sequence in ladybug and the "rendering" the values from the generated epw, do retain the correct date order in analysis within ladybug. |
Sorry it took me a while to respond, @sawjam . This looks like it is, indeed, a bug and probably one that's pretty easy to fix. I'll try to push a fix now. |
Thanks for reporting, @sawjam . I just pushed a fix and it should be available throughout the core libraries in an hour or so. |
Thank you appreciate the work, and loving pollination :-) |
I believe this a bug and not the same as #490 enhancement by chriswmackey.
I've been trying to create an epw file from scratch, but climate consultant 6 has been telling me the file is invalid.
If you do just:
from ladybug.epw import EPW
new_epw = EPW.from_missing_values()
You get an epw file with incorrectly ordered dates, and when you insert data it's incorrect.
See screengrab of a file, this occurs on everyday end.
The text was updated successfully, but these errors were encountered: