<div dir="ltr">Hi again Garth,<div><br></div><div>Well I parked this problem and only just came back to it. I may have missed something, but when I create the new fields you suggested in the Track they contain no information. Is this a very advanced procedure? It seems like something quite basic, but perhaps I've underestimated it (as I usually do with QGIS!).</div><div><br></div><div>Kind regards,</div><div>Jimi.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 11, 2020 at 11:51 AM J. M <<a href="mailto:jimimckay@gmail.com">jimimckay@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Garth,<div><br></div><div>Thanks a lot for the very complete answer! I'll give it a go as soon as I resolve an unrelated Ubuntu problem. I hadn't realised that GPX data wasn't automatically visible in Properties, and that fields had to be created. </div><div><br></div><div>Kind regards,</div><div>Jimi.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 11, 2020 at 4:26 AM Garth Fletcher <<a href="mailto:garth@jacqcad.com" target="_blank">garth@jacqcad.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 10 Sep 2020 at 20:12, J. M <<a href="mailto:jimimckay@gmail.com" target="_blank">jimimckay@gmail.com</a>> wrote:<br>
> I can successfully import .gpx files into QGIS, and they are visible and<br>
> can be clustered in new groups (waypoints, tracks and routes appear as<br>
> independent layers). The problem I'm having is that I can't seem to find<br>
> any way to access the data about the routes (distance, time, etc) which is<br>
> clearly visible in the app I used to create the tracks<br>
<br>
The GPX file contains a number of fields whose contents you can see / <br>
access in the layer's Attribute Table<br>
  right-click on layer and choose Open Attribute Table<br>
<br>
However, these are only the extra fields in the GPX records but<br>
NOT including the x,y coordinates (Long,Lat)<br>
<br>
To access the later, use the Field Calculator<br>
  select the layer<br>
  click on Open Field Calculator icon (Abaccus) in the menu bar<br>
     which is next to the Open Attribute Table icon in menu, or<br>
   in Processing > GDAL > Vector Table > Field Calculator<br>
<br>
create new fields, called Lat and Long, as decimal numbers<br>
and enter the expression $X or $Y (see Geometry > for details)<br>
When you click OK, the new fields will be appended and filled in<br>
with the right values.<br>
<br>
You can then access them in the layer's Attribute Table.<br>
<br>
With those 2 extra fields you essentially have access to everything<br>
that was recorded in the GPX file.<br>
<br>
You can also use Field Calculator to add more fields and populate<br>
them with calculation results.<br>
<br>
As an aside, Field Calculator cannot create new fields in the GPX<br>
file; instead it creates them as temporary virtual fields.<br>
<br>
A better approach is to first save the data in a shape file<br>
  right-click on layer, choose Export > Save selected features<br>
then open that file instead of the original GPX.<br>
Field Calculator will add new fields to that format.<br>
<br>
Cordially,<br>
-- <br>
Garth Fletcher<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></blockquote></div>
</blockquote></div>