-
Notifications
You must be signed in to change notification settings - Fork 7
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
Validate loads and feeders #198
Comments
One additional task: Check if data is consistent with transmission grid data - it is supposed to but we should to make sure nothing is lost in the whole (complex) process. Checklist:
Please include the DP version used for validation. Implement this as a function (maybe multiple functions) in |
I am having the following problem when comparing the peak_load information. I have a network If I query the LA info from the data base for the same districts, I obtain that
If I loop over all the LAs that are effectively in However, if I loop over the LV districts within each LA (
why? I don't think is similar to this, because I'm using pandas to add everything together. Edit: if I further loop over the load nodes in each lv district |
Could you please provide your code snippet? |
Thanks for uncovering data inconsitency. I would be interested as well in the code. Maybe we go through quickly. Just to make sure no wrong comparison is made. Once we are sure the comparison is right, we can collect ideas how to find the cause and resolve it. |
@gplssm Who's in charge? |
@miguelparadacontzen is continuing. Plan is as follows
If we don't have further ideas, we'll consult you... ;-) |
Comparing the cumulative peak load of LV grid districts to peak load of according load areas I found out these deviate significantly. But, this is already resolved in DP v0.3.0 which is available in "model_draft". Versioned (currently used in Ding0)
model_draft
both in kW. Another detail popped up: Ding0 excludes LA's with very small (load_area_threshold = 1 kW). When calculating sectoral peak loads for LV grid districts in |
The deviation of peak loads must be resolved in the data processing, therefore see this issue. I see this issue as resolved, when functions to check validity of data are ready. |
Hmmm, but the deviation in the versioned one is less than in model draft - did u mix something up? |
Yes, thanks for notifying me. |
In the DP issue openego/data_processing#172 too... |
Closing, issue is tackled for new data in #379 |
The loads and generators connected to MV and LV grids should be validated to make sure DINGO doesn't eat nodes: Check if the capacity of loads and feeders for every voltage level matches the data from OEDB.
The text was updated successfully, but these errors were encountered: