Blog

Article Tags

Running Statistics HTML Output

By William Jeffrey Rankin, Mon Jan 13 2025

My Rexx-based running statistics generator now features an HTML output mode. It's invoked in the following manner:

regina rs.rex data.csv 24 jun html 1 June 2024 Running Statistics > html/sample-month.html

Sample Month Report

The example above outputs statistics for June 2024. html refers to the output mode (the other option is txt). 1 specifies the scale which effects the length of the distance profile bars (useful for year-long reports such as shown below).

regina rs.rex data.csv 24 - html .66 2024 Running Statistics > html/sample-year.html

Sample Year Report

Download

The latest package contains sample reports for month and year as well as styles (light and dark versions).

wo-data.zip, 18K

Related Articles