
GNFUV Unmanned Surface Vehicles Sensor Data
Donated on 5/5/2018
The data-set contains four (4) sets of mobile sensor readings data (humidity, temperature) corresponding to a swarm of four (4) Unmanned Surface Vehicles (USVs) in a test-bed in Athens (Greece).
Dataset Characteristics
Multivariate, Time-Series
Subject Area
Computer Science
Associated Tasks
Regression
Feature Type
Real
# Instances
1672
# Features
-
Dataset Information
Additional Information
The data-set comprises (4) sets of mobile sensor readings data (humidity, temperature) corresponding to a swarm of four (4) Unmanned Surface Vehicles (USVs). Each USV set contains records of the format: {'USV-ID'; 'humidity-value'; 'temperature-value'; 'experiment-id';'sensing-time'} The swarm of the USVs is moving according to a GPS pre-defined trajectory, whose relative way-points are specified in the README.pdf file. The USVs are floating over the sea surface in a coastal area of Athens (Greece). More information on the project: https://sites.google.com/view/gnfuv/outcome
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Demographic | Description | Units | Missing Values |
---|---|---|---|---|---|---|
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no |
0 to 5 of 5
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)
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset gnfuv_unmanned_surface_vehicles_sensor_data = fetch_ucirepo(id=452) # data (as pandas dataframes) X = gnfuv_unmanned_surface_vehicles_sensor_data.data.features y = gnfuv_unmanned_surface_vehicles_sensor_data.data.targets # metadata print(gnfuv_unmanned_surface_vehicles_sensor_data.metadata) # variable information print(gnfuv_unmanned_surface_vehicles_sensor_data.variables)
Anagnostopoulos,Christos. (2018). GNFUV Unmanned Surface Vehicles Sensor Data. UCI Machine Learning Repository. https://doi.org/10.24432/C54K68.
@misc{misc_gnfuv_unmanned_surface_vehicles_sensor_data_452, author = {Anagnostopoulos,Christos}, title = {{GNFUV Unmanned Surface Vehicles Sensor Data}}, year = {2018}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C54K68} }
Creators
Christos Anagnostopoulos
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.