Baselight

World Solar Challenge 2019 Solar Car Positions

Solar car positions during the Bridgestone World Solar Challenge 2019

@kaggle.leo45890_bwsc_2019_car_positions

Bwsc2019 Car Positions
@kaggle.leo45890_bwsc_2019_car_positions.bwsc2019_car_positions

  • 1.16 MB
  • 48731 rows
  • 14 columns
dist_adelaide

Dist Adelaide

name

Name

gps_age

Gps Age

trailered

Trailered

id

Id

position

Position

gps_when

Gps When

lng

Lng

class_id

Class Id

car_name

Car Name

number

Number

country

Country

lat

Lat

dist_darwin

Dist Darwin

2614.932SolarCar-Team Hochschule Bochum21 hrs 59 mins 33 secs245Sat Oct 12 2019 09:42:28 GMT+0000 (Coordinated Universal Time)130.907556thyssenkrupp SunRiser11de-12.449957.279
2614.982CalSol7 hrs 6 mins 32 secs279Sun Oct 13 2019 00:35:29 GMT+0000 (Coordinated Universal Time)130.907536Tachyon66us-12.449487.287
2614.983MDH Solar Team7 hrs 43 mins 13 secs306Sat Oct 12 2019 23:58:48 GMT+0000 (Coordinated Universal Time)130.907275Viking22se-12.449557.258
2615.023University of Michigan Solar Car Team8 hrs 56 mins 54 secs263Sat Oct 12 2019 22:45:07 GMT+0000 (Coordinated Universal Time)130.906695Electrum2us-12.449337.201
2615.056Sunswift17 hrs 59 mins 52 secs298Sat Oct 12 2019 13:42:09 GMT+0000 (Coordinated Universal Time)130.906396Violet75au-12.449117.175
2615.06Flinders Automotive Solar Team33 mins 13 secs258Sun Oct 13 2019 07:08:48 GMT+0000 (Coordinated Universal Time)130.845026Investigator Mk 314au-12.466290.521
2615.063KUST(Kookmin Univ. Solarcar Team)16 mins 59 secs303Sun Oct 13 2019 07:25:02 GMT+0000 (Coordinated Universal Time)130.845065Man-Se82kr-12.466250.521
2615.064University of Minnesota Solar Vehicle Project17 hrs 59 mins 59 secs299Sat Oct 12 2019 13:42:02 GMT+0000 (Coordinated Universal Time)130.907076Eos II35us-12.448847.253
2615.067Siam Technology Motor Sport (STC3)1 hrs 20 mins 31 secs351Sun Oct 13 2019 06:21:30 GMT+0000 (Coordinated Universal Time)130.845066STC349th-12.466220.519
2615.072Top Dutch Solar Racing52 mins 11 secs308Sun Oct 13 2019 06:49:50 GMT+0000 (Coordinated Universal Time)130.843635Green Lightning6nl-12.466570.462

CREATE TABLE bwsc2019_car_positions (
  "dist_adelaide" DOUBLE,
  "name" VARCHAR,
  "gps_age" VARCHAR,
  "trailered" BIGINT,
  "id" BIGINT,
  "position" DOUBLE,
  "gps_when" TIMESTAMP,
  "lng" DOUBLE,
  "class_id" BIGINT,
  "car_name" VARCHAR,
  "number" BIGINT,
  "country" VARCHAR,
  "lat" DOUBLE,
  "dist_darwin" DOUBLE
);

Share link

Anyone who has the link will be able to view this.