[GRASS5] [bug #2755] (grass) v.cutter has been superseded by v.overlay

this bug's URL: http://intevation.de/rt/webrt?serial_num=2755
-------------------------------------------------------------------------

In
http://grass.gdf-hannover.de/twiki/pub/GRASS/GrassToDoList/54to57porting_11-2004.txt
it says
v.cutter - replaced by v.overlay
In former man1/v.cutter.1 there is a very clear explanation of what to
do to cut something.

In grass57_exp_2004_11_27/vector/v.overlay/description.html
we are now 1000 miles away from clarity for those who wish to cut
something.

Also it says only areas are supported. No hope thus for clipping maps
of points, etc. seemingly from the face of the words.

You know what I would have done (if I knew how to use GRASS);
For each example on each 5.0 man page that have now gone bye-bye, I
would show the equivalent way to do the example in GRASS 5.7.

So add the simplest cutting example to v.overlay's description.html.
It seems I have successfully clipped a vector map by region with
v.in.region output=shiregion
v.overlay ainput=shichengst binput=shiregion atype=line \
operator=and output=shichengst1
of course the attributes have grown etc.

--- Headers Follow ---

From jidanni@jidanni.org Thu Dec 2 22:36:12 2004

Return-Path: <jidanni@jidanni.org>
Delivered-To: grass-bugs@lists.intevation.de
Received: from mail.intevation.de (aktaia [212.95.126.10])
  by lists.intevation.de (Postfix) with ESMTP id E2375102BC0
  for <grass-bugs@lists.intevation.de>; Thu, 2 Dec 2004 22:36:12 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
  by mail.intevation.de (Postfix) with ESMTP id AD3E636F13
  for <grass-bugs@lists.intevation.de>; Thu, 2 Dec 2004 22:36:12 +0100 (CET)
Received: from frodo.hserus.net (frodo.hserus.net [204.74.68.40])
  by mail.intevation.de (Postfix) with ESMTP id CAC2136DE2
  for <grass-bugs@intevation.de>; Thu, 2 Dec 2004 22:36:10 +0100 (CET)
Received: from tc218-187-83-158.2-7.dynamic.apol.com.tw ([218.187.83.158]:33110 helo=jidanni1)
  by frodo.hserus.net with esmtpsa
  (Cipher TLSv1:RC4-SHA:128) (Exim 4.43 #0)
  id 1CZybH-000PI8-Af by authid <jidanni> with plain
  for <grass-bugs@intevation.de>; Fri, 03 Dec 2004 03:06:09 +0530
To: grass-bugs@intevation.de
Subject: v.cutter has been superseded by v.overlay
From: Dan Jacobson <jidanni@jidanni.org>
Date: Fri, 03 Dec 2004 03:46:09 +0800
Message-ID: <87zn0wwkji.fsf@jidanni.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Status: No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level:

-------------------------------------------- Managed by Request Tracker

On Thu, Dec 02, 2004 at 10:36:13PM +0100, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=2755
-------------------------------------------------------------------------

In
http://grass.gdf-hannover.de/twiki/pub/GRASS/GrassToDoList/54to57porting_11-2004.txt
it says
v.cutter - replaced by v.overlay
In former man1/v.cutter.1 there is a very clear explanation of what to
do to cut something.

In grass57_exp_2004_11_27/vector/v.overlay/description.html
we are now 1000 miles away from clarity for those who wish to cut
something.

... 1000 miles away... sigh.

Maybe you forgot to interprete the file name: grass57_exp_2004_11_27
exp -> experimental.

Also it says only areas are supported. No hope thus for clipping maps
of points, etc. seemingly from the face of the words.

You are kindly invited to improve it (hey, it's open source & free software).

You know what I would have done (if I knew how to use GRASS);
For each example on each 5.0 man page that have now gone bye-bye, I

Which man pages are missing? Send a list.

would show the equivalent way to do the example in GRASS 5.7.

Yes, a wish.

So add the simplest cutting example to v.overlay's description.html.

Did you see this?
http://grass.itc.it/grass57/tutorial/vectoroverlay.html

It seems I have successfully clipped a vector map by region with
v.in.region output=shiregion
v.overlay ainput=shichengst binput=shiregion atype=line \
operator=and output=shichengst1
of course the attributes have grown etc.

Markus

Markus Neteler wrote:

Also it says only areas are supported. No hope thus for clipping maps
of points, etc. seemingly from the face of the words.

v.select

Radim