makeSitePositionKML: Create a kml file displaying the locations of an instrument...

Description Usage Arguments Value Examples

View source: R/makeSitePositionKML.R

Description

Create a kml file displaying the locations of an instrument at a given date.

Usage

1
2
3
4
5
6
makeSitePositionKML(
  instrumentID,
  layerName,
  DATE = Sys.Date(),
  outDir = getwd()
)

Arguments

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.

Value

A kml file that can be viewed in google earth.

Examples

1
makeSitePositionKML('CL31', 'ceilometerPositions', as.Date('2020-10-03'), 'ceilkml')

Urban-Meteorology-Reading/analysisToolsLUMA documentation built on June 8, 2021, 6:29 p.m.