episimmer.location

class Location(info_dict)[source]

Class for a location.

Parameters

info_dict (Dict[str, str]) – Information of each location taken from the locations file .

new_time_step()[source]

Resets the lockdown state and events of the location at the start of each time step

Return type

None

add_event(event_info)[source]

Storing an event that take place in the location

Parameters

event_info (Dict[str, Union[float, str, List[str]]]) –

Return type

None