1
vote
2answers
161 views

Automating batch load of multiple GPX files into PostGIS

I've got 50+ GPX files that I would like to "batch load" into a PostGIS database. All of the track_points data would be loaded into a "track_points" table (with typical GPS fields like lat, long, ...
8
votes
4answers
453 views

How to build a geographic database of GPS logs?

On our aerial wildlife surveys we typically generate dozens of GPX files, and usually convert most of them into shapefiles for display in a GIS application. GPX files are a terrific way of keeping all ...
1
vote
4answers
2k views

How to convert SHP into GPX or JSON?

I would like to convert the tree inventory shape files of London (Canada) into a GPX file and if possible into a JSON file. You can download the archive from their Open Data website. It contains the ...
2
votes
1answer
184 views

How can I convert geoJSON data to GPX format

I want to know how I can convert geoJSON data to GPX format.
4
votes
1answer
3k views

How to batch convert Garmin GDB to GPX?

I need to convert a lot of garmin GDB files to GPX in order to convert it to another vector format. Is there any tools available can do a batch convert from garmin GDB files to GPX? Using MapSource ...
6
votes
1answer
535 views

Converting GPX track_points layer to CSV with lat/lng with ogr2ogr

What's the correct command to convert a GPX track_points layer to CSV with lat/lng coordinates using ogr2ogr?