Skip to content

Commit

Permalink
New data capture in new format.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevnz committed Nov 18, 2024
1 parent 70a470d commit 9be52d8
Show file tree
Hide file tree
Showing 5 changed files with 961 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ I pre-processed the race results for easy viewing and analysis.

If you can point me out to previous years race results, I can try to include them here.

### Getting the raw race results

For that you can use a different tool [athlinks-races](https://github.com/josevnz/athlinks-races). Here is an example on how it works:

```shell
python3 -m venv ~/virtualenv/athlinks-races
. ~/virtualenv/athlinks-races/bin/activate
athlinks_races_cli --athletes_rpt $PWD/athletes_results_1062909.json --metadata_rpt $PWD/metadata_1062909.json --format jsonlines --tui https://www.athlinks.com/event/382111/results/Event/1062909/Results
athlinks_races_cli --athletes_rpt $PWD/athletes_results_1093108.json --metadata_rpt $PWD/metadata_1093108.json --format jsonlines --tui --race_url https://www.athlinks.com/event/382111/results/Event/1093108/Results
```

This project has a copy of the data included as number of participants is not so big. This may change in future versions.

## If you just want to install it

See the previous section called 'Packaging', and then install it on your virtual environment:
Expand Down
Loading

0 comments on commit 9be52d8

Please sign in to comment.