geometry greatcirclearc ======================= **Name**: geoc geometry greatcirclearc **Description**: Create a great circle arc. **Arguments**: * -e --ellipsoid: The ellipsoid * -p --start-point: The start point * -t --end-point: The end point * -n --num-points: The number of points * --help : Print the help message * --web-help : Open help in a browser **Example**:: geoc geometry greatcirclearc -p "POINT (-122 48)" -t "POINT (-77 39)"