AlbertKovtoun / Aero-Viz

https://aero-viz.vercel.app
0 stars 0 forks source link

Aero Viz :airplane: :earth_asia:

Idea

We get commercial flight data from an API and modify the JSON files to only contain the information we need with Python. In the Three.js section we create a sphere that will be our earth with a stylized texture on it. A 24 h time lapse will be created to visualize all the data. These are the steps to kick the project off the ground:

Data to gather from API call

Setup

Download Node.js and run the following commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

Made by Albert Kovtoun and Lars Moons