Description Usage Arguments Details Value See Also
Export map files from UAV images
1 2 |
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. |
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.
A vector of Shapefiles saved
uavimg_info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.