Linux
Making a transect into a point and circle
The Well-Known_Text (WKT) format can be used to describe a straight-line transect from one point to another point. Another way to describe a straight-line transect is with its midway point plus the radius of a circle which includes the whole of the transect. This point-radius description can be built with a single AWK command, as described in this post.