openego / data_processing

(geo)data processing, database setup, data validation
GNU Affero General Public License v3.0
7 stars 5 forks source link

Invalid loop in ego_dp_preprocessing_conv_powerplant.sql #352

Closed IlkaCu closed 3 years ago

IlkaCu commented 4 years ago

The script ego_dp_preprocessing_conv_powerplant.sql creates _model_draft.ego_dp_supply_convpowerplant nad at the same time tries to fill it with data from the same and empty table. It should instead access table supply.ego_coventional_powerplant for a data import. Therefore some adjustments in the code are needed.

IlkaCu commented 3 years ago

This issue is addressed in PR #337

IlkaCu commented 3 years ago

Fixed with PR #337