Difference between revisions of "ECW"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 17: Line 17:
  
 
* Windows (XP,Vista,7 [32bit/64bit]) running a (32bit/x86) Java Runtime Environment
 
* Windows (XP,Vista,7 [32bit/64bit]) running a (32bit/x86) Java Runtime Environment
* Linux [32bit/64bit] running a (32bit/x86) Java Runtime Environment
+
* Linux, MacOSX [32bit/64bit] running a (32bit/x86) Java Runtime Environment
 +
 
 +
'''Hint:''' make sure again that OJ is run with a 32bit java or in 32bit mode if it complains that the ECW libraries cannot be loaded.
  
 
=== '''Download''' ===
 
=== '''Download''' ===
  
 
Download it here
 
Download it here
:http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ECW_JP2_Support_for_OpenJUMP-20120620.zip
+
:http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ECW_JP2_Support_for_OpenJUMP-20131229.zip
  
 
=== '''Installation''' ===
 
=== '''Installation''' ===
Line 28: Line 30:
 
Follow the instruction of the included readme.txt file.
 
Follow the instruction of the included readme.txt file.
  
:;NOTE:
+
=== ''' Source Code ''' ===
: On '''Linux''' using the '''OpenJUMP Portable PLUS''' edition you currently [2012 June] have to do a manual step to enable ECW/JP2 support properly. Follow the instructions in
 
:: ''lib/native/Howto_ECW_on_Linux32.txt''
 
: If you used the '''jar installer''' this step is done automatically for you.
 
 
 
=== ''' Sources ''' ===
 
  
 
Find the sources on sourceforge svn repository
 
Find the sources on sourceforge svn repository

Revision as of 17:51, 29 December 2013

back to Working with Raster page

ECW File format

ECW is a proprietary wavelet compression image format optimized for aerial and satellite imagery. See complete article about ECW in wikipedia.

ECW Read Support

An enhanced ECW support based on ERDAS ECW/JP2 SDK version 3.3 is available since OpenJUMP 1.4.3. It makes use of native libraries that were originally compiled by the gvsig GIS software team and shipped with their distribution. Thanks!!! One advantage of the new SDK is that it gives also access to JPEG2000 format. It is included by default into the PLUS edition of OpenJUMP. You can however add them manually to OpenJUMP CORE if you want to.

Requirements

As binary library code is used the support is platform specific. Currently tested and supported are

  • Windows (XP,Vista,7 [32bit/64bit]) running a (32bit/x86) Java Runtime Environment
  • Linux, MacOSX [32bit/64bit] running a (32bit/x86) Java Runtime Environment

Hint: make sure again that OJ is run with a 32bit java or in 32bit mode if it complains that the ECW libraries cannot be loaded.

Download

Download it here

http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Drivers/ECW_JP2_Support_for_OpenJUMP-20131229.zip

Installation

Follow the instruction of the included readme.txt file.

Source Code

Find the sources on sourceforge svn repository

http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/dll/ecw/

. Read readme.txt located there for explanations.

Interesting links about ECW

WCS issues from deegree website (2007)

Use of ecw in gdal

Licensing discussion

See OpenJUMP_Licensing