gps2htmlReport-0.2.1: GPS to HTML Summary Report

Data.GPS.Gps2HtmlReport.JourneyCharts

Description

This module uses the JourneyStats module to generate the statistics about the journey WayPoints, then uses the Cairo bindings to generate the charts

Synopsis

Documentation

data OutputType Source

Constructors

Window 
PNG 
PS 
PDF 
SVG 

speedAndElevationOverTimeChart :: [WptType] -> OutputType -> Renderable ()Source

Generates the Cairo chart showing speed and elevation over time

accumDistanceAndElevationChart :: [WptType] -> OutputType -> Renderable ()Source

Generates the Cairo chart showing accumulative distance and elevation over time, with spots showing maximum and minimum elevation points