kmlCompiler: KML Compiler

Description Usage Arguments Value Examples

View source: R/kmlCompiler.R

Description

KML Compiler

Usage

1
2
kmlCompiler(homeDir = getwd(), flightName, modelObj, modelName,
  copyKMLs = TRUE, mergeKMLs = FALSE)

Arguments

homeDir

Base directory. Should contain "Model Output" folder and "Model Summary Output" folder

flightName

Name of flight to summarize

modelObj

A DIMEC model object.

copyKMLs

Logical. Should function collect all kml outputs from flight directory?

mergeKMLs

Logical. Should function merge output kmls into one file for easier sharing?

Value

copyKMLs. Creates multiple directories at the given export dir and populates them with all the exported kmls from the given flight directory. This option is useful if the flight has many positives and you'd rather check results one search tile at a time.

mergeKMLs. Create a single kml for the flight by merging the exported kml's at each tile. This is useful if there are only a couple hundred positives across the flight and you'd like to view them all at once.

Examples

1
2
3
4
5
6
## Not run: 

kmlCompiler(flightName = "ca_hayfork_20160529_rgb"
            modelObj = Mod17)

## End(Not run)

adamkc/DIMEChelper documentation built on Feb. 1, 2020, 12:24 p.m.