[QGIS-Developer] Create Grid (Grid.py) Crash and Exception

Alan A. Mick alan.a.mick at googlemail.com
Mon Jul 23 17:38:31 PDT 2018


On 7/22/2018 6:22 PM, Nyall Dawson wrote:
> Can you share the log contents from the processing algorithm dialog?
>
> Nyall
Yes, Following, and some further information. I've narrowed the problem 
down to using a value for 'OUTPUT', rather than leaving it blank (memory 
/ Create temporary layer). Note the second attempt where OUTPUT is 
'memory:' rather than 'test'. I also noted a ':' appended to 'memory'. 
Hummm. Wonder if 'test' should have a ':' ?
Processing algorithm…

Algorithm 'Create grid' starting…

Input parameters:

{ 'CRS' : 'EPSG:26785', 'EXTENT' : 
'792412.0740345571,792462.5434347881,507440.04192142386,507477.91294505587 
[EPSG:26785]', 'HOVERLAY' : 0, 'HSPACING' : 1, 'OUTPUT' : 'test', 'TYPE' 
: 1, 'VOVERLAY' : 0, 'VSPACING' : 1 }


Traceback (most recent call last):
File 
"C:/PROGRA~1/QGIS3~1.2/apps/qgis/./python/plugins\processing\algs\qgis\Grid.py", 
line 161, in processAlgorithm
fields, outputWkb, crs)
Exception: unknown

Execution failed after 1.40 seconds


Loading resulting layers

Algorithm 'Create grid' finished

Processing algorithm…

Algorithm 'Create grid' starting…

Input parameters:

{ 'CRS' : 'EPSG:26785', 'EXTENT' : 
'792412.0740345571,792462.5434347881,507440.04192142386,507477.91294505587 
[EPSG:26785]', 'HOVERLAY' : 0, 'HSPACING' : 1, 'OUTPUT' : 'memory:', 
'TYPE' : 1, 'VOVERLAY' : 0, 'VSPACING' : 1 }


Execution completed in 0.03 seconds

Results:

{'OUTPUT': 'output_2916f6fe_0a84_4067_ba74_6c044b006028'}


Loading resulting layers

Algorithm 'Create grid' finished



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20180723/35d9e2e1/attachment.html>


More information about the QGIS-Developer mailing list