uavimg_exp: Export map files from UAV images

Description Usage Arguments Details Value See Also

View source: R/uavimg_exp.R

Description

Export map files from UAV images

Usage

1
2
uavimg_exp(x, ctr = FALSE, fp = FALSE, mcp = FALSE, shp_dir = NULL,
  create_dir = TRUE, quiet = FALSE)

Arguments

x

A list of class 'uavimg_info'

ctr

Export the image centroids as a Shapefile, T/F or a filename

fp

Export the image footprints as a Shapefile, T/F or a filename

mcp

Export the minimum convex polygon of the image footprints as a Shapefile, T/F or a filename

shp_dir

The directory where the Shapefiles should be saved. If NULL, they will be saved in a 'map' sub-directory of the image folder

create_dir

Create the output directory if it doesn't exist

quiet

TRUE to supress printing of the pandoc command line.

Details

ctr, fp, and mcp can be logical (TRUE/FALSE) or a filename (minus the shp extension). If Logical values are pased, a Shapefile name will be constructed based on the name of parent folder. Exporting objects to Shapefile requires the rgdal package to be installed. You can specify which directory the Shapefiles will be exported to using the shp_dir argument. The default is to save them in a subdirectory called 'map' in the images directory.

Value

A vector of Shapefiles saved

See Also

uavimg_info


UCANR-IGIS/uavimg documentation built on July 13, 2020, 9:35 p.m.