georust / gpx

Rust read/write support for GPS Exchange Format (GPX)
https://crates.io/crates/gpx
MIT License
102 stars 46 forks source link

Allow continuing on unimportant errors #69

Closed fschutt closed 1 year ago

fschutt commented 2 years ago

I have a GPX file, which has a malformed <time> node:

<time>2022-04-13T11:49:33.749</time>

The rest of the file is fine, but gpx::read fails because of that. Could there be an option to "continue on unimportant errors" for parsing? Thanks.

lnicola commented 1 year ago

Not all "unimportant errors", but parsing that format was implemented in #78.