Data processing and plotting for 'Personal Flash' artworks. https://www.nicolaellisandritherdon.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Craig Oates f1b85e8cf8 update docs/daily-comparisons.org file. 1 year ago
..
README.org update docs/README.org file. 1 year ago
dailies-overlayed.org update dailies-ovelayed.org file. 1 year ago
dailies-side-by-side.org update /docs/dailies-side-by-side.org file. 1 year ago
daily-breakdowns.org update docs/daily-breakdowns.org file. 1 year ago
daily-comparisons.org update docs/daily-comparisons.org file. 1 year ago
daily-totals.org create and populate docs/daily-totals.org file. 1 year ago
lmX-hourly-totals.org update docs/lmX-hourly-totals.org file. 1 year ago
sql-statements.org add /docs directory and initial versions of (doc) files in it. 1 year ago

README.org

Documentation for Ritherdon Charts

The files in this directory are named based on the scripts in the project's root directory. So, daily-totals.org provides the documentation for the daily-totals.py script.

Doc's File Documentation For
dailies-overlayed.org dailies-overlayed.py
dailies-side-by-side.org dailies-side-by-side.py
daily-breakdowns.org daily-breakdowns.py
daily-comparisons.org daily-comparisons.py
daily-totals.org daily-totals.py
lmX-hourly-totals.org lm1-hourly-totals.py & lm2-hourly-totals.py
sql-statements.org sql-statements.sql

I have not included any documentation for separator.sh and totalilator.sh because the project's README goes over what they do. I should point out, if you have not yet ran ./separator.sh, at the very least, the documentation in this directory is of little use to you.

Python Script Relies on Bash Script
dailies-overlayed.py separator.sh
dailies-side-by-side.py separator.sh
daily-breakdowns.py separator.sh
daily-comparisons.py separator.sh
daily-totals.py separator.sh & totalilator.sh
lm1-hourly-totals.py & lm2-hourly-totals.py separator.sh & totalilator.sh
sql-statements.sql N/A

I should stress, the aim of this project is to plot some charts from the data recorded by the Personal Flash in Real-Time artworks. There is no intension for this project to run for an extended period of time. So, keep that in mind, when you see code which is sloppy and messy. This is a data exploration project and not a software development one.