From 34df08824b2c49dadabd41d5b4bb0ea3c7033eb7 Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Wed, 17 Apr 2013 15:41:51 +0000 Subject: [PATCH] added GPS example --- wiki/EEL.wiki | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wiki/EEL.wiki b/wiki/EEL.wiki index 31682a1d..64922ebc 100644 --- a/wiki/EEL.wiki +++ b/wiki/EEL.wiki @@ -10,6 +10,15 @@ A location event determines the absolute position of a node at the given time. T == GPS coordinates == +The fields for GPS location events are: _time, NEM ID, "location", "gps", latitude, longitude, altitude_ + +{{{ +0.0 nem:1 location gps 40.031075,-74.523518,3.000000 +0.0 nem:2 location gps 40.031165,-74.523412,3.000000 +0.0 nem:3 location gps 40.031227,-74.523247,3.000000 +0.0 nem:4 location gps 40.031290,-74.523095,3.000000 +}}} + == Cartesian coordinates == = EEL pathloss events =