[GRASS-dev] [GRASS GIS] #2201: Introduce 'do not create attribute table' flag to r.contour

#2201: Introduce 'do not create attribute table' flag to r.contour
----------------------------------------------------+-----------------------
Reporter: wenzeslaus | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: minor | Milestone: 7.0.0
Component: Raster | Version: unspecified
Keywords: r.contour, attribute table, parameters | Platform: All
      Cpu: All |
----------------------------------------------------+-----------------------
G7:r.contour always creates attribute table, although the vectors are 3D
vectors and the height/value is stored as ''z'' coordinate.

The following modules have (consistently) `-t` flag:

  * G7:v.to.points
  * G7:v.overlay
  * G7:r.to.vect
  * G7:v.in.lidar
  * G7:v.in.dxf
  * G7:v.voronoi
  * G7:v.in.ogr
  * G7:v.select

{{{
-t
     Do not create attribute table
}}}

It is bit strange that `-t` means ''no attribute table'' but at least it
is consistent (at least among these modules).

This can improve #1626 if it is still an issue and it will be much faster
then creating attribute table (even when r58804 (write attributes in one
commit) is considered).

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

#2201: Introduce 'do not create attribute table' flag to r.contour
----------------------------------------------------+-----------------------
Reporter: wenzeslaus | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: minor | Milestone: 7.0.0
Component: Raster | Version: unspecified
Keywords: r.contour, attribute table, parameters | Platform: All
      Cpu: All |
----------------------------------------------------+-----------------------

Comment(by annakrat):

Flag -t implemented in r60381. Just to make sure I will backport it after
a few days.

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

#2201: Introduce 'do not create attribute table' flag to r.contour
--------------------------+-------------------------------------------------
  Reporter: wenzeslaus | Owner: grass-dev@…
      Type: enhancement | Status: closed
  Priority: minor | Milestone: 7.0.0
Component: Raster | Version: unspecified
Resolution: fixed | Keywords: r.contour, attribute table, parameters
  Platform: All | Cpu: All
--------------------------+-------------------------------------------------
Changes (by annakrat):

  * status: new => closed
  * resolution: => fixed

Comment:

Thanks for r60386. Backported in r60488.

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