OpenEnergyPlatform / oedatamodel

A common open energy data model (oedatamodel) and datapackage format for energy and scenario data
Creative Commons Zero v1.0 Universal
7 stars 3 forks source link

Normalize data table of normalization format #54

Closed henhuy closed 2 years ago

henhuy commented 2 years ago

I suggest normalizing data table further into additional tables region, energy_vector and technology. With following relations and columns:

This would lead to improved DB structure and smaller table data. The user would not "feel" new structure, as the concrete format can be used as interface. Additionally, checking for already existing data entries should be faster, improving uploading of new data via new relation format (m:n). On the other hand, normalization format becomes a bit more unwieldy.

henhuy commented 2 years ago

closed as this to overengineered