Re: [Ubuntu] python/grass script not working on virtual machine but ok on local machine

2018-01-03 Thread alassane toure
Group, No need to respond. I was able to resolve the issue by installing the newer Grass version. alassane On Tue, Jan 2, 2018 at 1:28 AM, alassane toure wrote: > Group, > I need help with the following. The attached script works as expected on > the local machine (pyhon 2.7; Gra

[Ubuntu] python/grass script not working on virtual machine but ok on local machine

2018-01-01 Thread alassane toure
Group, I need help with the following. The attached script works as expected on the local machine (pyhon 2.7; Grass70) but does not work on the virtual machine (python 2.7 and Grass70). The process gets stuck at ... . out, err = p.communicate() if p.returncode != 0: print >>sys.stderr, '

Re: [Ubuntu] cpp and python codes not able to access gdal library

2016-10-24 Thread alassane toure
se. > Is this issue still open? > > Best, > Angelos > > > On 10/14/2016 03:23 PM, alassane toure wrote: > >> Not sure how to obtain the installed version for python-gdal but here is >> how i installed it (if that can help) >> >> sudo apt-add-repository ppa:

Re: [Ubuntu] cpp and python codes not able to access gdal library

2016-10-14 Thread alassane toure
gdal that are > installed on your machine? > > Best, > Angelos > > > On 10/14/2016 06:41 AM, alassane toure wrote: > > Even, > > I tried the followings but the response did not change... > > sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable > sud

Re: [Ubuntu] cpp and python codes not able to access gdal library

2016-10-13 Thread alassane toure
Even, I tried the followings but the response did not change... sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update sudo apt-get install python-gdal Any suggestions? Thanks, Alassane On Thu, Sep 8, 2016 at 3:51 AM, Even Rouault wrote: > Alassane, > > > I developed a g

[Ubuntu] python-grass code not working on ubuntu

2016-09-16 Thread alassane toure
group, I believe i installed grass70 on my server as the main interface comes up when i issue "grass70". However, when i execute a python-grass code, the response is ... ERROR: ERROR: Please install the GRASS GIS development package ERROR: Cannot find GRASS GIS 7 start script (grass70 --config pa

[Ubuntu] cpp and python codes not able to access gdal library

2016-09-07 Thread alassane toure
Group, I developed a gdal code on my local machine and it worked. Having gdal and g++ working on the server my compilation of the same code resulted in the following response... gcc -o applymask applymask.cpp -I /usr/include/gdal -lgdal -lm applymask.cpp: In function âint main(int, char**)â: app

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-22 Thread alassane toure
2014 at 12:15 PM, alassane toure wrote: > It appears no "uninstall" script was provided! > > Any thoughts to go around this? > > THanks, > > On Tue, Nov 4, 2014 at 9:57 AM, alassane toure wrote: > >> Johan, >> uninstall command is not working

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-04 Thread alassane toure
It appears no "uninstall" script was provided! Any thoughts to go around this? THanks, On Tue, Nov 4, 2014 at 9:57 AM, alassane toure wrote: > Johan, > uninstall command is not working > > alassane@Achile:~/Downloads/gdal-1.11.1$ sudo make uninstall > make: *

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-04 Thread alassane toure
of gdal: using a > different version of gdal than the one you linked to . > > Better uninstall your self installed version [ sudo make uninstall ]. > Than compile again. > > Johan > > On Tue, Nov 4, 2014 at 5:43 PM, alassane toure wrote: > > Group, > > Any th

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-04 Thread alassane toure
, Nov 3, 2014 at 5:17 PM, alassane toure wrote: > Hi Johan > I had a program working ok with the previous gdal version but i am it is > displaying the following errors... > > ./mosaic_test /home/alassane/Data/IPDSData/testAOI.tif > /home/alassane/Data/IPDSData/testbg.tif >

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread alassane toure
gdal version! Any thoughts? Thanks, On Mon, Nov 3, 2014 at 2:22 PM, alassane toure wrote: > No error as a result!!! Thank you very much! > > On Mon, Nov 3, 2014 at 2:15 PM, Johan Van de Wauw < > johan.vandew...@gmail.com> wrote: > >> On Mon, Nov 3, 2014 at 10:00 P

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread alassane toure
No error as a result!!! Thank you very much! On Mon, Nov 3, 2014 at 2:15 PM, Johan Van de Wauw wrote: > On Mon, Nov 3, 2014 at 10:00 PM, alassane toure wrote: > > Please find attached the code and associated error after compilation... > > > > gcc -o test imagescale.cpp

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread alassane toure
ther people may benefit from > reading how we solved your problem. > > On Mon, Nov 3, 2014 at 9:39 PM, alassane toure wrote: > > Hi Johan, > > I am not a sophisticated user of gdal. I am looking for the easiest way > to > > have the compiler running. As such, I follo

Re: [Ubuntu] gdal 1.9.1 installation

2014-11-03 Thread alassane toure
llation. I am running windows and unix on the same machine with the same access username and password. Do i need to create a su account or is there another way to have the gdal compiler working again? I appreciate your help Regards, Alassane On Thu, May 24, 2012 at 1:16 PM, Alassane To

[Ubuntu] runtime error on one machine but not the other

2012-08-15 Thread Alassane Toure
Group, I created a gdal program and the executable works well on my machine but not on a colleague's machine. The program fuses two tif files but generates the following error... (0,490) of size 8763x1 on raster of 107x77. ERROR 5: /var/www/mapdata/gsp/results/1_vegwork_l5041036_03620110524

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-29 Thread Alassane Toure
On 05/29/2012 12:24 PM, Etienne Tourigny wrote: you have to link with -lgdal On Tue, May 29, 2012 at 1:56 PM, Alassane Toure wrote: On 05/29/2012 06:17 AM, Nick Ves wrote: apt-cache show libgdal-dev Nick, We are making little progress. I issued "sudo apt-get install libgdal1 libgda

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-29 Thread Alassane Toure
On 05/29/2012 06:17 AM, Nick Ves wrote: apt-cache show libgdal-dev Nick, We are making little progress. I issued "sudo apt-get install libgdal1libgdal-dev" and checked the version installed which was "version 1.9.0". However, no 1.9.0 library version was available in "/usr/lib" directory.

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-28 Thread Alassane Toure
assane, The only suggestion I can make without going too deep is to run "make clean" before running "make" again. On Fri, May 25, 2012 at 9:17 PM, Alassane Toure mailto:atou...@gmail.com>> wrote: On 05/25/2012 02:56 AM, Chaitanya kumar CH wrote:

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-28 Thread Alassane Toure
On 05/27/2012 10:56 AM, Chaitanya kumar CH wrote: Alassane, The only suggestion I can make without going too deep is to run "make clean" before running "make" again. On Fri, May 25, 2012 at 9:17 PM, Alassane Toure <mailto:atou...@gmail.com>> wrote: On 0

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-25 Thread Alassane Toure
On 05/25/2012 02:56 AM, Chaitanya kumar CH wrote: Alassane, libtool may have some problem. Replace "./configure" with "./configure --without-libtool" Make sure you have the format drivers you need listed in the configure script's output. On Fri, May 25, 2012 a

Re: [Ubuntu] gdal 1.9.1 installation

2012-05-24 Thread Alassane Toure
ith `--tag' make[1]: *** [libgdal.la] Error 1 make[1]: Leaving directory `/home/alassane/Downloads/gdal-1.9.1' make: *** [check-lib] Error 2 Any suggestion to fix this? Again thanks, Alassane On 05/24/2012 02:21 PM, Roland van Laar wrote: On 05/24/2012 09:16 PM, Alassane Toure w

[Ubuntu] gdal 1.9.1 installation

2012-05-24 Thread Alassane Toure
Group, I need help to install GDAL 1.9.1 on Ubuntu 12.04. I first downloaded gdal-1.9.1.tar.gz, uncompressed it and executed ./configure. Where do I go from here? Thanks for your help ___ UbuntuGIS mailing list Ubuntu@lists.osgeo.org http://lists.

Re: [Ubuntu] GDAL compilation

2012-01-06 Thread Alassane Toure
On 01/06/2012 12:09 PM, Johan Van de Wauw wrote: It is not needed to recompile gdal to be able to compile your program. Make sure that the libgdal1-dev package installed and then Antonio gives the right answer: you should run On Thu, Jan 5, 2012 at 9:43 PM, Antonio Valentino wrote: $ gcc -o

[Ubuntu] GDAL compilation

2012-01-05 Thread Alassane Toure
Dear group, I am a first time user of GDAL in Linux (Ubuntu) with a C compiler (gcc). I compiled a program (gdal.h being called) using the following command line: gcc -o test gdalprogram.c -I /usr/include/gdal The following error messages were then generated: gdalprogram.c:(.text+0xc): undef