From dee70a6163a911b4154689cf88490f18fe03587c Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sat, 22 Aug 2020 12:51:52 +0200 Subject: [PATCH] Add plot of airports --- utils/plot-airports.gnuplot | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 utils/plot-airports.gnuplot diff --git a/utils/plot-airports.gnuplot b/utils/plot-airports.gnuplot new file mode 100644 index 0000000..255e140 --- /dev/null +++ b/utils/plot-airports.gnuplot @@ -0,0 +1,13 @@ +set datafile separator comma +set key autotitle columnheader +set xrange [-180:180] +set yrange [-90:90] +set grid +set size ratio -1 +set xlabel "Latitude" +set ylabel "Longitude" + +set term pdfcairo font "Nexus,12" size 20cm,10cm +set output 'airports.pdf' + +plot '../data/ground-stations/airports.csv' using 3:2