Metadata-Version: 2.3
Name: roc-dadi
Version: 0.4.0
Summary: RPW DAta DIspatcher (DADI): Plugin to handle data files read/write by the pipeline
License: CeCILL 2.1
Author: ROC Team
Author-email: roc.support@sympa.obspm.fr
Requires-Python: >=3.9,<4
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: h5py (>=3.7,<4.0)
Requires-Dist: pandas (>=1.1.3)
Requires-Dist: poppy-core
Requires-Dist: poppy-pop
Requires-Dist: roc-dingo (>=1.0,<2.0)
Requires-Dist: spacepy (>=0.7,<1)
Requires-Dist: xmltodict (>=0.13,<0.14)
Project-URL: Repository, https://gitlab.obspm.fr/ROC/Pipelines/Plugins/DADI
Description-Content-Type: text/markdown

roc-dadi
============

Python Package to handle RPW data files.

This package has been initially designed to be run in the RPW Operations and Data Pipeline (RODP).
Contact the developer team for more details.

## Quickstart

To install package using [pip](https://pypi.org/project/pip-tools/):

```
pip install roc-dadi
```

## User guide

Package modules can be then imported into codes with line `import roc.dadi`.


## Authors

- xavier dot bonnin at obspm dot fr

## License

This project is licensed under CeCILL 2.1.

## Acknowledgments

* Solar Orbiter / RPW Operation Centre (ROC) team

