Rendering

Submodules

Render

class fleetrl.utils.rendering.render.ParkingLotRenderer[source]

Bases: object

static render(there, kw, soc)[source]

This function provides a basic graphical overview of the current charging situation. Currently done via Matplotlib but will be expanded to pygame soon.

Parameters:
  • there – Vector with booleans if spot is taken or not

  • kw – Vector with amount of kW in each spot

  • soc – Vector with SOC in each spot

Returns:

None - plots a graphical representation of the current charging situation