IoT Based Smart Parking System Dataset.
A smart parking lot usage data collected on ThingSpeak IoT cloud platform.
@kaggle.suwesh_iot_based_smart_parking_system_dataset
A smart parking lot usage data collected on ThingSpeak IoT cloud platform.
@kaggle.suwesh_iot_based_smart_parking_system_dataset
About 2 years of IoT-based smart parking lot usage data collected on ThingSpeak from a system of IR sensor and ESP32 board, which has the slot availability information with respect to timestamps.
created_at = entry timestamp, field1 = parking slot ID, field2 = availability
CREATE TABLE spsirdata (
"created_at" VARCHAR,
"entry_id" BIGINT,
"field1" VARCHAR,
"field2" BIGINT,
"field3" VARCHAR
);Anyone who has the link will be able to view this.