gpx icon indicating copy to clipboard operation
gpx copied to clipboard

Rust read/write support for GPS Exchange Format (GPX)

Results 6 gpx issues
Sort by recently updated
recently updated
newest added

- [ x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [ ] I added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to...

Hello, Thanks a lot for the crate! This makes handling of gpx files really easy. I have one question though: How can I, as a consumer, properly work with the...

Hello everybody, first of all thanks for providing this great package! I stumbled over a GPX file that contains the following time stamp `2021-10-10T09:55:20.952` which causes an `Rfc3339Error` during parsing....

I have a GPX file, which has a malformed `` node: ```xml 2022-04-13T11:49:33.749 ``` The rest of the file is fine, but `gpx::read` fails because of that. Could there be...

The GPX schema allows for some tags to include arbitrary XML data in the form of the [`extensions` tag](http://www.topografix.com/gpx/1/1/#type_extensionsType): ```xml Allow any elements from a namespace other than this schema's...

enhancement

- [ x ] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [ ] I added an entry to `CHANGELOG.md` if knowledge of this change could be valuable...