Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 818 Bytes

File metadata and controls

16 lines (11 loc) · 818 Bytes

Topo_from_csv

Rationale

For the climbing gym I volunteer at (4+), we have the list of all routes on Oblyk that we can export as a CSV (technically a TSV), but that we would like to format as we want. We open the CSV as an XLS, format it, and remove unwanted columns.

Input

The input file is a TSV export of the routes of your climbing gym, generated by Oblyk.

Output

Generates a formatted XLS file containing the routes of the climbing gym.

Disclaimer

This is my side project so it might evolve very quickly or very slowly, feel free to contribute to allow more customization or functionalities, or simply to add issues.

Acknowledgements

Many thanks to the Oblyk community and contributors.