arras-energy / gridlabd-old

HiPAS GridLAB-D is the California Energy Commission (CEC) version of GridLAB-D.
https://docs.gridlabd.us
BSD 3-Clause "New" or "Revised" License
33 stars 31 forks source link

create_poles subcommand adds poles along switches #1320

Closed aivanova5 closed 1 year ago

aivanova5 commented 1 year ago

Problem description

When using create_poles subcommand to generate a set of poles along lines, the algorithm also creates poles along switches as well. underground lines are ignored, as expected.

Steps to reproduce

Trying this with 123.glm

#python -m create_poles 123.glm --spacing=100 --pole_type=WOOD-EC-45/4 --weather=example --ignore_location --output=IEEE123_poles.glm

Expected behavior

No poles along switches

System information

test.zip

dchassin commented 1 year ago

Aren't switches always mounted on poles?