[GRASS-dev] [GRASS GIS] #2362: database connection for output of r.stream.snap

#2362: database connection for output of r.stream.snap
-------------------------+--------------------------------------------------
Reporter: jradinger | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.1.0
Component: Database | Version: unspecified
Keywords: | Platform: All
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
The output of r.stream.snap in GRASS7.1 does not contain any database
(Sqlite) table by default. So when I want to browse the attribute table I
get the error message: "DB connection for vector map XXX not defined."
Then I can manually define a layer (from the initial input vector).
However I think that two layers should be created based on what is
mentioned in the manual.

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

#2362: database connection for output of r.stream.snap
-------------------------+--------------------------------------------------
Reporter: jradinger | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.1.0
Component: Database | Version: unspecified
Keywords: | Platform: All
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by jradinger):

Here some minimum working example from the NC-dataset.

{{{

# Within NC-Dataset

# streams extract from elevation map via r.watershed
r.watershed elevation=elevation threshold=100 stream=rwatershed_streams

# Snap hospitals to rivers
r.stream.snap input=firestations output=firestations_snapped
stream_rast=rwatershed_streams radius=15
}}}

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

#2362: database connection for output of r.stream.snap
---------------------------+------------------------------------------------
Reporter: jradinger | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.1.0
Component: Addons | Version: svn-trunk
Keywords: r.stream.snap | Platform: All
      Cpu: Unspecified |
---------------------------+------------------------------------------------
Changes (by neteler):

  * keywords: => r.stream.snap
  * version: unspecified => svn-trunk
  * component: Database => Addons

Comment:

(r.stream.snap was moved back to Addons)

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