Skip to content

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

@sariths

Description

@sariths

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions