Description Usage Arguments Value
View source: R/singleClassGrabber.R
This function searches across an entire flight and pulls classifications that match a given class. Use this to pull all greenhouses, for example.
1 2 3 | singleClassGrabber(homeDir = getwd(), flightName,
modelName = modelLabel, class = "PrivateGrow", filterRate = 0,
fileLabel = "Region")
|
homeDir |
Base Directory. Should have Model Output and Model Output Summary |
flightName |
flight name model output to merge for export |
modelName |
Particular model version output to target |
class |
Class name to compile |
filterRate |
Predictions lower than this value are dropped. Default is no threshold. |
fileLabel |
Additional name modifier for exported kml file. |
saves a kml file in the "Model Output Summary" for the flight..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.