Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, and read the current addon manual page.
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: 2011-11-08 13:56:45 -0800 (Tue, 08 Nov 2011) $
Main index - vector index - Full index
© 2003-2014 GRASS Development Team