Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

GRASS logo

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

Table of contents

DESCRIPTION

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.

EXAMPLES

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

REFERENCES

Geopaparazzi

Geopaparazzi Tables schema

AUTHOR

Luca Delucchi

SOURCE CODE

Available at: v.in.geopaparazzi source code (history)

Latest change: Monday Nov 11 18:04:48 2024 in commit: 59e289fdb093de6dd98d5827973e41128196887d


Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2024 GRASS Development Team, GRASS GIS 8.3.3dev Reference Manual