Proj 3 - Student Defined Visualization Project

Professor George Legrady
yixuanli
Posts: 1
Joined: Thu Dec 30, 2021 12:38 pm

Re: Proj 3 - Student Defined Visualization Project

Post by yixuanli » Tue Mar 15, 2022 10:35 am

Yixuan Li's Demo Project
Visualization for field workers' data

Concept
This is a demo project of project 3 to show the whole process of developing a visualization for a dataset. In this project, I would like to create a visualization to show the data related to field workers’ physical situations in California. I was mainly curious about how the temperature and humidity data changed at different times and for different field workers. This visualization aims to show strategies for pre-processing the dataset, approaching data from various aspects, interacting with the visualization, and using colors and shapes to represent features.

Dataset
The data was collected from https://trackingcalifornia.org/arc/arc-in-action. The data records 49 filed workers’ physical temperature and humidity data hourly collected by sensors attached to them. I used Pandas in Python to preprocess the data.
iButton data 10_02_21.zip
(786.61 KiB) Downloaded 61 times

Visualization
The visualization shows patterns about how field workers’ physical data changed with respect to time. Users can explore the data through various scopes.
There are three axes in this visualization: the time axis (at what time the data was collected), the date axis (at what date the data was collected), and the index axis (the field workers’ index in alphabetical order). There are three visualization models: the data’s trend in each day with respect to the time, the data’s trend with respect to the date, and the overall data of each sample.
Screen Shot 2022-03-15 at 11.31.05 AM.png
Screen Shot 2022-03-15 at 11.31.23 AM.png
Screen Shot 2022-03-15 at 11.31.52 AM.png
Code
fieldWorkerV4.zip
(1.07 MiB) Downloaded 61 times
Reference
https://www.mat.ucsb.edu/~g.legrady/aca ... pan_3D.zip

Post Reply