Giter Club home page Giter Club logo

igc-analysis-tools's Introduction

IGCparser

Provides functions that enable an IGC file to be parsed, creating a data.frame containing time (s), pressure and GNSS altitude (m), latitude and longitude (DDD.DDDDD°) and climb rate (m/s). Also provides functions for the analysis of the flight recorded within the IGC file.

Getting started

To install the version under development;

if (!require("devtools")) {
  install.packages("devtools")
  library("devtools")
}

install_github("roh6608/IGCparser", build_vignettes = TRUE)

Also ensure dplyr, hms and ggplot2 are installed;

if(!require("dplyr")){
  install.packages("dplyr")
  library("dplyr")
}

if(!require("hms")){
  install.packages("hms")
  library("hms")
}

if(!require("ggplot2")){
  install.packages("ggplot2")
  library("ggplot2")
}

Using IGCparser

The functions contained within the IGCparser package are;

  • IGCparse(), which parses the IGC file into a simple format for analysis.
  • barogram(), which creates a ggplot2 object, displaying the barogram for the flight.
  • climb_plot(), which creates a ggplot2 object, displaying the climb rate for the flight.
  • time_in_lift(), which gives a numerical output of time in lift in decimal hours.

Licence

This library is licenced under the GNU Lesser General Public License v2.1, for more information read the LICENCE file.

igc-analysis-tools's People

Contributors

roh6608 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

norbertkuehne

igc-analysis-tools's Issues

Jumping of GPS coordinates

When parsing IGC files for flights longer than ~1hr, coordinates will jump a certain amount and then will continue offset then jump back.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.