Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
NAME
v.in.geopaparazzi - Imports data from Geopaparazzi database.
KEYWORDS
vector
SYNOPSIS
v.in.geopaparazzi
v.in.geopaparazzi --help
v.in.geopaparazzi [-bintz] database=name basename=string [--help] [--verbose] [--quiet] [--ui]
Flags:
- -b
- Import bookmarks
- -i
- Import images
- -n
- Import notes
- -t
- Import tracks
- -z
- Create a 3D elements (not for bookmarks)
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
Parameters:
- database=name [required]
- Input Geopaparazzi database
- basename=string [required]
- Base name for output file
v.in.geopaparazzi imports all elements saved into
Geopaparazzi. The user can import bookmarks, images (warning for the path to
images depends on Android device), notes (one layer for each
category) and tracks.
To import all the elements in the Geopaparazzi database, use:
v.in.geopaparazzi -bint database=/path/to/geopaparazzi.db base=mydata
To import only the tracks in 3D format
v.in.geopaparazzi -tz database=/path/to/geopaparazzi.db base=track3d
Geopaparazzi
Geopaparazzi Tables schema
Luca Delucchi
SOURCE CODE
Available at:
v.in.geopaparazzi source code
(history)
Latest change: Mon Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55
Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2023
GRASS Development Team,
GRASS GIS 7.8.8dev Reference Manual