View source: R/qgis_importphotos.R
qgis_importphotos | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Import geotagged photos (native:importphotos). Creates a point layer corresponding to the geotagged locations from JPEG or HEIF/HEIC images from a source folder. Optionally the folder can be recursively scanned. The point layer will contain a single PointZ feature per input file from which the geotags could be read. Any altitude information from the geotags will be used to set the point's Z value. Optionally, a table of unreadable or non-geotagged photos can also be created.
qgis_importphotos(
FOLDER = qgisprocess:::qgis_default_value(),
RECURSIVE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
INVALID = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
FOLDER |
|
RECURSIVE |
|
OUTPUT |
|
INVALID |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
INVALID - outputVector - Invalid photos table
OUTPUT - outputVector - Photos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.