/barocompare

Primary LanguageTypeScript

barocompare

Analyze and compare IGC tracks from two instruments used on the same flight

Overview

barocompare helps you compare altitude data from different sensors:

  • GPS1 vs GPS2 altitude
  • Baro1 vs Baro2 altitude

Live Website

barocompare.hyperknot.com

screenshot

Local Development

  1. Install dependencies:

    pnpm i
  2. Navigate to the frontend directory:

    cd fe
  3. Start the development server:

    pnpm dev
  4. Open the URL shown in your terminal to start developing.

License

MIT License