This project aims to simplify the installation of the "eccodes" library by generating .deb packages. The "eccodes" library, developed by ECMWF (European Centre for Medium-Range Weather Forecasts) βοΈ, provides a collection of tools and libraries for decoding and encoding meteorological data in the GRIB and BUFR formats. π€οΈ
As ECMWF does not provide a package repository for "eccodes," users often have to compile and install the library manually, which can be a time-consuming and error-prone process. By generating .deb packages, this project facilitates the installation and maintenance of "eccodes" on Debian-based systems, allowing users to quickly install the library with the package manager. π¦
Platform | Support |
---|---|
Debian | π§ |
Ubuntu | β |
CentOS | π§ (Work in Progress) |
Fedora | π§ (Work in Progress) |
Red Hat | π§ (Work in Progress) |
Arch Linux | π§ (Work in Progress) |
openSUSE | π§ (Work in Progress) |
The generated .deb packages can be installed using the dpkg command. Simply download the appropriate .deb package for your system architecture and run:
sudo dpkg -i eccodes-<version>.deb
Replace with the actual version number of the package you downloaded. π
Contributions to this project are welcome! If you encounter any issues or have improvements to suggest, please feel free to create a pull request or open an issue. π
This project is licensed under the Apache License 2.0. See the LICENSE file for details. π
Note: This project is not affiliated with ECMWF or the official "eccodes" repository. It is a community-driven effort to provide easier installation options for "eccodes" on Debian-based systems.