Install Guide#
pyDARTdiags does not require that you have DART installed, but it does assume that you have some familiarity with DART. If you are new to DART or Data Assimilation, we recommend that you take a look at dart.ucar.edu to learn more about DART and its capabilities.
Requirements#
pyDARTdiags currently supports Python 3.8 and above. pyDARTdiags requires the following packages:
"pandas>=2.2.0",
"numpy>=1.26",
"plotly>=5.22.0",
"pyyaml>=6.0.2",
"matplotlib>=3.9.4"
Installation#
pyDARTdiags can be installed through pip. We recommend installing pydartdiags in a virtual environment:
python3 -m venv dartdiags
source dartdiags/bin/activate
pip install pydartdiags