IEC-61400-15 / eya_def

This repository provides a digital format for exchange of information on wind plant energy yield assessment reporting as defined by IEC 61400-15-2.
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

Introduce enum for operational data variable type #37

Closed jonssonchristian closed 8 months ago

jonssonchristian commented 9 months ago

This pull request addresses #32. It introduces an enum for operational data variable type, with the tags taken from the ASPECT taxonomy.

Also under the operational reference dataset schema, the specification of the time resolution has been made clearer. That is now optional since it is not relevant for all types of data (e.g. not for alarm and event data). A main time resolution can optionally be specified at the dataset level and optional deviating resolutions can be specified at the variable level.

jonssonchristian commented 9 months ago

After updating my version of Graphviz and PyGraphviz, the bug related to diagram rendering in #34 seems to be solved.

jonssonchristian commented 9 months ago

I have updated this PR based on a meeting with the operational data group today, adding some more enum options for the operational data variable type. The related issue is #32. From my perspective the reference operational wind farm schema is now complete and I think we can close it until we get any new feedback.

@AlinaBurmesterRWE, would you be able to review?

jonssonchristian commented 8 months ago

Thank you @AlinaBurmesterRWE. I shall then go ahead and merge it.