The csvfix command line utility is useful to edit such files down to a csv file
which can then be read into sqlite.

  csvfix from_xml -smq -re wpt gpx.xml

On Sun, Dec 9, 2018 at 4:44 PM Winfried <codecompl...@free.fr> wrote:
>
> Hello,
>
> I need to importe a GPX file that contains a few thousand waypoints, eg.
> <wpt lat="41.37824" lon="9.21024"><name>Some name</name></wpt>
>
> I tried https://mygeodata.cloud and https://geoconverter.hsr.ch, but for
> some reason, the "waypoints" table doesn't contain latitude + longitude
> infos.
>
> Before I write a Python script, is there a simple way to import GPX data
> into SQLite?
>
> Thank you.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to