
GNFUV Unmanned Surface Vehicles Sensor Data Set 2
Donated on 9/12/2018
The data-set contains eight (2x4) data-sets of mobile sensor readings data (humidity, temperature) corresponding to a swarm of four Unmanned Surface Vehicles (USVs) in a test-bed, Athens, Greece.
Dataset Characteristics
Multivariate, Sequential, Time-Series
Subject Area
Computer Science
Associated Tasks
Regression
Feature Type
Real
# Instances
10190
# Features
-
Dataset Information
Additional Information
The data-set comprises 2 x (4) sets of mobile sensor readings data (humidity, temperature) from four (4) Raspberry Pi's corresponding to a swarm of four (4) Unmanned Surface Vehicles (USVs). Each USV set contains records of the format: {'Device'; 'humidity-value'; 'temperature-value'; 'experiment-id';'sensing-time','Pi'}. The swarm of the USVs is moving according to a GPS pre-defined trajectory. The USVs are floating over the sea surface in a coastal area of Athens (Greece). More information: https://archive.ics.uci.edu/ml/datasets/GNFUV+Unmanned+Surface+Vehicles+Sensor+Data
Has Missing Values?
Yes
Variables Table
Variable Name | Role | Type | Demographic | Description | Units | Missing Values |
---|---|---|---|---|---|---|
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no |
0 to 6 of 6
Additional Variable Information
Attributes: 'device' = USV ID (String) 'humidity' = sensed humidity value from the USV sensor (real value) 'temperature' = sensed temperature value from the USV sensor (real value) 'experiment' = 1 (constant real value) 'time' = the sensing and reporting time (real value) 'pi' = Raspberry Pi ID
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset gnfuv_unmanned_surface_vehicles_sensor_data_set_2 = fetch_ucirepo(id=466) # data (as pandas dataframes) X = gnfuv_unmanned_surface_vehicles_sensor_data_set_2.data.features y = gnfuv_unmanned_surface_vehicles_sensor_data_set_2.data.targets # metadata print(gnfuv_unmanned_surface_vehicles_sensor_data_set_2.metadata) # variable information print(gnfuv_unmanned_surface_vehicles_sensor_data_set_2.variables)
GNFUV Unmanned Surface Vehicles Sensor Data Set 2. (2018). UCI Machine Learning Repository. https://doi.org/10.24432/C5FW31.
@misc{misc_gnfuv_unmanned_surface_vehicles_sensor_data_set_2_466, title = {{GNFUV Unmanned Surface Vehicles Sensor Data Set 2}}, year = {2018}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C5FW31} }
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.