Gunsai Touge GNSS
The driving route taken while driving through Gunsai Touge, Japan.
@kaggle.yuyawakita_gunsai_touge_gnss_dataset
The driving route taken while driving through Gunsai Touge, Japan.
@kaggle.yuyawakita_gunsai_touge_gnss_dataset
This is the location data recorded with a GPS logger while driving for sport.
The location is Gunma Cycle Sports Center. It was popularized through its appearances in drifting and touge battle videos by Best Motoring and Hot Version.
In some areas where the sky is obstructed by trees, the location data has shifted.
The logging was made using the GPS Logger SBR measurement app on an iPhone 14 Pro.
CREATE TABLE gunsai_touge_gnss_1 (
"time" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE,
"altitude" DOUBLE
);CREATE TABLE gunsai_touge_gnss_2 (
"time" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE,
"altitude" DOUBLE
);CREATE TABLE gunsai_touge_gnss_3 (
"time" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE,
"altitude" DOUBLE
);CREATE TABLE gunsai_touge_gnss_4 (
"time" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE,
"altitude" DOUBLE
);CREATE TABLE gunsai_touge_gnss_5 (
"time" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE,
"altitude" DOUBLE
);Anyone who has the link will be able to view this.