Description Usage Arguments Value Examples
KML Compiler
1 2 | kmlCompiler(homeDir = getwd(), flightName, modelObj, modelName,
copyKMLs = TRUE, mergeKMLs = FALSE)
|
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? |
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.
1 2 3 4 5 6 | ## Not run:
kmlCompiler(flightName = "ca_hayfork_20160529_rgb"
modelObj = Mod17)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.