Landing Assist is a site that helps beginner skydivers to land accurately. This project provides a simple and interactive way to plan a landing pattern, considering variables such as wind speed, wind direction, and canopy speed. The site is built using HTML, CSS, and JavaScript, and uses the Leaflet library for the map functionality.
- Select a drop zone from a dropdown list
- Input wind speed, wind direction, and canopy speed
- Choose between a left-hand or right-hand landing pattern
- Choose whether to calculate a crab angle or assume the parachutist faces - perpendicular to the wind during the crosswind section
- Optional advanced settings for downwind height, base height, and final height
- Displays landing pattern on a map with Bing Aerial imagery
- Calculates and displays the crab angle
This project uses the following GitHub Actions:
- Dependabot is fully enabled to automatically check for and update dependencies
- Super-Linter is enabled for pull requests and branch pushes to ensure code quality
- An action is triggered to deploy the project to GitHub Pages when changes are made to the main branch
This project is licensed under the GNU General Public License v3.0.
To use the site, visit https://landingassist.moverperfect.com
Contributions to this project are welcome. To contribute, please fork the repository and submit a pull request with your changes.
This project uses the following libraries:
- Bootstrap for styling
- GeographicLib for geodesic calculations
- Leaflet for the map functionality