erikjs14 / igc-analysis

A web application to display IGC files and analyze them to show geometric shapes and give useful information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsIGC

This repository is built upon the IGCWebView Repository, which is a free browser-based tool for viewing GPS tracks and barograph traces from gliding loggers using the IGC data format.

IGC Analytics Goal

This repository aims to do a complete, dynamic analysis and documentation of an IGC file, including the detection of geometric shapes in the IGC graph.

The web app currently recognizes the following geometric shapes:

  • 90° curve (experimental)
  • 180° curve (experimental)
  • circle (experimental)

This application is currently under development and will include more geometric shapes (eight, FAI triangle) and key figures in the future.

Note: this app requires a web-server to upload IGC files and fetch a default file. You can configure this server in 'src/config.js'.

Known Problems:

  • When the application is running in the background, the cpu usage goes very low
    • This is intended by most browsers
    • Not much can be done about it, except for informing the user about this

About

A web application to display IGC files and analyze them to show geometric shapes and give useful information.

License:MIT License


Languages

Language:JavaScript 80.5%Language:HTML 13.0%Language:CSS 6.5%