Try installing GDAL https://gdal.org/ and see if gdal_merge.py gets installed in /bin/sh.
This isn't likely to fix your problem, but it won't hurt either. If you read the GDAL documentation you might find that you can do the combine in GDAL. Mike On 7/23/2019 3:00 PM, [email protected] wrote:
Date: Tue, 23 Jul 2019 12:56:58 +0200 From: ruben dp<[email protected]> To:[email protected] Subject: Re: [Qgis-user] Problem with the raster combine tool (in spanish combinar) (ruben dp) Message-ID: <caj_nww6zntg+vq0aj+7+_lk9yhxwcso_sez_pdxwmrsn7ur...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Hello Jorge, thank you very much for answering me. I have done what you said me but now, I get a message that says: "Procesando algoritmo... Algoritmo 'Combinar' comenzando… Input parameters: { 'DATA_TYPE' : 5, 'INPUT' : ['/Users/rubendp/Desktop/mapabardenasreales/mag244/mag244.jpg','/Users/rubendp/Desktop/mapabardenasreales/mag245/mag245.jpg','/Users/rubendp/Desktop/mapabardenasreales/mag282/mag282.jpg','/Users/rubendp/Desktop/mapabardenasreales/mag283/mag283.jpg'], 'NODATA_INPUT' : None, 'NODATA_OUTPUT' : 0, 'OPTIONS' : '', 'OUTPUT' : '/Users/rubendp/Desktop/mapabardenasreales/litoconj.tif', 'PCT' : False, 'SEPARATE' : False } GDAL command: gdal_merge.py -a_nodata 0 -ot Float32 -of GTiff -o /Users/rubendp/Desktop/mapabardenasreales/litoconj.tif --optfile /var/folders/6d/nwh8s8sn2cn2rlqb0hkj2_h40000gn/T/processing_9aed1cfafdfd4562b899e3204e709eed/c532e757389249e3af6813197065c542/mergeInputFiles.txt GDAL command output: /bin/sh: gdal_merge.py: command not found Execution completed in 0.07 seconds Results: {'OUTPUT': '/Users/rubendp/Desktop/mapabardenasreales/litoconj.tif'} Cargando las capas resultantes Las siguientes capas no se generaron correctamente.<ul><li>/Users/rubendp/Desktop/mapabardenasreales/litoconj.tif</li></ul>Puede comprobar el «Panel de mensajes del registro» en la ventana principal de QGIS para encontrar más información sobre la ejecución del algoritmo." In the Log Message Panel (in spanish "Panel de mensajes del resgistro") I get a message that says: 2019-07-23T12:48:46 INFO gdal_merge.py -a_nodata 0 -ot Float32 -of GTiff -o /Users/rubendp/Desktop/mapabardenasreales/litoconj.tif --optfile /var/folders/6d/nwh8s8sn2cn2rlqb0hkj2_h40000gn/T/processing_9aed1cfafdfd4562b899e3204e709eed/c532e757389249e3af6813197065c542/mergeInputFiles.txt 2019-07-23T12:48:46 INFO GDAL execution console output /bin/sh: gdal_merge.py: command not found Thanks in advance, Ruben.
_______________________________________________ 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
