-
Notifications
You must be signed in to change notification settings - Fork 85
GDAL framework and plugins
dromagnoli edited this page Jan 17, 2013
·
8 revisions
The core module of the project is the gdalframework module which provide a bridge between the Java Image I/O framework and the Geospatial Data Abstraction Library via SWIG's generated Java bindings to provide support for a reach set of data formats.
Here below a brief list of the current supported formats is provided. Note that for each of these formats an Image I/O-Ext plugin is provided which integrates into the standard Image I/O SPI mechanism.
The following list represents the available ImageIO-Ext plugin as well as the type of support (read, write, both) and the license of the plugin
- Arc/Info ASCII Grid (Read support) / LGPL License
- Arc/Info Binary Grid (Read support) / LGPL License
- DOQ1 (Read support) / LGPL License
- DOQ2 (Read support) / LGPL License
- DTED (Read support) / LGPL License
- ECW (Read support) / LGPL License
- EHdr (Read support) / LGPL License
- ENVI Hdr (Read support) / LGPL License
- ENVISAT (Read support) / LGPL License
- Erdas Imagine HFA (Read support) / LGPL License
- GeoTIFF (Read/Write support) / LGPL License
- JPEG (Read support) / LGPL License
- JPEG2000 based on Kakadu (Read/write support) / LGPL License
- JPEG2000 based on MrSID (Read/write support) / LGPL License
- JPEG2000 based on ECW (Read/write support) / LGPL License
- MrSID (Read support) / LGPL License
- NITF (Read support) / LGPL License
- HDF4 (Read support) / LGPL License
Note that with the latest GDAL 1.9.2 native libraries, the JP2ECW format doesn't work properly on Linux. See the related GDAL ticket
- Installation for binaries
- Plugins on windows
- GDAL DATA