openego / data_processing

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

Redundant script in preprocessing creating model_draft.ego_weather_measurement_point #350

Open IlkaCu opened 4 years ago

IlkaCu commented 4 years ago

Two scripts in the preprocessing folder include CREATE statements for the table model_draft.ego_weather_measurement_point:

One of the scripts is redundant and needs to be moved to the utilities folder.

IlkaCu commented 4 years ago

The comparison of both scripts shows that ego_weather_points_per_scenario.sql is redundant. I checked the code and the existing table on the OEP was created by ego_simple-feedin_per_scenario.sql.