-
Notifications
You must be signed in to change notification settings - Fork 5
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
Check and correct line length in vnSimona #644
Comments
Other warnings might be checked as well:
|
These ones are fixed in #672 |
@danielfeismann The Warning is not coming from vnSimona but from PSDM, specifically in ConnectorValidtionUtils.Java at line 608. |
I haven't fully understood the code, but my assumption is as follows: In the default line_input.csv file, all nodes receive the default geoposition but have different lengths. When the lengths of the lines are checked against the nodes, they don't match up. |
To solve this, we could either adjust the lengths in the line_input.csv or increase the threshold from 50% to 60/70%. I need to delve deeper to find better solutions. |
@pierrepetersmeier thank you for your feedback. Right, since we use PSDM to read the csv-files it is within PSDM (the validation may comes from PowerSystemUtils used in PSDM, haven't checked in detail). My preference would be to keep the lengths as they are and change the coordinates. Since we don't have a method for generating coordinates that would meet the topology and length requirements here, there are three options.
|
If this method can be used for future projects and I'm not underestimating the scope right now, I would attempt to develop a method. Otherwise, I would start manually changing the coordinates. What characteristics must the coordinates have? |
Log statement of vnSimona runs contian several statements concerning line length beeing 50% greater than distance. This should be adapted.
The text was updated successfully, but these errors were encountered: