OpenEnergyPlatform / omi

Repository for the Open Metadata Integration (OMI). For metadata definition see metadata repo:
https://github.com/OpenEnergyPlatform/metadata
GNU Affero General Public License v3.0
7 stars 4 forks source link

Evaluate integration of functions to generate metadata with ioprocmeta #85

Open Ludee opened 1 year ago

Ludee commented 1 year ago

https://gitlab.com/dlr-ve/esy/ioprocmeta/

ioprocmeta is a library providing interfaces for writing and reading and processing meta data formats like the Open Energy Platform meta data format 1.5.0.

jh-RLI commented 1 year ago

As far as I understand it, it is basically a re-implementation of OMI. Most of the functionality is already implemented in OMI. The ioprocmeta tool implements some things in a slightly more modern way and has some methods that can be useful in omi. But I think since we have to use Python 3.6 supported code, some of it is not compatible with OEP at the moment.