Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fahrstilanalyse

Code Block
languageactionscript3
titleJSON Beispielxml
{
	"drivers": [
		{
			"name": "Max Muster",  // Fahrername
			"employee_number": "123456",  // MA-Nummer
			"driver_keys": ["DF00012345678000"],
			"rating_profiles": ["Mein Profil"],
			"driving_time": 26902,
			"distance": 241,
			"operation_start": "12.05.2024 23:24",
			"operation_end": "13.05.2024 09:46",
			"count_evaluated_trips": 26,
			"vehicles": ["FTL-YF 100"],
			"fms_info": [{"vehicle":"FTL-YF 100","avg_used_fuel":26.1,"distance":241}],
			"grades": 
			{
				"main_grade": 9.4,
				"main_critical_grade": 9.4,
				"main_economic_grade": 9.6,
				"main_difficulty_grade": 8.8,
				"sub_critical_grades": 
				{
					"overspeed": 10,
					"brake": 9,
					"speedup": 10,
					"curves": 9.2,
					"foresight_driving": null
				}
				,"sub_economic_grades": 
				{
					"idle": 10,
					"avg_speed": 6.3,
					"wearfree_brake": false,
					"cruisecontrol": 10
				}
				,"sub_difficulty_grades": 
				{
					"altitude": 1.5,
					"street_type": 6.9,
					"count_stopps": 10
				}
			},
			"critical_events": [
				{
					"start_time": "2024-05-13 00:18:32",
					"vehicle": "NMS-E 834",
					"start_pos": "Privatfahrt",
					"type": "CURVE",
					"treshold_1": 0.18,
					"treshold_2": null,
					"value_1": 0.22,
					"value_2": 171
				}
				,{
					"start_time": "2024-05-13 08:20:08",
					"vehicle": "NMS-E 834",
					"start_pos": "Privatfahrt",
					"type": "BRAKE",
					"treshold_1": 1.5,
					"treshold_2": null,
					"value_1": 1.54,
					"value_2": null
				}
				,{
					"start_time": "2024-05-13 08:33:12",
					"vehicle": "NMS-E 834",
					"start_pos": "Privatfahrt",
					"type": "CURVE",
					"treshold_1": 0.18,
					"treshold_2": null,
					"value_1": 0.19,
					"value_2": 46
				}
				,{
					"start_time": "2024-05-13 08:38:44",
					"vehicle": "NMS-E 834",
					"start_pos": "Privatfahrt",
					"type": "CURVE",
					"treshold_1": 0.18,
					"treshold_2": null,
					"value_1": 0.22,
					"value_2": 57
				}
				,{
					"start_time": "2024-05-13 08:48:32",
					"vehicle": "NMS-E 834",
					"start_pos": "Privatfahrt",
					"type": "BRAKE",
					"treshold_1": 1.5,
					"treshold_2": null,
					"value_1": 1.54,
					"value_2": null
				}
			]
		}
		,{
			"name": "Maxi Musterfrau",
			"employee_number": "54321",
			"driver_keys": ["DF000987654321002"],
			"rating_profiles": ["Mein Profil"],
			"driving_time": 47180,
			"distance": 412,
			"operation_start": "08.05.2024 11:58",
            ...

...