View source: R/transform_offset_to_latlon.R
transform_offset_to_latlon | R Documentation |
This function takes sensor data given in offset units (meters north / meters east of sensor / meters up from sensor location) and converts it to latitude and longitude based on the sensor system position. Nautilus uses latitude and longitude, so units must be converted.
transform_offset_to_latlon(referenceData, relativeSensorData)
referenceData |
data frame containing the longitude and latitude position of the sensor system. MUST contain:
|
relativeSensorData |
data frame containing sensor readings of targets. MUST contain:
|
data frame with the lat and lon position of the targets. Variables include:
time: time of measurement (POSIX)
trackNum: (factor) name of sensor track. Number is recommended
lat: latitude (degrees)
lon: longitude (degrees)
alt: altitude (meters)
any additional columns included in relativeSensorData (minus North/East/Up offset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.