Hi everybody,
is there a possibility to measure distance along a line in grass?
I have a map of a river system and I have points (given by Northing and
Easting) where rivers con- or diverge. Now I would like know the distance
between those points, measured along the course of the river. Is there a
possibility to do that in grass without having to measure the distance by
hand (i.e. using the measuring tool in the display window)?
is there a possibility to measure distance along a line in grass?
yes.
I have a map of a river system and I have points (given by Northing
and Easting) where rivers con- or diverge. Now I would like know the
distance between those points, measured along the course of the
river. Is there a possibility to do that in grass without having to
measure the distance by hand (i.e. using the measuring tool in the
display window)?
Beware that this is a fractal problem and the answer is dubious!
Thanks for the fast reply, I'll try your suggestion and report back to the
list.
Ronja
Am Dienstag, 15. Mai 2007 13:13 schrieben Sie:
Ronja Düffel wrote:
> is there a possibility to measure distance along a line in grass?
yes.
> I have a map of a river system and I have points (given by Northing
> and Easting) where rivers con- or diverge. Now I would like know the
> distance between those points, measured along the course of the
> river. Is there a possibility to do that in grass without having to
> measure the distance by hand (i.e. using the measuring tool in the
> display window)?
Beware that this is a fractal problem and the answer is dubious!
Something that just struck me. You might well be able to get some
reasonabley accurate information on this simply by running r.profile. It
will output cumulative distance along a line--specified by a series of xy
points--along with the value of a raster (e.g., elevation) at each point.
Michael
On 5/16/07 1:42 AM, "Ronja Düffel" <dueffel@informatik.uni-frankfurt.de>
wrote:
Thanks for the fast reply, I'll try your suggestion and report back to the
list.
Ronja
Am Dienstag, 15. Mai 2007 13:13 schrieben Sie:
Ronja Düffel wrote:
is there a possibility to measure distance along a line in grass?
yes.
I have a map of a river system and I have points (given by Northing
and Easting) where rivers con- or diverge. Now I would like know the
distance between those points, measured along the course of the
river. Is there a possibility to do that in grass without having to
measure the distance by hand (i.e. using the measuring tool in the
display window)?
Beware that this is a fractal problem and the answer is dubious!
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics and Complexity
Arizona State University
On Tue, 2007-05-15 at 10:42 +0200, Ronja Düffel wrote:
Hi everybody,
is there a possibility to measure distance along a line in grass?
I have a map of a river system and I have points (given by Northing and
Easting) where rivers con- or diverge. Now I would like know the distance
between those points, measured along the course of the river. Is there a
possibility to do that in grass without having to measure the distance by
hand (i.e. using the measuring tool in the display window)?
I’m sure you want to do this in GRASS, but if all you really need is the distance, take a look at:
Something that just struck me. You might well be able to get some
reasonabley accurate information on this simply by running r.profile.
It will output cumulative distance along a line--specified by a series
of xy points--along with the value of a raster (e.g., elevation) at
each point.
will that only give you a final distance as a multiple of the res= option?
(use the SWIG* ... G_begin_distance_calculations() + G_distance() )
[*] first we have to make it work.. continued on the -dev list
On 5/16/07 8:07 PM, "Hamish" <hamish_nospam@yahoo.com> wrote:
Michael Barton wrote:
Something that just struck me. You might well be able to get some
reasonabley accurate information on this simply by running r.profile.
It will output cumulative distance along a line--specified by a series
of xy points--along with the value of a raster (e.g., elevation) at
each point.
will that only give you a final distance as a multiple of the res= option?
(use the SWIG* ... G_begin_distance_calculations() + G_distance() )
[*] first we have to make it work.. continued on the -dev list
Hamish
Actually it give you the total over the entire profile (which can be
composed of multiple points) and cumulative distance at regular intervals
along the profile
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University