OpenEnergyPlatform / data-preprocessing

Repository for data formatting, import of data, data and metadata review, and data curation.
GNU Affero General Public License v3.0
10 stars 7 forks source link

ERM Diagrams for tables #81

Open jh-RLI opened 3 years ago

jh-RLI commented 3 years ago

I created a script that automates the process of ERM diagram drawing for all tables present in an oep schema. You can also filter for specific table name slugs. I share the result here @christian-rli. Currently this is just supported using Linux (tested with Ubuntu 18.04). Will change if ERAlchemy package and Graphviz is fully supported by windows. I recomend to use a virtual machine like VirtualBox (by oracle) for all windows users.

-> erm diagrams schema:scenario scenario_erm.zip

-> erm diagrams schema:model_draft ERM-diagrams_model_draft_oemof_b3.zip

jh-RLI commented 3 years ago

By the way, we are bending the ERM term a bit for our use case, as these are not really ERMs but pure table object documentation/descriptions.