Skip to content

giovannimalausa/skyTrail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skyTrail

skyTrail is an experimental visualization tool that explores how flight data can be represented through generative design.
The application takes as input a dataset containing aircraft information (such as timestamp, altitude, speed, and position) and transforms it into interactive visualizations, including rosette-style timelines, speed charts, and minimaps.

Required Data

To work properly, skyTrail requires structured flight data (in CSV format) with at least:

  • Timestamp (when each data point was recorded, in Unix Epoch Time)
  • Location (lat,lon)
  • Speed (knots)
  • Altitude (feet)
  • Heading (deg)

Live website

Try SkyTrail here: https://giovannimalausa.github.io/skyTrail/.

Sample Data

The Sample CSVs folder contains:

Context

This project was developed for the Shapes and Algorithms course at Politecnico di Milano, and serves as a study on how algorithms can turn numerical datasets into meaningful, visual narratives.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors