Bug report #12436
GRASS vectors can be used as Processing input, but fail
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | 2.8.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20607 |
Description
GRASS vectors loaded in canvas are listed as Processing input, and can be used for analyses, but fail. I got two different failures:
- Split lines with lines: QGIS gets stuck at 100% CPU forever
- gdalogr:gridinvdist: data cannot be read
GDAL execution console output
Unable to open input datasource
"/home/paolo//grass/PERMANENT/dtm_points/1_point".
Associated revisions
[processing] do not accept grass vector layers as inputs
fixes #12436
[processing] do not accept grass vector layers as inputs
fixes #12436
(cherry picked from commit de728743b73541a320f68d087f4402a6d17620f1)
History
#1 Updated by Paolo Cavallini over 9 years ago
Either filter out GRASS vectors, so they cannot be used for analyses (not listed), or, far better, add support for them too.
#2 Updated by Victor Olaya over 9 years ago
- Status changed from Open to Closed
Fixed in changeset de728743b73541a320f68d087f4402a6d17620f1.