Opened 10 years ago

Last modified 4 years ago

#2362 new enhancement

database connection for output of r.stream.snap

Reported by: jradinger Owned by: grass-dev@…
Priority: normal Milestone: 7.8.3
Component: Addons Version: svn-trunk
Keywords: r.stream.snap Cc:
CPU: Unspecified Platform: All

Description

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.

Change History (14)

comment:1 by jradinger, 10 years ago

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

comment:2 by neteler, 9 years ago

Component: DatabaseAddons
Keywords: r.stream.snap added
Version: unspecifiedsvn-trunk

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

comment:3 by neteler, 8 years ago

Milestone: 7.1.07.2.0

Milestone renamed

comment:4 by neteler, 7 years ago

Type: defectenhancement

It seems that there is no DBMI interface used at all in r.stream.snap.

comment:5 by neteler, 7 years ago

Milestone: 7.2.07.2.1

Ticket retargeted after milestone closed

comment:6 by martinl, 7 years ago

Milestone: 7.2.17.2.2

comment:7 by martinl, 7 years ago

Milestone: 7.2.27.4.0

All enhancement tickets should be assigned to 7.4 milestone.

comment:8 by neteler, 6 years ago

Milestone: 7.4.07.4.1

Ticket retargeted after milestone closed

comment:9 by neteler, 6 years ago

Milestone: 7.4.17.4.2

comment:10 by martinl, 6 years ago

Milestone: 7.4.27.6.0

All enhancement tickets should be assigned to 7.6 milestone.

comment:11 by martinl, 5 years ago

Milestone: 7.6.07.6.1

Ticket retargeted after milestone closed

comment:12 by martinl, 5 years ago

Milestone: 7.6.17.6.2

Ticket retargeted after milestone closed

comment:13 by martinl, 5 years ago

Milestone: 7.6.2

Remove Milestone from Addons bugreports.

comment:14 by neteler, 4 years ago

Milestone: 7.8.3
Note: See TracTickets for help on using tickets.