[GRASS-user] Points, Distances, and, Bearings.
Hamish
hamish_b at yahoo.com
Tue Mar 1 03:03:51 EST 2011
Thomas wrote:
> > How do I enter a point, a bearing from that point, and a
> > distance from that point, plot the point, the bearing line,
> > and, the distance arc?
Hamish wrote:
> check out the d.rhumbline, d.geodesic, r.transect,
> r.profile, and m.cogo modules.
... and since I've wanted such a thing for a while for laying out long
transect lines, I've just added a new v.in.geodesic module to the AddOns
repository.
http://grass.osgeo.org/wiki/GRASS_AddOns#v.in.geodesic
Description:
Creates a vector map containing a great circle line.
Keywords:
vector, geodesic, great circle, transect
Usage:
v.in.geodesic map=name [coor=east1,north1,east2,north2]
[line=east,north,azimuth,distance] [nsteps=value] [distance=value]
[--overwrite] [--verbose] [--quiet]
Flags:
--o Allow output files to overwrite existing files
--v Verbose module output
--q Quiet module output
Parameters:
map Name for output vector map
coor Starting and ending coordinates
line Transect definition
nsteps Number of vertices to place along the line
options: 1-10000
default: 100
distance Distance between vertices in meters
It might have some bugs, and should be rewritten in C. (treat as a
functional prototype)
enjoy,
Hamish
More information about the grass-user
mailing list