create_overview_of_rasters: Create A Polygon .shp Of Raster File Extents

Description Usage Arguments Value Examples

View source: R/create_overview_of_rasters.r

Description

Mine through a directory and make a single polygon .shp where the polygon shows the extent of an image and there's an attribute with the filename. So far only .tif, .bsq, and .dem files are considered !

Usage

1

Arguments

dirname

Name of the directory to mine through

recursive

Should files in subdirectories also be considered? Default is F

Value

A .shp file written to dirname and named images_overview.shp

Examples

1
2
3
4
## Not run: 
create_overview_of_rasters('H:/FISE/forest/CanopyHealthMonitoring/PWN/imagery/PT_Orto/Ortos_DistrCasteloBranco/')

## End(Not run)

pieterbeck/CanHeMonR documentation built on May 25, 2019, 7:11 a.m.