Description
KEA is an HDF5 Based Raster File Format as a GDAL plugin
KEALib http://www.kealib.org/ has been packaged as a GDAL plugin (stored in /usr/lib64/gdalplugins/
, see related GDAL KEA driver page).
KEA is the only output format of the Atmospheric and Radiometric Correction of Satellite Imagery (ARCSI) software.
Source: https://data.neteler.org/tmp/kealib-1.4.15-1.fc38.src.rpm
NOTE: Since Fedora 38 kealib is included as an official package: https://src.fedoraproject.org/rpms/kealib
Installation Instructions
** Fedora and Centos/EPEL**
First install the KEA GDAL driver plugin:
# install (or run as the root user)
sudo dnf copr enable neteler/kealib
sudo dnf update
sudo dnf install kealib
Then set the environmental variable for the user: put the follwing two lines at the end of your $HOME/.bashrc
file:
# needed for KEA GDAL driver
export GDAL_DRIVER_PATH=/usr/lib64/gdalplugins
Then reload your $HOME/.bashrc
file:
source ~/.bashrc
Test the installation (it should show the KEA driver):
you@yourlinuxbox:$ gdalinfo --formats | grep KEA
KEA (rw+): KEA Image Format (.kea)
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
x86_64 (51)* | EPEL 8 (220 downloads) |
![]() |
x86_64 (52)* | EPEL 9 (100 downloads) |
![]() |
x86_64 (41)* | Fedora 39 (0 downloads) |
![]() |
x86_64 (29)* | Fedora 40 (0 downloads) |
![]() |
x86_64 (14)* | Fedora 41 (44 downloads) |
![]() |
x86_64 (1)* | Fedora 42 (18 downloads) |
![]() |
x86_64 (32)* | Fedora rawhide (183 downloads) |
* Total number of downloaded packages.