-
Notifications
You must be signed in to change notification settings - Fork 42
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
Conversion issue form OpenDSS-G/OpenDSS to Gridlab-D #395
Comments
@Barsha96 Any chance you have spaces in your full file paths? There's probably a pair of quotes missing in DiTTo. |
@PMeira where do you think a pair of quotes is missing? |
@kdheepak Right here: ditto/ditto/readers/opendss/read.py Line 201 in a1dcd43
|
The issue was I had to give full path and quote those with spaces and dashes specially for the input. I had to give absolute path for the input but could give both absolute path and relative path fir the output location. Doing the following solved it.
|
@PMeira I can make a PR for that. Thanks for pointing that out! |
Hello, I am trying to convert openDSS files (Using Master.dss) to the Gridlab-d glm file. I am using the following code:
ditto-cli convert --from opendss --input Master.dss --to gridlabd --output ./out
I can convert a IEEE_4_node.glm into opendss files but cannot convert the same dss files into a glm file. The Issues I get are:
The system says OneDrive.dss is not found. The system seems to be automatically getting to that file that was not provided and that does not exist.
Is there anything that I might be doing wrong?
Thanks and Regards,
Barsha
The text was updated successfully, but these errors were encountered: