<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Carlo</div><div class=""><br class=""></div><div class="">Ok thankyou.  I have navigated to the first folder location and executed gdal_translate --help-general</div><div class=""><br class=""></div><div class="">Output- </div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">$ ./gdal_translate</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Usage: gdal_translate [--help-general] [--long-usage]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">       [-ot {Byte/Int16/UInt16/UInt32/Int32/Float32/Float64/</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">             CInt16/CInt32/CFloat32/CFloat64}] [-strict]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">       [-of format] [-b band] [-mask band] [-expand {gray|rgb|rgba}]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">       [-outsize xsize[%] ysize[%]]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">       [-unscale] [-scale [src_min src_max [dst_min dst_max]]]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">       [-srcwin xoff yoff xsize ysize] [-projwin ulx uly lrx lry] [-epo] [-eco]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">       [-a_srs srs_def] [-a_ullr ulx uly lrx lry] [-a_nodata value]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">       [-gcp pixel line easting northing [elevation]]*</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">       [-mo "META-TAG=VALUE"]* [-q] [-sds]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">       [-co "NAME=VALUE"]* [-stats]</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">       src_dataset dst_dataset</div></div><div class=""><br class=""></div><div class="">I then executed GDAL trying to get a file translated - </div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">MYNAME$ ./gdal_translate /users/MYNAME/Desktop/testfile.ecw testoutput.TIF</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">ERROR 4: `/users/MYNAME/Desktop/testfile.ecw' not recognised as a supported file format.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">GDALOpen failed - 4</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">`/users/dickovich/Desktop/testfile.ecw' not recognised as a supported file format.</div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">It would seem that it still does not like the ECW file format - but GDAL appears to be working.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">How do I fix the ECW element of my install ?</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Geoff</div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On 11 Nov 2014, at 3:15 pm, Carlo A. Bertelli (Charta s.r.l.) wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class="">Hello Geoff,<br class=""></div>the first thing to check is having the right tools in place, this also helps you to get your ECW file converted.<br class=""></div>By the command line, try using GDAL.<br class="">/Library/Frameworks/GDAL.framework/Versions/Current/Programs/gdal_translate WhatYouGet.ECW WhatYouWant.TIF<br class=""></div>You may want to refine your conversion with the provided options (you will find part of them in QGIS menus). Just get some help by issuing:<br class="">/Library/Frameworks/GDAL.framework/Versions/Current/Programs/gdal_translate --help-general<br class=""></div>(or --long-usage).<br class=""></div>If I remember well, the installer does something to put the current version of the tools more easily available by symlinking them in your /usr/local/bin, so you may try omitting this long path an just typing<br class=""></div>gdal_translate<br class=""></div>It should work. If you don't get your file properly translated, double check your installation.<br class=""></div><div class="">c<br class=""></div></div><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><br class=""><br class=""><div class=""><div class=""><div class=""><div class=""><div class=""><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Date: Tue, 11 Nov 2014 11:11:01 +0800<br class=""></blockquote><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
From: Geoff<br class="">
To: <a href="mailto:qgis-user@lists.osgeo.org" class="">qgis-user@lists.osgeo.org</a><br class="">
Subject: [Qgis-user] Qgis 2.6 Brighton on Mac Osx 10.10 Yosemite<br class="">
Message-ID: <<a href="mailto:BLU437-SMTP358AE4FC02FC15FF4D0C4EB1810@phx.gbl" class="">BLU437-SMTP358AE4FC02FC15FF4D0C4EB1810@phx.gbl</a>><br class="">
Content-Type: text/plain; charset="us-ascii"<br class="">
<br class="">
Hi list<br class="">
<br class="">
Complete NEWBIE here, so apologies.<br class="">
<br class="">
I am trying to install QGIS to allow me to view / convert ecw mapping files.<br class="">
<br class="">
I have downloaded the latest 2.6 version for mac - I am using OSX 10.10 Yosemite.<br class="">
<br class="">
I have downloaded the GDAL 1.11 Complete framework files and followed the instructions to install the other dependancies.  I have downloaded the ECW plugin1.11.0-1 and ERDAS ECW/JPEG2000 SDK 5.1 and followed install instructions to place certain files throughout my directory structure.<br class="">
<br class="">
QGIS runs fine, however, when I go to open the ECW map - it is grayed out - indicating to me I cant open it.<br class="">
<br class="">
Something is broken, or incompatible given I am using Yosemite ?<br class="">
<br class="">
Can someone help ? Is there a command line method to check my install ? I thought I followed all the instructions but it isn't working and I have an urgent file I need to convert..<br class="">
<br class="">
Help !!<br class="">
<br class="">
<br class="">
Geoff<br clear="all" class=""></blockquote></div><br class="">-- <br class=""><div class="gmail_signature"><div dir="ltr" class=""><div class=""><br class=""><br class=""></div></div></div>
</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
_______________________________________________<br class="">Qgis-user mailing list<br class=""><a href="mailto:Qgis-user@lists.osgeo.org" class="">Qgis-user@lists.osgeo.org</a><br class="">http://lists.osgeo.org/mailman/listinfo/qgis-user</div></blockquote></div><br class=""></body></html>