The initial azimuth is measured in degrees clockwise from north. Line length and segment distance are both measured in meters.
If the distance parameter is given, polyline segments will be broken at that distance interval. Otherwise the line will be broken into nsteps equally spaced segments.
This module requires the geod program from PROJ.4 to be installed. (often this is already installed with the GRASS package)
start_lat=-49 start_lon=125 end_lat=-32 end_lon=180 v.in.geodesic map=geodesic_line coor="$start_lon,$start_lat,$end_lon,$end_lat"
start_lat=-40.5 start_lon=172.5 azimuth=67.5 length=500000 v.in.geodesic map=geodesic_line line="$start_lon,$start_lat,$azimuth,$length"
Last changed: $Date$
Main index - vector index - Full index
© 2003-2016 GRASS Development Team