Opened 10 years ago

Closed 10 years ago

#2201 closed enhancement (fixed)

Introduce 'do not create attribute table' flag to r.contour

Reported by: wenzeslaus Owned by: grass-dev@…
Priority: minor Milestone: 7.0.0
Component: Raster Version: unspecified
Keywords: r.contour, attribute table, parameters Cc:
CPU: All Platform: All

Description

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:

-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).

Change History (2)

comment:1 by annakrat, 10 years ago

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

comment:2 by annakrat, 10 years ago

Resolution: fixed
Status: newclosed

Thanks for r60386. Backported in r60488.

Note: See TracTickets for help on using tickets.