Skip to content

A free browser-based tool for viewing IGC format tracks and barograph traces from gliding loggers.

License

Notifications You must be signed in to change notification settings

alistairmgreen/IGCWebView

 
 

Repository files navigation

IGC Web View

Glider pilots record their flights with electronic loggers which save GPS and barograph traces in International Gliding Commission (IGC) format. Recently, open source smartphone apps such as XCSoar have become available which are able to record an IGC flight log at a fraction of the cost of a dedicated logger, although these are not approved for use in competitions or badge claims.

Unfortunately the most popular software for viewing IGC files on a PC is commercial and rather expensive. Although some free programs exist, they are not always easy to set up and use. Furthermore, some IGC viewers require a lot of screen space and can be difficult to work with on laptops.

IGC Web View is an IGC viewer written in JavaScript and HTML 5, which is able to run in any modern Web browser. It draws the glider's flight path onto an interactive map, using OpenStreetMap data, and also plots a graph of altitude against time. The responsive layout adjusts itself to fit any screen size, from a large widescreen monitor to a small laptop or even a smartphone.

All processing takes place in client-side script, so there is no need to upload the IGC file (or anything else) to the server.

Browser Support

The browser must support the JavaScript FileReader API, which is used to open files from the local hard drive. This API is available in most modern browsers, but not in Internet Explorer 9 or earlier versions.

IGC Web View has been tested in the following browsers:

  • Firefox (Windows and Android versions)
  • Internet Explorer 11
  • Chrome (Windows / Android / Linux)

About

A free browser-based tool for viewing IGC format tracks and barograph traces from gliding loggers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.6%
  • HTML 18.8%
  • CSS 13.4%
  • PHP 3.2%