dongqi-wu / PyProD---A-AI-Friendly-Power-Distribution-System-Protection-Platform

2 stars 3 forks source link

Bus coordinates (css) file #1

Open nsankar opened 3 years ago

nsankar commented 3 years ago

@dongqi-wu Thanks for developing this great framework and the library. When going through the SVMmain.py code, you are importing two files . The below files mentioned in svmMain.py as a local computer C drive path is not available in the data folder in this github repo. can you please upload the dss files?.

case_path = r'C:\Users\Dongqi Wu\OneDrive\Work\PRRL\HICSS\case\syn-austin-D_only-v03\P1R\base\opendss\p1rhs4_1247\p1rhs4_1247--p1rdt6999\master.dss' bus_coords = r'C:\Users\Dongqi Wu\OneDrive\Work\PRRL\HICSS\case\syn-austin-D_only-v03\P1R\base\opendss\p1rhs4_1247\p1rhs4_1247--p1rdt6999\Buscoords.dss'

Also, Can you provide the references and links about how to specify bus co-ordinates or how it gets specified for an actual electric grid?

Thanks in advance

dongqi-wu commented 3 years ago

Hello,

  1. The cases are already uploaded to the case folder in the github repository.
  2. There is no common format for the bus coordinates in OpenDSS. The extension of the file is not fixed (e.g. .dss, .csv, .dat, etc. ...) and the separator is not unified. However, generally these files are written in plain text, while each line gives the coordinates of one bus in the format of [busname, X, Y] separated by space or comma. If you want to create a bus coordinate data file you can just open a txt editor and enter [busname, X, Y] for all buses in your system.

Sincerely,

On Sun, Sep 26, 2021 at 5:15 AM nsankar @.***> wrote:

Thanks for developing this great framework and the library. When going through the SVMmain.py, you are importing two files for the the bus co-ordinates pertaining to an electric grid or feeder I believe. The below files mentioned in svmMain.py as a local computer C drive path is not available in the data folder in this repo. can you please upload it.

@dongqi-wu https://urldefense.com/v3/__https://github.com/dongqi-wu__;!!KwNVnqRv!QusXB62jQlN5wLaysDGDb9G_bWM3_rHJkU9hqspmy0ip8In7MDOyYr6xZQW0Ww$ case_path = r'C:\Users\Dongqi Wu\OneDrive\Work\PRRL\HICSS\case\syn-austin-D_only-v03\P1R\base\opendss\p1rhs4_1247\p1rhs4_1247--p1rdt6999\master.dss' bus_coords = r'C:\Users\Dongqi Wu\OneDrive\Work\PRRL\HICSS\case\syn-austin-D_only-v03\P1R\base\opendss\p1rhs4_1247\p1rhs4_1247--p1rdt6999\Buscoords.dss'

Also, Can you provide the references and links about how to specify bus co-ordinates or how it gets specified for an actual electric grid?

Thanks in advance

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/dongqi-wu/PyProD---A-AI-Friendly-Power-Distribution-System-Protection-Platform/issues/1__;!!KwNVnqRv!QusXB62jQlN5wLaysDGDb9G_bWM3_rHJkU9hqspmy0ip8In7MDOyYr6qAzJdVg$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ASNDHJB62KGNWVTTCGTVWFDUD3XFRANCNFSM5EYUAYJA__;!!KwNVnqRv!QusXB62jQlN5wLaysDGDb9G_bWM3_rHJkU9hqspmy0ip8In7MDOyYr6vLbNGEQ$ . Triage notifications on the go with GitHub Mobile for iOS https://urldefense.com/v3/__https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675__;!!KwNVnqRv!QusXB62jQlN5wLaysDGDb9G_bWM3_rHJkU9hqspmy0ip8In7MDOyYr6i9GWfeg$ or Android https://urldefense.com/v3/__https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign*3Dnotification-email*26utm_medium*3Demail*26utm_source*3Dgithub__;JSUlJSU!!KwNVnqRv!QusXB62jQlN5wLaysDGDb9G_bWM3_rHJkU9hqspmy0ip8In7MDOyYr60xz62xQ$.

-- Dongqi Wu Graduate Student Department of Electrical and Computer Engineering Texas A&M University