Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have followed various online help guides on how to make ecw for QGIS 1.8 work in Ubuntu 12.04. I had it all working in Ubuntu 10.04 but since migration to 12.04 no such luck.

Is there a guide that works for Ubuntu 12.04?

At the moment it seems easier to install the windows version where ecw support is included in the install, but I would like to stay with Ubuntu.

cheers and thanks for any advice.

jurgena

share|improve this question
[Installing (lib)gdal-ecw][1] doesn't do the trick? [1]: gis.stackexchange.com/questions/1892/quantum-gis-and-ecw-images – lynxlynxlynx Jun 12 '12 at 8:31

1 Answer

ECW libraries are not open source software and cannot be freely distributed. You need to add manually the ecw support in your local copy of gdal. On ubuntu do this:

wget http://de-mirror.org/distro/gentoo/distfiles/libecwj2-3.3-2006-09-06.zip

unzip libecwj2-3.3-2006-09-06.zip

cd libecwj2-3.3

./configure

make

sudo make install

sudo gdal-ecw-build /usr/local/

sudo ldconfig

share|improve this answer
Many thanks Giovanni. I just precise that the libgdal-ecw-src package from ubunutugis ppa have to be installed to make it work – simo Jun 13 '12 at 15:59
It should be available now – Giovanni Manghi Jun 30 '12 at 15:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.