[GRASS-dev] [GRASS GIS] #85: v.what.vect additional upload options

#85: v.what.vect additional upload options
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@lists.osgeo.org
     Type: enhancement | Status: new
Priority: minor | Milestone: 6.4.0
Component: default | Version: unspecified
Keywords: |
-------------------------+--------------------------------------------------
Hi,

I am moving this patch from the old Gforge patch tracker (# 374).
I am still not sure if it is useful / meaningful to add.

http://wald.intevation.org/tracker/index.php?func=detail&aid=374&group_id=21&atid=205

Hamish

----
2007-04-20

Hi, I patched the v.what.vect script to allow other upload options.

my needs changed & I don't actually need it now, so am not really sure if
any of the add'l upload options are really
needed/meaningful so haven't really tested or applied to CVS.

maybe cat can be useful.

modified version of version from CVS 20 April 2007 attached.

Hamish

----
Date: 2007-04-20 20:24

Sender: Markus Neteler

This seem to be the new functions:
{{{
cat;category of the nearest feature;
dist;minimum distance to nearest feature;
to_x;x coordinate of the nearest point on 'to' feature;
to_y;y coordinate of the nearest point on 'to' feature;
to_along;distance to the nearest point on 'from' feature along linear
feature;
to_angle;angle of linear feature in nearest point, counterclockwise from
positive x axis, in radians, which is between -PI and PI inclusive
}}}

----
Date: 2007-06-07 04:50

Sender: Dylan Beaudette

These sound like useful additions. Why not put them in? I can
test them in spearfish

----
Date: 2007-10-17 02:54

Sender: Markus Neteler

Attached the patch against current CVS. Please test.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/85&gt;
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/

#85: v.what.vect additional upload options
--------------------------+-------------------------------------------------
  Reporter: hamish | Owner: grass-dev@lists.osgeo.org
      Type: enhancement | Status: new
  Priority: minor | Milestone: 6.5.0
Component: Vector | Version: unspecified
Resolution: | Keywords: v.what.vect
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by hamish):

  * keywords: => v.what.vect
  * platform: => Unspecified
  * component: default => Vector
  * cpu: => Unspecified
  * milestone: 6.4.0 => 6.5.0

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/85#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>