Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, 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: Thu Feb 3 09:32:35 2022 in commit: f17c792f5de56c64ecfbe63ec315307872cf9d5c
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2022
GRASS Development Team,
GRASS GIS 8.0.3dev Reference Manual