diff options
author | Giancarlo Dessì <slack@giand.it> | 2022-06-24 10:59:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:31 +0700 |
commit | f2d44a2097ebb260a382101f84033ea8540bfbd7 (patch) | |
tree | e8c3227d6be1b3c66065af9886343d4916a8d48c /gis/libecwj2/README | |
parent | 1b9020816c04015117d18fb7875c8e8a30dbb960 (diff) | |
download | slackbuilds-f2d44a2097ebb260a382101f84033ea8540bfbd7.tar.gz |
gis/libecwj2: Added (translator library for raster geospatial data)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/libecwj2/README')
-rw-r--r-- | gis/libecwj2/README | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/gis/libecwj2/README b/gis/libecwj2/README new file mode 100644 index 0000000000..83bb4f895c --- /dev/null +++ b/gis/libecwj2/README @@ -0,0 +1,33 @@ +libecwj2 is a library that gives support to GDAL for reading, import, +and convert raster geospatial data in non-free ECW and JPEG 2000 +formats. This library was released as free and open source in 2006 by +Earth Resource Mapping, formerly owner of ECW patents. + +ECW (Enhanced Compression Wavelet) is a full proprietary standard of +compression image format. +JPEG 2000 (or JP2) is a similar standard under free concession but +protected by patents in some parts. + +Both the formats are more powerful than other formats in lossy +compression of large image data without significant losses of quality, +but are mainly accessible through proprietary software, specially to +manage geospatial data. + +libecwj2 is the only one free and open source library that includes +the support to these formats in GDAL and indirectly in platforms that +require it as dependency (i.e. QGIS and Orfeo Toolbox). GDAL can be +also used to convert ECW or JP2 files in other graphic formats. + +After the installation, to apply the support to ECW/JP2 formats, GDAL +must be rebuilt without any other setting: libecwjp2 is an optional +dependency autodetected. + +To verify if the plugin is enabled, you can launch the following +command: + + $ gdalinfo --formats | grep ECW + +If the plugin is successfully enabled, the command return + + ECW -raster- (rw): ERDAS Compressed Wavelets (SDK 3.x) + JP2ECW -raster,vector- (rw+v): ERDAS JPEG2000 (SDK 3.x) |