Difference between revisions of "ECW"

From OpenJUMP Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
== ECW Read Support ==
 
== ECW Read Support ==
  
A new version of 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 [http://www.gvsig.org/ gvsig GIS software] team and shipped with their distribution. Thanks!!!
+
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 [http://www.gvsig.org/ 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.
 
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.
 
It is included by default into the PLUS edition of OpenJUMP.
 
You can however add them manually to OpenJUMP CORE if you want to.
 
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 supported are
 +
 +
* Windows (XP,Vista,7) running a (32bit/x86) Java Runtime Environment
 +
* Linux running a (32bit/x86) Java Runtime Environment
  
 
=== Download ===
 
=== Download ===

Revision as of 18:47, 20 June 2012

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 supported are

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

Download

Download it here and follow the instruction of the included readme.txt file

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

Interesting links about ECW

WCS issues from deegree website (2007)

Use of ecw in gdal

Licensing discussion

See OpenJUMP_Licensing