Wednesday, March 2, 2016

GDAL and pyModis Installation on Ubuntu 15.04


Step 1:  Download the latest version of GDAL source from
Step 2:  Un-tar the download file
eg: $ tar –zxvf gdal-2.0.2.tar.gz
Step 3:  go the un-tared folder
eg: $ cd gdal-2.0.2.tar.gz
Step 4:  then run
$ ./configure --with-python
$ make
$ sudo make install
$ sudo ldconfig
$ sudo apt-get install python-wxgtk2.8

$ pip install pyModis

No comments:

Post a Comment