tiafm

package module
v0.0.0-...-22fbbb5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2016 License: MIT Imports: 3 Imported by: 0

README

tiafm

🏁 import and processing of TrackIntel AFM race database

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Day

type Day struct {
	Date     string
	Sessions []Session
}

func (*Day) Clean

func (d *Day) Clean()

type Event

type Event struct {
	Code       string
	Name       string
	Start_date string
	End_date   string
	Track      string
}

tree.json

func (*Event) Clean

func (e *Event) Clean()

type Race_Races

type Race_Races struct {
	Days []Day
}

func (*Race_Races) Clean

func (rr *Race_Races) Clean()

type Race_Result

type Race_Result struct {
	Raid    string
	Ra_type string
	Results []Result
}

func (*Race_Result) Clean

func (rr *Race_Result) Clean()

type Result

type Result struct {
	BestLap            string
	BestLapOnLap       int
	ChampionshipPoints string
	Gap                string
	LeaderGap          string
	Points             string
	Position           string
	RacerID            string
	RacerName          string
	Raid               string
	Rrid               string
	SanctionID         string
	SanctionStatus     string
	Sponsors           string
	Tiid               string
	TotalLaps          interface{}
	TotalTime          string
	VehicleID          string
	VehicleName        string
}

results-2900000000000071.json

func (*Result) Clean

func (r *Result) Clean()

type Results_Tree

type Results_Tree struct {
	Seasons []Season
}

func (*Results_Tree) Clean

func (rt *Results_Tree) Clean()

type Season

type Season struct {
	Id     string
	Year   int
	Events []Event
}

func (*Season) Clean

func (s *Season) Clean()

type Session

type Session struct {
	Start       string
	Combo_title string
	Races       []Session_Race
}

func (*Session) Clean

func (s *Session) Clean()

type Session_Race

type Session_Race struct {
	Actual_start     string
	Actual_finish    string
	ClassID          string
	ClassName        string
	Name             string
	Raid             string
	ResultStatus     int
	Run_length       string
	Run_length_str   string
	Sanction_id      string
	Sched_length     string
	Sched_length_str string
	Scheduled_start  string
	Scheduled_finish string
	Shortcode        string
	Status           int
	Type             string
	Wave             int
}

races-20150530.json

func (*Session_Race) Clean

func (sr *Session_Race) Clean()

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL