Skip to content
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

Plotting meter data #524

Closed
divyanshusood opened this issue Aug 17, 2022 · 2 comments
Closed

Plotting meter data #524

divyanshusood opened this issue Aug 17, 2022 · 2 comments
Labels

Comments

@divyanshusood
Copy link

Brief description of the problem



@divyanshusood
Copy link
Author

Is there any way I can plot meter data? I need to plot, for instance, Electricity:Facility J available in meter data v/s time. I can access tabular data but not the meter data to plot. Could you please guide me?
Thanks

@hongyuanjia
Copy link
Owner

Hi, that should be straightforward. Below is a small code snippet to extract meter data for your reference:

job <- idf$run(weather = PATH_WEATHER)
job$report_data(name = "Electricity:Facility")

You can also check the online vignette Run simulation and data exploration and our online book (still WIP) for detailed examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants