But I cannot do it this way. The problem is that I have to import these informations in a GIS software (ArcGIS or QGIS) so I can link the feature points to the pictures I took on the field. I don't need to view the pictures directly in the GIS software, but I need this info to be in the database so I can retrieve easily wich pictures is related to each point.
This information is in the GPX file (I can see it when I open the GPX file in Notepad++, example below) but it is lost when I convert it to an other format (i.e. csv or xls) and I don't know how to extract it and match it to the related point in the database.
Any idea?
Example of text version of the GPX file:
<metadata>
<name><![CDATA[Waypoints]]></name>
<desc><![CDATA[]]></desc>
<link href="
<text>OruxMaps</text>
</link>
<time>2015-07-21T15:31:39Z</time></metadata>
<wpt lat="47.1824004" lon="-70.8280948">
<ele>377.51</ele>
<time>2015-07-17T17:35:17Z</time>
<name><![CDATA[WPT_0000427]]></name>
<desc><![CDATA[]]></desc>
<sym>Waypoint</sym>
<type>Photo</type>
<extensions>
<om:oruxmapsextensions xmlns:om="
<om:ext type="ICON" subtype="0">3</om:ext>
</om:oruxmapsextensions>
</extensions>
</wpt>