Changes between Initial Version and Version 1 of OSGeo4W_jp/pkg-gdal-ecw


Ignore:
Timestamp:
Feb 25, 2010, 4:51:09 PM (14 years ago)
Author:
hfujii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSGeo4W_jp/pkg-gdal-ecw

    v1 v1  
     1= gdal-ecw =
     2
     3 * Plugin for ECW and JPEG2000 Raster Formats.
     4 * Requires gdal
     5 * Includes bug fix for [http://trac.osgeo.org/gdal/ticket/2320 GDAL ticket 2320] so that both ECW and JP2ECW drivers are registered.
     6 * Maintainer is FrankWarmerdam.
     7
     8== Installing ECW SDK ==
     9
     10The GDAL ECW Plugin requires the ECW 3.3 Runtime libraries which the end user is required to download and install directly from the Erdas Web Site directly.
     11
     12Erdas Web Site: http://www.erdas.com/Products/ERDASProductInformation/tabid/84/currentid/1142/default.aspx
     13
     14After installation, please copy the .dll files in the redistributable\vc71 directory somewhere appropriate, like C:\windows\system32.
     15 
     16eg.
     17{{{
     18copy C:\"Program Files\Earth Resource Mapping\ECW SDK\redistributable\vc71\*.dll" C:\windows\system32
     19}}}
     20
     21Note that downloading and installing these DLLs requires agreeing to a license. Please review the license terms carefully.
     22
     23It is imperative that the VC7.1 ECW 3.3 SDK binaries be used.  Any other ECW (NCS*) DLLs are unlikely to work properly.  Failure to install the correct ECW libraries will normally result in a popup message reading "This application has failed to start because NCSEcw.dll was not found." or a console error report like:
     24
     25{{{
     26C:\warmerda>gdalinfo
     27ERROR 1: Can't load requested DLL: C:\osgeo4w\bin\gdalplugins\gdal_ECW.dll
     28126: The specified module could not be found.
     29
     30ERROR 1: Can't load requested DLL: C:\osgeo4w\bin\gdalplugins\gdal_ECW.dll
     31126: The specified module could not be found.
     32
     33Usage: gdalinfo [--help-general] [-mm] [-stats] [-nogcp] [-nomd]
     34                [-noct] [-checksum] [-mdd domain]* datasetname
     35}}}
     36
     37
     38[wiki:OSGeo4W_jp/PackageListing 戻る]