Often, to best understand what is happening, it's worthwhile to run the commands right in GRASS, not thru the QGIS Processing toolbox. If it works in GRASS natively, then you know the problem is in the Processing scripts, not the geo-processing module itself..


On 08/21/2018 01:07 PM, Mensio Federico wrote:
Its' seems a problem of Python. Some solution?

Algorithm 'v.clean' starting…

Parametri in ingresso:

{ '-b' : False, '-c' : False, 'GRASS_MIN_AREA_PARAMETER' : 0.0001, 'GRASS_OUTPUT_TYPE_PARAMETER' : 0, 'GRASS_REGION_PARAMETER' : None, 'GRASS_SNAP_TOLERANCE_PARAMETER' : 1, 'GRASS_VECTOR_DSCO' : '', 'GRASS_VECTOR_LCO' : '', 'error' : '/var/folders/_p/g0dpln352f7fw6mpryz77ddc0000gn/T/processing_8fc8a3cd9db144d8a7e04d741f6b2821/510564a2b8db42e393e2254640a879ae/error.shp', 'input' : '/progetti/temp/suoli_test.shp', 'output' : '/var/folders/_p/g0dpln352f7fw6mpryz77ddc0000gn/T/processing_8fc8a3cd9db144d8a7e04d741f6b2821/16c02a3f39974724bef28a376b3e63ca/output.shp', 'threshold' : '1', 'tool' : [0], 'type' : [0,1,2,3,4,5,6] }

g.proj -c proj4="+proj=utm +zone=32 +datum=WGS84 +units=m +no_defs"

v.in.ogr min_area=0.0001 snap=1.0 input="/progetti/temp/suoli_test.shp" output="vector_5b7be41acf0d87" --overwrite -o

g.region n=5068419.991296747 s=4905848.379899999 e=521593.56898278 w=350249.30290076975

v.clean input=vector_5b7be41acf0d87 type="point,line,boundary,centroid,area,face,kernel" tool="break" threshold="1" output=output10c76cc109c14eca860414df206c8505 error=error10c76cc109c14eca860414df206c8505 --overwrite

v.out.ogr -c type="auto" input="output10c76cc109c14eca860414df206c8505" output="/var/folders/_p/g0dpln352f7fw6mpryz77ddc0000gn/T/processing_8fc8a3cd9db144d8a7e04d741f6b2821/16c02a3f39974724bef28a376b3e63ca/output.shp" format="ESRI_Shapefile" --overwrite

v.out.ogr -c type="auto" input="error10c76cc109c14eca860414df206c8505" output="/var/folders/_p/g0dpln352f7fw6mpryz77ddc0000gn/T/processing_8fc8a3cd9db144d8a7e04d741f6b2821/510564a2b8db42e393e2254640a879ae/error.shp" format="ESRI_Shapefile" --overwrite

env: python3: No such file or directory

env: python3: No such file or directory

Esecuzione completata in 0.64 secondi

Risultati:

{'error': <QgsProcessingOutputLayerDefinition {'sink':/var/folders/_p/g0dpln352f7fw6mpryz77ddc0000gn/T/processing_8fc8a3cd9db144d8a7e04d741f6b2821/510564a2b8db42e393e2254640a879ae/error.shp, 'createOptions': {'fileEncoding': 'System'}}>, 'output': <QgsProcessingOutputLayerDefinition {'sink':/var/folders/_p/g0dpln352f7fw6mpryz77ddc0000gn/T/processing_8fc8a3cd9db144d8a7e04d741f6b2821/16c02a3f39974724bef28a376b3e63ca/output.shp, 'createOptions': {'fileEncoding': 'System'}}>}



--
Federico MENSIO
IPLA spa
Corso Casale, 476 - 10132 Torino
Mobile +39.340.06.01.363
TEL +39.011.432.0443 FAX +39.011.89.89.333
[email protected] - www.ipla.org

-------------------------------------------------------------------------------------
Questa e-mail è personale e i suoi contenuti contengono informazioni riservate ai destinatari. Pertanto la lettura, copia od altro uso da parte di altri o qualsiasi altra azione derivante dalla conoscenza di queste informazioni sono rigorosamente vietate e perseguibili ai sensi del Dlgs 196/03.
Qualora abbiate ricevuto questo documento per errore siete cortesemente pregati di darne immediata comunicazione al mittente ai riferimenti indicati e provvedere immediatamente alla sua distruzione.

Salvaguardiamo l'ambiente: se non ti è necessario, non stampare questa mail


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

-- 
Micha Silver
Ben Gurion Univ.
Sde Boker, Remote Sensing Lab
cell: +972-523-665918

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

Reply via email to