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



_______________________________________________
QGIS-Developer mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to