xue35 / TCX.jl

TCX parses TCX/XML sports file.
MIT License
1 stars 2 forks source link

Support scan and parse TCX files in specified folder #8

Closed xue35 closed 5 years ago

xue35 commented 5 years ago

From time to time, there are needs to parse several TCX files in a specified folder. Therefore support multiple files parsing would be a great feature.

Sample code

julia> using TCX;
julia> err, tcx = parse_tcx_folder(<abs_folder_path> or <relative_folder_path>);
julia> df = get_DataFrame(tcx)
xue35 commented 5 years ago

https://github.com/xue35/TCX.jl/commit/e4e0ac27afc68225ef470b9bcc808c99942147b5