Skip to content

Results Display

The analysis type Results Display allows to compute statistics from results previously calculated with GPS Replay It takes several results files, you can set "results_file" to "all" and it will take all the yaml files in the folder "results_directory".

Then it will be shown :

  • A pie graph where it is shown the part of each energy along each track.
  • A pie graph of the mean of all results.
  • A graph with the detail of each energy along the path.
  • Another detail graph of each energy compared to each other
  • A normalised consumption for 100km
  • A graph with all the data calculated. All the energy, all the power, engine torque, engine rotational speed and engine and battery efficiency.
  • The graph of the speed, altitude and 2D trajectory.
  • Power statistics with different centils
  • Energy statistics with different centils

The Results Display input file must have following format.

You can download the template file and save it to your workspace. The content of this file is shown hereafter.

##########################
# SECTION 1: Analysis Type
analysis_type : Display

################################
# SECTION 2: Input Parameters
# directory where are stored the results files 
results_directory: workspace
# Input the results file name and path relative to the results directory folders. Dont forget ".yaml at the end of the file name"
results_file :
  - GPS_replay_results.yaml

# or 
# results_file: all

# type of graph you want 
Display type: all # pie, energy bar, energy power, mean, , energy, trajectory, efficiency map, all

###########################
# SECTION 3: Output Request
# Select output units. Available choices are:
# Energy: J = Joule, kWh = kilo Watt hour
# Power: W = Watt, kW = kilo Watt, HP = Horsepower
# Distance: m = meter, km = kilometer, mi = mile, s = second
units :
  Energy: J
  Power: W
  Distance: km
# Would like to save results in a output file? If yes: save:true, If not: save:False
save: False
# Input the output folder where to save the result files
savedire: results
# Input the first part of the output file name. 
# The result fig name will have following name: "savename"_"trajet"_"[GPS track name]".png
savename: fig
# Output details:
# 1 = normal (default)
# 2 = debug
out_level: 2

############################
# SECTION 4: Analysis inputs
# Input the GPS file name and path relative to the workspace folder
# gps_file : workspace/route/Trajet/trajet_1.gpx