openego / data_processing

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

ego_dp_preprocessing_res_powerplant.sql accesses invalid table #353

Closed IlkaCu closed 4 years ago

IlkaCu commented 4 years ago

The script ego_dp_preprocessing_res_powerplant.sql accesses table model.draft.ego_supply_res_poweplant, which is according to issue #120 a redundant table. Furthermore no script creating this table can be found in the repository. I suggest to adjust the code in ego_dp_preprocessing_res_powerplant.sql and use supply.ego_renewable_powerplant as the input table instead.

IlkaCu commented 4 years ago

This issue is addressed in PR #337.

IlkaCu commented 4 years ago

Fixed with PR #337