Metadata-Version: 2.1
Name: nrg-parser
Version: 0.1.1
Summary: IEA task 43 parsers for NRG Systems, Inc. SymphoniePRO loggers
License: MIT
Keywords: wind-energy,iea-task-43,nrg-systems,symphonie,symphoniepro
Author: David Carlson
Author-email: drc@nrgsystems.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: nrgpy (>=1.8.4,<2.0.0)
Requires-Dist: numpy (>=1.23.4,<2.0.0)
Requires-Dist: pandas (>=2)
Requires-Dist: pyarrow (>=10.0.1,<11.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Description-Content-Type: text/markdown

# ![nrg-parser](https://www.gravatar.com/avatar/6282094b092c756acc9f7552b164edfe?s=24) nrg-parser

![pypi](https://img.shields.io/pypi/v/nrg-parser)

IEA task 43 parsers for NRG Systems, Inc. SymphoniePRO loggers.

|                         |                                                                       |
|-------------------------|-----------------------------------------------------------------------|
| Website and source      | <https://github.com/nrgpy/nrg-parser>                                 |
| Documentation           | <https://nrgpy.github.io/nrg-parser/>                                 |
| IEA Task 43 GitHub page | <https://github.com/IEA-Task-43/digital_wra_data_standard> |

## Installation

Install with pip

`pip install nrg-parser`

## Usage

This package takes the TXT exports of SymphoniePRO data files, and converts the metadata there into IEA Task 43 format.

__NOTE:__ For converting binary SymphoniePRO/Symphonie Classic data files into TXT, see the [nrgpy](https://github.com/nrgpy/nrgpy) repository.

## Examples

See the [nrg-parser_example.ipynb](./nrg-parser_example.ipynb) Jupyter Notebook for usage examples.

## Contributing

Contributions to this project are welcome!

Follow the [Contributing Guidelines](./CONTRIBUTING.md) to be a part of it!


