[GRASS-dev] [GRASS GIS] #1911: v.hull bit broken output on wingrass

#1911: v.hull bit broken output on wingrass
--------------------------------------+-------------------------------------
Reporter: ahaav | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: wingrass, v.hull, vector | Platform: MSWindows 7
      Cpu: x86-64 |
--------------------------------------+-------------------------------------
The output vector from v.hull has no database link and it is impossible to
remove it using g.remove:
{{{
Removing vector <convexhull@PERMANENT>
WARNING: Unable to open header file of vector <convexhull@PERMANENT>
ERROR: Unable to read header file of vector map <convexhull@PERMANENT>
}}}

Also, may be related: using cats attribute does not seem to affect the
outcome.

Tested on WinGRASS 7 svn revision 55585 (OSGeo4Ww)

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

#1911: v.hull bit broken output on wingrass
--------------------------------------+-------------------------------------
Reporter: ahaav | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: wingrass, v.hull, vector | Platform: MSWindows 7
      Cpu: x86-64 |
--------------------------------------+-------------------------------------

Comment(by neteler):

Tested with North Carolina sample data set, winGRASS standalone r55764:

{{{
v.hull input=precip_30ynormals@PERMANENT output=hull
v.info -c hull
# -> no DB connection
g.remove vect=hull
# -> no error
}}}

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

#1911: v.hull bit broken output on wingrass
--------------------------+-------------------------------------------------
  Reporter: ahaav | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Resolution: fixed | Keywords: wingrass, v.hull, vector
  Platform: MSWindows 7 | Cpu: x86-64
--------------------------+-------------------------------------------------
Changes (by ahaav):

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

Comment:

Indeed, apparently got fixed with r55682.

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