From 1984531b95e441848f6dcf0fc41844ec2675c389 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 3 Jan 2021 17:14:41 -0600 Subject: [PATCH] Notes. --- bin/parse_aprs.R | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/parse_aprs.R b/bin/parse_aprs.R index 264af15..b463c30 100644 --- a/bin/parse_aprs.R +++ b/bin/parse_aprs.R @@ -3,6 +3,11 @@ library(dplyr) library(ggplot2) library("leaflet") +# TODO +#- This only shows TX packets now, need RX packets (different delimiters) +#- Use nearest timestamp of TX packet to guess where each RX packet was received, +#- add a potential error circle (longer difference in timestamp, bigger circle.) + # Read data d_raw <- readLines("data/APRS data from Pembina Gorge 2020-09-18.txt") %>% as.data.frame() %>%