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 2023-06-18 10:50:51 -0500

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-19 02:21:57 -0500

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.

edit flag offensive delete link more

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: 2023-06-18 10:50:51 -0500

Seen: 142 times

Last updated: Jun 19 '23