Incorporates the ability to automatically generate datapackage.json files from input CSV files.
In the case of only using existing facades (from oemof-tabular), the building.infer_metadata function can be used directly, with the foreign keys manually inputted as arguments in scripts/infer.py
In the case of using new facades (from oemof-tabular-plugins), an additional function is implemented to add foreign keys to the datapackage.json file
Type of change (CHANGELOG.md)
Added
New function for adding additional foreign keys to datapackage.json in src/oemof_tabular_plugins/datapackage/building.py
Added the use of the function in examples/scenarios/wefe_pv_panel/scripts/infer.py
Changed
The scripts/infer.py files for all complete examples and ensured they run through correctly
Summary of the discussion
Incorporates the ability to automatically generate datapackage.json files from input CSV files.
Type of change (CHANGELOG.md)
Added
Changed