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

Map the annual illuminance results to the timestep for each they correspond to #23

Open
sariths opened this issue Jul 31, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sariths
Copy link
Collaborator

sariths commented Jul 31, 2023

Right now, for an annual simulation the result are returned as an array. There needs to be a way through which it is possible to map a specific row of the results to a timestep (point in time)
For example, for the code snippet below....


# Instantiate a Two Phase Run
workflow2=methods.TwoPhaseMethod(config=config)

# Set up the matrices for the two phase run
workflow2.generate_matrices()

# Run the simulation and return a numpy array.
rsults = workflow2.calculate_sensor_from_wea('Perimeter_bot_ZN_1_Perimeter_bot_ZN_1_Floor')

...the results are returned as a dataframe below:
image

Currently, it is not possible to know which row/column of the above dataframe corresponds to which timestep.

@taoning taoning self-assigned this Jul 31, 2023
@taoning taoning added the enhancement New feature or request label Jul 31, 2023
@taoning taoning assigned TammieYu and unassigned taoning Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants