[GRASS-user] v.in.gps
Markus Neteler
neteler at osgeo.org
Sat Aug 6 00:58:45 PDT 2016
n Sat, Aug 6, 2016 at 12:05 AM, Daniel Torres <nobeeakon at 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
More information about the grass-user
mailing list