Metadata-Version: 2.2
Name: pydartdiags
Version: 0.5.0
Summary: Observation Sequence Diagnostics for DART
Home-page: https://github.com/NCAR/pyDARTdiags.git
Author: Helen Kershaw
Author-email: Helen Kershaw <hkershaw@ucar.edu>
Project-URL: Homepage, https://github.com/NCAR/pyDARTdiags.git
Project-URL: Issues, https://github.com/NCAR/pyDARTdiags/issues
Project-URL: Documentation, https://ncar.github.io/pyDARTdiags
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.2.0
Requires-Dist: numpy>=1.26
Requires-Dist: plotly>=5.22.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: matplotlib>=3.9.4
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![codecov](https://codecov.io/gh/NCAR/pyDARTdiags/graph/badge.svg?token=VK55SQZSVD)](https://codecov.io/gh/NCAR/pyDARTdiags)
[![PyPI version](https://badge.fury.io/py/pydartdiags.svg)](https://pypi.org/project/pydartdiags/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# pyDARTdiags

pyDARTdiags is a Python library for observation space diagnostics for the Data Assimilation Research Testbed ([DART](https://github.com/NCAR/DART)).

pyDARTdiags is under initial development, so please use caution.
The MATLAB [observation space diagnostics](https://docs.dart.ucar.edu/en/latest/guide/matlab-observation-space.html) are available through [DART](https://github.com/NCAR/DART).


pyDARTdiags can be installed through pip: https://pypi.org/project/pydartdiags/  
Documentation : https://ncar.github.io/pyDARTdiags/

## Contributing
Contributions are welcome! If you have a feature request, bug report, or a suggestion, please open an issue on our GitHub repository.
Please read our [Contributors Guide](https://github.com/NCAR/pyDARTdiags/blob/main/CONTRIBUTING.md) if you would like to contribute to
pyDARTdiags.

## License

pyDARTdiags is released under the Apache License 2.0. For more details, see the LICENSE file in the root directory of this source tree or visit [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
