Description Usage Arguments Value Examples
View source: R/makeSitePositionKML.R
Create a kml file displaying the locations of an instrument at a given date.
1 2 3 4 5 6 | makeSitePositionKML(
instrumentID,
layerName,
DATE = Sys.Date(),
outDir = getwd()
)
|
instrumentID |
instrument id that must be consistent with LUMA metadata site. |
layerName |
the name of the output file. |
DATE |
the date to use. Must be class 'Date'. |
outDir |
the directory to save the kml file. |
A kml file that can be viewed in google earth.
1 | makeSitePositionKML('CL31', 'ceilometerPositions', as.Date('2020-10-03'), 'ceilkml')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.