GithubHelp home page GithubHelp logo

rcp2gems's Introduction

RCP2GEMS

Conversion script that converts the RaceCapture/Pro CSV file format to a format compatible with the GEMS Data Analysis Software http://www.gems.co.uk/

Requires:

  • Perl (tested with Perl 5.18.2)
  • Text::CSV Perl module

Usage:

rccsv2gems.pl INPUTFILENAME OUTPUTFILENAME --minsats=X --disable-gps-cleanup
    (optional)  --minsats=X where X is the minimum number of gps satellites required for valid data (sets lat/long to null if GpsSats value is less than min) Default is 4.
    (optional)  --disable-gps-cleanup disables the cleanup per the GpsSats value. Useful when you don't care or don't have the GpsSats column logged.

Installing Dependencies

This script requires a Perl add-on module for processing CSV files, the native file format for RaceCapture/Pro. To install this module, issue the command:

> cpan Text::CSV

First time example

##Initial Conversion Here's an example using demo log file. Assuming requirements are met, issue the following command:

> perl rccsv2gems.pl RCP_Demo.LOG  RCP_Demo_dlog.csv

##Intermediate conversion Now, open dlog99, select file->import, follow the instructions to select the RCP_Demo_dlog.csv you created in the previous step, and save it as a .stf file

##Opening in GEMS Finally, load GEMS and load the .stf file you created in the the last step

rcp2gems's People

Contributors

brentpicasso avatar brentpicasso-ddi avatar jwd83 avatar

Stargazers

 avatar wschell42 avatar Leandro Carvalho avatar Weifan Ou avatar  avatar Ian Kwok avatar Marcin Pohl avatar Aaron avatar  avatar  avatar Aaron Turner avatar Nam avatar Remy DeCausemaker avatar

Watchers

 avatar  avatar  avatar Nam avatar  avatar  avatar

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.