First time here? Check out the Help page!

Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
0

How to get future weather with E+ Python API

asked 1 year ago

LeSUTHU's avatar

With E+ Python API, I want to retrieve variables like outdoor temperature, mean radiant temperature, relative humidity, for +1, +2 ... timesteps from my current timestep to be viewable at my current timestep.

How can I achieve this?

Thanks

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 1 year ago

Read the documentation on datatransfer.DataExchange. Here's an extract:

As a side note, you're using python, so you could also just parse the EPW yourself, retrieve the current simulation time, and do the lookups yourself. That'd allow you to lookup further than 1 day in the future if needed.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 1 year ago

Seen: 178 times

Last updated: Jun 19 '23