-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (40 loc) · 2.69 KB
/
index.html
File metadata and controls
42 lines (40 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: default
color: blue
title: The open-source tactical glide computer
description: "XCSoar is a free, open-source tactical glide computer for glider and paraglider pilots — moving map, tasks, airspace, METAR, and FLARM."
tagline: true
menu: home
lightbox: true
carousel: true
---
<div class="row">
<section id="about" class="col-md-5 order-2 order-md-1">
<p>
XCSoar is a tactical glide computer for glider pilots.
</p>
<p>Notable features include:</p>
<ul>
<li><strong>Moving map</strong> with terrain, topography, and airspace from worldwide databases, including <a href="https://openaip.net/" target="_blank" rel="noopener noreferrer">OpenAIP</a></li>
<li><strong>Real-time calculations</strong> and navigation</li>
<li><strong>Thermal assistance</strong> for finding and centering thermals</li>
<li><strong><a href="https://flarm.com/" target="_blank" rel="noopener noreferrer">FLARM</a> integration</strong> for collision avoidance and traffic information</li>
<li><strong>Task planning</strong> for AAT, racing, and cross-country</li>
<li><strong>Contest scoring</strong> with automatic <a href="https://weglide.org" target="_blank" rel="noopener noreferrer">WeGlide</a> integration and <a href="https://skylines.aero" target="_blank" rel="noopener noreferrer">SkyLines</a> tracking</li>
<li><strong>Weather integration</strong> with <a href="https://www.aviationweather.gov/metar" target="_blank" rel="noopener noreferrer">METAR</a>, <a href="https://www.drjack.info/RASP/" target="_blank" rel="noopener noreferrer">RASP</a> forecasts, satellite imagery, and automatic thermals from <a href="https://thermalmap.info" target="_blank" rel="noopener noreferrer">TIM</a></li>
<li><strong>Airspace warnings</strong> with real-time alerts and filtering</li>
<li><strong><a href="/hardware/">Device integration</a></strong> supporting many manufacturers</li>
<li><strong>Flight analysis</strong> with barograms and performance metrics</li>
<li><strong>Multi-platform</strong> - Linux, Android, iOS, and Windows</li>
</ul>
<p>
For cross-country, competitions, or training, XCSoar provides the tools for informed decisions in flight.
</p>
<p>
XCSoar is built with privacy in mind and released as <a href="https://en.wikipedia.org/wiki/Free_software" target="_blank" rel="noopener noreferrer">software libre</a>, so you may run, study, share, and <a href="https://xcsoar.readthedocs.io/en/latest/" target="_blank" rel="noopener noreferrer">improve</a> it on your own terms.
</p>
</section>
<section id="screenshots" class="col-md-7 order-1 order-md-2">
{% include home-fastlane-carousel.html %}
</section>
</div>