Initial checkin
This commit is contained in:
138
test/vehicle_data.py
Normal file
138
test/vehicle_data.py
Normal file
@@ -0,0 +1,138 @@
|
||||
|
||||
vehicle_data = [
|
||||
{
|
||||
"id": 1,
|
||||
"license_plate": "NY0001",
|
||||
"battery_level": 90,
|
||||
"in_use": True,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.680245,
|
||||
"location_long": -73.996955,
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"license_plate": "NY0002",
|
||||
"battery_level": 9,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.684978,
|
||||
"location_long": -73.998965,
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"license_plate": "NY0003",
|
||||
"battery_level": 65,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.683574,
|
||||
"location_long": -73.990715,
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"license_plate": "NY0004",
|
||||
"battery_level": 34,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.67942,
|
||||
"location_long": -73.983841,
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"license_plate": "NY0005",
|
||||
"battery_level": 20,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.676695,
|
||||
"location_long": -73.988838,
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"license_plate": "NY0006",
|
||||
"battery_level": 15,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.675496,
|
||||
"location_long": -73.99468,
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"license_plate": "NY0007",
|
||||
"battery_level": 90,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.678274,
|
||||
"location_long": -73.991642,
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"license_plate": "NY0008",
|
||||
"battery_level": 9,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.678434,
|
||||
"location_long": -73.997158,
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"license_plate": "NY0009",
|
||||
"battery_level": 90,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.683456,
|
||||
"location_long": -73.002047,
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"license_plate": "NY0010",
|
||||
"battery_level": 22,
|
||||
"in_use": True,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.677941,
|
||||
"location_long": -73.982731,
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"license_plate": "NY0011",
|
||||
"battery_level": 76,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.673533,
|
||||
"location_long": -73.981992,
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"license_plate": "NY0012",
|
||||
"battery_level": 90,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.668346,
|
||||
"location_long": -73.976115,
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"license_plate": "NY0013",
|
||||
"battery_level": 2,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.669861,
|
||||
"location_long": -73.989846,
|
||||
},
|
||||
{
|
||||
"id": 14,
|
||||
"license_plate": "NY0014",
|
||||
"battery_level": 13,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.673568,
|
||||
"location_long": -73.000575,
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"license_plate": "NY0015",
|
||||
"battery_level": 17,
|
||||
"in_use": False,
|
||||
"model": "Niu",
|
||||
"location_lat": 40.676001,
|
||||
"location_long": -73.987382,
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user