flight-visualiser
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.1%) to scientific vocabulary
Keywords
Repository
Basic Info
- Host: GitHub
- Owner: gayatro
- License: apache-2.0
- Language: HTML
- Default Branch: main
- Homepage: https://gayatro.github.io/Flight-Visualiser/
- Size: 21.7 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Flight Visualiser
https://gayatro.github.io/Flight-Visualiser/

Instructions
Overview
The Flight Visualiser is a web-based tool that visualises animal flight data in a 3D environment using CesiumJS and a 2D map using Leaflet. The tool allows you to visualise a flight path based on data from a CSV file containing geographical coordinates (Longitude, Latitude, Altitude).
Prerequisites
Before using the Flight Visualiser, you need to have the following:
- A valid Cesium Ion Access Token. You can create a free account and generate a token if you don’t have one.
- A CSV file containing the flight data. The CSV file must contain the following columns: Longitude, Latitude, Altitude, and Bearing (case sensitive).
Setting Up the Data
- Ensure your CSV file is properly formatted with the required columns:
Longitude,Latitude,Altitude, andBearing. - Run the
data-processor.ipynbscript in this repository, which calculates the required parameters and formats your data for this simulator.
How to Use
Open the Application: Launch the Flight Visualiser website in your web browser: https://gayatro.github.io/Flight-Visualiser/
Input Cesium Ion Access Token:
- Enter your Cesium Ion Access Token in the provided input box.
Initialise the Map:
- Click the
Initialise Mapbutton. This will load the CesiumJS viewer and the Leaflet map.
- Click the
Upload Your CSV File:
- Click the
Choose Filebutton in the top left corner and upload your CSV file from your local device. The program will process the file and prepare the data for visualisation. If there is a large file, the browser will display a message. Press "Okay" each time to allow the website to complete processing this data. The processing progress can be tracked by the progress bar.
- Click the
Start the Visualisation:
- After uploading the CSV file, once the leaflet map on the bottom right corner loads in, click the
Playbutton next to theFlight Progressslider to start the flight visualisation. - Use the slider labeled
Flight Progressto manually control the flight progress. - Adjust the viewing direction with the
Viewing Directionslider (to more closely observe a larger fovea) and change the camera pitch using thePitchslider.
- After uploading the CSV file, once the leaflet map on the bottom right corner loads in, click the
Pause or Resume the Visualisation:
- You can pause the flight at any time by clicking the
Pausebutton. Click it again to resume. - When you move the
Flight Progressslider, the fly through will automatically pause. Continue the fly through by pressing thePlaybutton once again.
- You can pause the flight at any time by clicking the
Additional Controls
- Altitude Display: The current altitude of the flight is shown at the top-right corner of the screen.
- Map View: The 2D map on the bottom-right corner shows the flight path and the current position. Use the
Flight Progressslider to move your position on the map.
Important Notes
- The visualisation will automatically loop back to the start once it reaches the end of the flight path.
- Ensure your CSV data is correctly formatted. The program will alert you if the required columns are missing or if no valid data is found.
- Please do NOT use extremely large file sizes. This website is currently unable to handle excessive file sizes, especially under the CesiumJS free accounts.
Troubleshooting
If the visualisation does not start: - Verify that your Cesium Ion Access Token is valid and entered correctly. - Ensure that your CSV file contains valid numerical data for all required columns. - Check the console in your browser's developer tools for any error messages. - Try pressing the play button! The data may load in without making it too apparent. You can also spot this by seeing that the leaflet map in the bottom right corner has loaded in.
Known Limitations
- The terrain data is not completely accurate in some regions, causing rare instances where the camera appears to go 'below ground', however this should quickly resolve itself during the flythrough. This also happens if the bird goes into shrubbery or trees, it appears to "enter the map".
Enjoy the Simulation!
Explore and analyse your flight data in a dynamic 3D environment combined with a 2D map view.
If you have any suggestions on how to improve this, please do not hesitate to reach out!
Owner
- Login: gayatro
- Kind: user
- Repositories: 1
- Profile: https://github.com/gayatro
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below!"
authors:
- family-names: "Kumar"
given-names: "Gayatri"
orcid: "https://orcid.org/0009-0008-6649-7407"
title: "Flight-Visualiser"
version: "1.0.0"
doi: "10.5281/zenodo.13359386" #will update
date-released: "2024-08-22"
url: "https://gayatro.github.io/Flight-Visualiser/"
repository-code: "https://gayatro.github.io/Flight-Visualiser/"
license: "Apache-2.0"