Re: [gdal-dev] gdal_merge error on linux debian. It dont find gdal_array.

2015-07-23 Thread Andrea Peri
Hi Even, many thx for your help. Infact installing numpy and recompiling the gdal_merge start to work . yup ! :) 2015-07-23 15:41 GMT+02:00 Even Rouault : > Andre, > > Make sure you have the python-numpy package installed and recompile the GDAL > python bindings > > Even > >> Hi >> >> I'm tryi

Re: [gdal-dev] gdal_merge error on linux debian. It dont find gdal_array.

2015-07-23 Thread Even Rouault
Andre, Make sure you have the python-numpy package installed and recompile the GDAL python bindings Even > Hi > > I'm trying to use the gdal_merge.py. More explixitly I try this call: > > gdal_merge.py -separate /path-to-raster/LC81920292015189LGN00_rgb_hpf.tif \ > /path-to-raster/LC81930

[gdal-dev] gdal_merge error on linux debian. It dont find gdal_array.

2015-07-23 Thread Andrea Peri
Hi I'm trying to use the gdal_merge.py. More explixitly I try this call: gdal_merge.py -separate /path-to-raster/LC81920292015189LGN00_rgb_hpf.tif \ /path-to-raster/LC81930292015196LGN00_rgb_hpf.tif \ -o result_image.tif (the tiff are float32.) The gdal_merge.py gives this error: 0Trac