<div dir="ltr"><div><div><div><div><div>Recently I implemented an 'XY to Line' function in the ShapeTools plugin. This has been requested several times and I needed it so I implemented it. See<br><br><a href="http://plugins.qgis.org/plugins/shapetools/">http://plugins.qgis.org/plugins/shapetools/</a><br><br></div>XY to Line is similar to the ArcGIS tool with the same name. <br><br><a href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/xy-to-line.htm">http://pro.arcgis.com/en/pro-app/tool-reference/data-management/xy-to-line.htm</a><br><br></div>In my plugin I have only implemented "Great Circle" lines as well as a simple line between the two points. How important would it be to implement other geodetic line types ie GEODESIC , RHUMB_LINE, and NORMAL_SECTION. I had the code for Great Circle so it was easy to implement, but I don't know how to implement the others. I have seen some of the suggestions with drawing these lines by using custom azimuthal equidistant (aeqd) projection or a gnomonic (gnom) projection centered on the starting point, creating a simple line, densifying it, then projecting it back to the projection being used. See <br><br><a href="http://gis.stackexchange.com/questions/133026/great-circles-in-qgis-and-export-in-3857-webmap">http://gis.stackexchange.com/questions/133026/great-circles-in-qgis-and-export-in-3857-webmap</a><br><br></div>Would this technique work to create the other types of geodetic lines and if so what would the proper proj4 projections be? Is there a better way to do this? Do you think that Great Circle is sufficient?<br><br></div><div>Another question I have is whether there are other ArcGIS functions that are missing in QGIS that would be good to implement.<br></div><div><br></div>Thanks,<br><br></div>C. Hamilton<br></div>