gpx icon indicating copy to clipboard operation
gpx copied to clipboard

Ruby GPX Library

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

GeoJSON often has ad hoc data stored in a "properties" object within each feature. Some of this data can be useful when transferred to a GPX file. Since there is...

Hey @dougfales - pulling a long thread here. I'm not really able to devote much time to gem maintenance these days, and would like to find another contributor to move...

Not really an issue, more like a question/help/feature request maybe. I would like to convert a GPX file to geoJson format and then display it using MapBox. Maybe it's just...

A top level xmlns declaration is required to be a valid gpx file, according to the GPX spec: - https://www.topografix.com/GPX/1/1/#SchemaProperties - https://www.topografix.com/gpx_manual.asp This pull request rectifies this issue.

Would be useful if this library let you get the maximum and minimum values for longitude and latitude. Use case being you would be able to draw a box on...

[This line](https://github.com/dougfales/gpx/blob/master/lib/gpx/gpx_file.rb#L35) checks if the input is of the the type File. It would be helpful if it also accepted Tempfile and StringIO so you could give it the result...

HI I am still fiddling with getting data out of the Garmin extension files and I have come across an issue where some other software is refusing to read GPX...

I needed a random GPX route generator for debugging some issues in https://github.com/dblock/slack-strava, so I wrote one. Is this of interest? If yes, I can then extract some hard-coded things...

I have a GPX file with mixed tracking points, as some of them have a time node and others do not. If the first tracking point of a segment does...

I have added a new method which parses the extensions into a hash indexed by extension child name. It seems to work fine with QGIS ORG extensions. For the curious...