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 |
---|---|---|
EPEL 8 | x86_64 (28)* | EPEL 8 (192 downloads) |
EPEL 9 | x86_64 (31)* | EPEL 9 (67 downloads) |
Fedora 38 | x86_64 (32)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (29)* | Fedora 39 (53 downloads) |
Fedora 40 | x86_64 (15)* | Fedora 40 (47 downloads) |
Fedora 41 | x86_64 (0)* | Fedora 41 (15 downloads) |
Fedora rawhide | x86_64 (20)* | Fedora rawhide (153 downloads) |
* Total number of downloaded packages.