381 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
169
views
Split .gpx tracks file by polygon and calculate the time and distance in each polygon
I have many .gpx track files where people made one track but covered distance in multiple treatment areas (within different polygons). I have a shapefile for each polygon and individual .gpx files. I ...
0
votes
0
answers
57
views
Creating separate STL files from a GPX (in R)
I have a GPX file of a biking trail. My goal is to create two STL files; one of the surrounding terrain and the other of the trail itself. The idea is that I will 3D print these using filaments of ...
1
vote
2
answers
112
views
Read a GPX to identify when and for how long it was paused
When doing long distance bike rides or runs, it would be useful to know when and how long I had stopped. None of the usual sports tracking websites or GPX tools seem to provide this facility, so it ...
2
votes
1
answer
624
views
Xcode simulate location, can't select GPX file
Xcode supports (supposedly) simulated locations by selecting a custom GPX file. When debugging, the debug terminal has a "Simulate Location" button which allows selection of standard ...
Yohst's user avatar
- 1,950
2
votes
0
answers
52
views
GeoPandas: write to GPX track with timestamps
I have a GeoPandas data frame with ‘time’ (datetime with timezone) and ‘geometry’ (geometry) columns that I want to export out to a GPX track file with timestamps for each point. It seems that ....
0
votes
0
answers
35
views
gwt-ol - how to load local GPX file
I am new on gwt-ol (but not on GWT) and i have a little problem : I try to load a local GPX file (the gpx file is my "c:" drive disk)...but it does not work. Is there anyone who can provide ...
1
vote
0
answers
36
views
Indexing issue in python script for detection of hairpin curves in road gpx
I have a working script that will process gpx files in the same folder as the script, detect hairpin curves and make a report, with length and gradient statistics, for straight and for curved portions ...
1
vote
1
answer
64
views
OpenLayers readMetadata from GPX file
I'm using OpenLayers v10.3.1 to display an OpenStreetMap with a GPX derived vector layer on top. I've used the GPX example from the OpenLayers documentation as the basis for my code and it works well ...
0
votes
1
answer
287
views
How to add metadata to a gpxfile using gpxpy
I am extracting data from gpx files using gpxpy. Data example:
<?xml version="1.0" encoding="UTF-8"?>
<gpx
xmlns="http://www.topografix.com/GPX/1/1"
xmlns:...
0
votes
1
answer
90
views
Read extensions from GPX features (openlayers)
I am trying to insert GPX data on a Vector Layer and want to later read the attributes inside the tag.
This is a small extract from my GPX file:
<gpx xmlns="http://www.topografix.com/GPX/1/1&...
0
votes
1
answer
287
views
get speed from gpxpy.GpxTrack
i trying to get speed,course from gpx track
my trackPoint
<trkpt lon="77.209995" lat="28.520444"><ele>236.502853</ele><time>2022年02月20日T02:04:51Z</time>...
0
votes
1
answer
99
views
replace last line on sd card text (gpx) file on esp32
i am trying to write a gpx track from gps to an sd Card on an ESP32. Since i am not really familiar with c, i struggle with this task:
every time i write a new track segment to the file i want to ...
0
votes
1
answer
863
views
Drawing GPX tracks with shadows using Leaflet.js and Leaflet GPX
I am using Leaflet.js and Leaflet GPX to display a number of GPX tracks on a map. The tracks should have a white shadow so that they stand out better from the map. To do this, each track is added ...
0
votes
2
answers
2k
views
My Maps - Error occurred when uploading kml or gpx file
In My Maps, when importing gpx or kml file, My Maps says that an error occurred. Can not load gps trace
I want to upload the gpx file of a trecking in Corse, France, it is called « Mare I mare centre »...
-1
votes
1
answer
335
views
Converting a gpx file to an stl file : reactJS
im pretty new to coding and as a nice project to get better wanted to make a gpx to stl converter. After doing some research i came to a conclusion that it must be possible. I use reactJS for this ...