Installation#

Requirements#

Build Dependencies#

Runtime Dependencies#

Dependency

Link

eccodes

ecmwf/eccodes

eckit

ecmwf/eckit

metkit

ecmwf/mekit

Python Dependencies#

numpy
pytest
pytest-asyncio
eccodes
build
setuptools
GitPython
sphinx
sphinxcontrib-mermaid
pydata-sphinx-theme
Sphinx
sphinx-autoapi
sphinx-tabs

Installation via PyPI#

Install the package from pypi in your venv:

uv venv
source .venv/bin/activate
uv pip install pyfdb

Set the FDB_HOME environment variable accordingly:

export FDB_HOME=<path_to_fdb_home>