Skip to content

ubco-db/sampledata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sensor Experiment Sample Data

This repository contains data used for sensor index performance testing. Files are provided in text and binary form. The records in binary form are stored in 512 byte pages. The file convertdata.c converts text to binary form.

Environmental Data

This environmental data set consists of temperature, humidity, and wind speed readings from various temperature stations in Washington. The two stations used were located at the University of Washington (that sampled every minute) and at Sea-Tac airport (that sampled every hour). The timestamp was converted into a 4-byte integer representing a UNIX timestamp in seconds. The record size consisted of 16 bytes total including a 4-byte timestamp, 4-byte temperature, 4-byte pressure, and 4-byte wind speed.

The full data set is available at https://www-k12.atmos.washington.edu/k12/grayskies/. It has been used in previous publications including MicroHash and SBITS.

UWA Files:

Sea-Tac Files:

WESAD Data

The WESAD (wearable stress and affect detection) health data set contains sensor measurements including electrocardiogram (ECG), electrodermal activity, electromyogram, respiration, body temperature, and three-axis acceleration for multiple patients. 500,000 samples from patient S7 were used for testing.

The full data set is available at https://uni-siegen.sciebo.de/s/HGdUkoNlW1Ub0Gx (further information).

Files:

About

Sample data for environmental systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages