You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check db.tables and see that table gages doesn't exist
Expected behavior
r.stream.snap should not touch table "gages". Also as the result corr_gages has no link to database, user should be able to make a link with 'v.db.connect map=corr_gages table=gages' but because of this incorrect behaviour we can't do that.
Screenshots
System description
Operating System: Linux, on Docker
GRASS GIS version: 8.4.1dev
Additional context
The text was updated successfully, but these errors were encountered:
Run snap r.stream.snap input=gages stream_rast=streams threshold=50 radius=100 output=corr_gages --overwrite
Check results db.tables -p # shows gages table still exists v.db.connect -p corr_gages # shows no table connection
My observations:
In macOS:
Input gages table is preserved.
Output corr_gages has no table connection
Q1. Did I follow the test steps correctly?
Q2. Is this change only due to an environmental change (Linux vs MacOS)?
Q3. Can I reproduce the above error on my macOS?
Describe the bug
r.stream.snap command seem to delete a table that is connected to input map.
To reproduce
It should be done with any ready stream network. Use any radius and threshold you want.
Expected behavior
r.stream.snap should not touch table "gages". Also as the result corr_gages has no link to database, user should be able to make a link with 'v.db.connect map=corr_gages table=gages' but because of this incorrect behaviour we can't do that.
Screenshots
System description
Additional context
The text was updated successfully, but these errors were encountered: