Dear list,
I would like to import a gpx file, but can’t find how to make v.in.gps work. Even if it does not shows any error, it doesn’t creates a new vector map. In the verbose mode it shows the text:
v.in.gps --verbose input=/home/daniel/Escritorio/temppp/playa/asdasd.gpx output=gg22 -w
Fast exit.
GPSBabel is working fine outside GRASS.I’m using grass 7.0.4 on Debian Jessie.
Any help will be very welcome.
Thanks,
Daniel
n Sat, Aug 6, 2016 at 12:05 AM, Daniel Torres <nobeeakon@gmail.com> wrote:
Dear list,
I would like to import a gpx file, but can't find how to make v.in.gps work.
Even if it does not shows any error, it doesn't creates a new vector map. In
the verbose mode it shows the text:
v.in.gps --verbose input=/home/daniel/Escritorio/temppp/playa/asdasd.gpx
output=gg22 -w
Fast exit.
I checked that and it looks like fairly incomplete/broken.
Solution: use v.import - https://grass.osgeo.org/grass70/manuals/v.import.html
v.import input=/home/daniel/Escritorio/temppp/playa/asdasd.gpx output=gg22
(it uses OGR)
HTH,
Markus