scls19fr / GPX.jl

A Julia GPX parser (ie reader) and creator (ie writer). GPX (GPS eXchange Format) is an XML based file format for GPS tracks.
MIT License
6 stars 6 forks source link

Add FileIO support #5

Open alhirzel opened 4 years ago

alhirzel commented 4 years ago

This partially addresses #4. In addition to these commits and a small addition to FileIO, the GPX.jl package will need to be added to the General registry - see https://github.com/JuliaRegistries/General

codecov-commenter commented 4 years ago

Codecov Report

Merging #5 into master will decrease coverage by 0.96%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   94.84%   93.87%   -0.97%     
==========================================
  Files           1        1              
  Lines          97       98       +1     
==========================================
  Hits           92       92              
- Misses          5        6       +1     
Impacted Files Coverage Δ
src/GPX.jl 93.87% <0.00%> (-0.97%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 41eed14...380bb61. Read the comment docs.

scls19fr commented 4 years ago

Could you add some tests to ensure FileIO integration works properly?

scls19fr commented 4 years ago

https://github.com/scls19fr/GPX.jl/blob/master/sample/write_gpx.jl shows how to write a GPX document.