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

The entity relationship diagrams (ERDs) generated from the pydantic models do not render correctly #34

Closed jonssonchristian closed 8 months ago

jonssonchristian commented 11 months ago

Something has broken in the use of the erdantic Python package to generate entity relationship diagrams (ERDs) from the EYA DEF pydantic models. The nodes (classes) show correctly, but the edges do not connect things as they should. We have used these diagrams for visualisations of the data models and they have been very useful as a basis for schema review. It would be good to get these diagrams back to render correctly again. It is unclear what has broken.

jonssonchristian commented 8 months ago

Closed by #37.