Tianhao (Terry) Fu

Results 136 comments of Tianhao (Terry) Fu

I haven't tested the file part. I replaced it with `print()`. But I believe `write` overwrites the file. There should be an appending function.

Btw please fork the repository to be ready to merge your contributions.

I'm gonna finish this feature (including auto corner speed marking) for the website this week.

@qmascarenhas Now you can directly import the previously recorded data onto the website and move your mouse close to the corners to check the data at that point. ![image](https://github.com/ProjectNeura/LEADS/assets/52603299/b517ef74-c71c-4a8c-9a1e-cda816f4e063) ![image](https://github.com/ProjectNeura/LEADS/assets/52603299/3bc139d6-d945-4359-b739-f4108958ed18)

@HaydenHour Sorry for the wrong instructions previously. I had some misunderstanding about CSV files. I'll provide a new handout later.

## Result @HaydenHour Take a look if you want. [2023.csv](https://github.com/ProjectNeura/LEADS/files/15315473/2023.csv) ```python from gpxpy import parse from leads.data_persistence import CSVCollection def gpx_to_custom_csv(gpx_file_path: str, output_csv_file_path: str) -> None: with open(gpx_file_path, 'r') as...

## Result An enhanced version with inferred speeds. [2023.csv](https://github.com/ProjectNeura/LEADS/files/15316992/2023.csv) ```python from gpxpy import parse from leads.data_persistence import CSVCollection, DEFAULT_HEADER from leads.data import dlat2meters, dlon2meters def gpx_to_custom_csv(gpx_file_path: str, output_csv_file_path: str) ->...

Sure. I'll label this issue and do that sheet this weekend.

I have filled out the components purchased by now.

Ummm I don't think I have all the receipts. I have credit card transaction records though.