Leinadium / WCAYear

WCA Competitions visualization

Home Page:https://reddit.com/r/Cubers/comments/kiten3/oc_wca_competitions_in_2020/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

World Map of WCA Competitions

A Python script to visualize all the competitions announced at worldcubeassociation.org

Requeriments

matplotlib and cartopy, as well as requests, datetime and json.

How to use

  1. Download all requeriments. Edit INITIAL_DATE in main.py, and run it.

  2. Enter 'U' to update competitions from WCA's API, or left empty if it is already up to date. It will create all frames at frames/

  3. To generate a video, you can use ffmpeg: ffmpeg -framerate 15 -i frames\frame%4d.png -c:v h264 -r 30 -s 1920x1080 test.mp4

Credits

About

WCA Competitions visualization

https://reddit.com/r/Cubers/comments/kiten3/oc_wca_competitions_in_2020/


Languages

Language:Python 100.0%