Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundant script in preprocessing creating model_draft.ego_weather_measurement_point #350

Open
IlkaCu opened this issue Apr 1, 2020 · 1 comment
Assignees

Comments

@IlkaCu
Copy link
Member

IlkaCu commented Apr 1, 2020

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

  • ego_weather_points_per_scenario.sql
  • ego_simple-feedin_per_scenario.sql

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

@IlkaCu IlkaCu self-assigned this Apr 1, 2020
@IlkaCu
Copy link
Member Author

IlkaCu commented Apr 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant