Distance and Bearing: Difference between revisions

Line 97:
jq does not natively support the complexities of CSV, so to focus on
the task at hand, this entry assumes that the data file is in TSV format.
However, a jq program for converting CSV to JSON arrays may be found here on RC
at [[Convert_CSV_records_to_TSV]]; it has been tested against the airlines.dat file.
<syntaxhighlight lang=jq>
def pi: 1|atan * 4;
2,442

edits