This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement resilience analysis use case (#485)
* Create README.md * Update README.md * Create Resilience.md * IEEE 13 model with poles * Adding model IEEE 13 with poles * Create test_IEEE13_pole_output.csv * Adding wind pressure output * Update .gitignore * Update pole.cpp * Add documentation on resilience impacts of vegetation * Add support for parent class definition in loader * Add support for more general tariff design specification * Revert "Add support for parent class definition in loader" This reverts commit 1914581. * Revert "Add support for more general tariff design specification" This reverts commit f5a7512. * Added Santa Cruz county example data * Update Powerline vegetation impact example.ipynb * Update Powerline vegetation impact example.ipynb * Update Powerline vegetation impact example.ipynb * Add example of RoW canopy cover analysis * Create requirements.txt * Update requirements.txt * Update requirements.txt * Fix vegetation path analysis * Convert example to command-like usage * Update vegetation.py * Update vegetation.py * Update vegetation.py * Create agl.py * Update agl.py * Add elevation data acquisition * Delete 230kV_example.tif * Update elevation.py * Update requirements.txt * Update elevation.py * vegetation analysis file (#889) Co-authored-by: XinyuanCheng <51723951+XinyuanCheng@users.noreply.github.com> * Fixing it * Moving vegetation analysis docs * Update pole.cpp * Update pole.h * Update test_IEEE_13_pole.glm * Update test_IEEE13_pole_output.csv * Update main.cpp * Update main.cpp * Update load.cpp * Delete 230kV_example.tif * Update pole_mount.cpp * Update test_pole.glm * Update pole_mount.cpp * Fix resilience autotest error * Fix for ABOVE_NORMAL and NORMAL Rfloor value * Update pole.cpp * Update pole.cpp * Update pole.cpp * Update pole.cpp * Update pole.cpp * Update load.cpp * Update test_IEEE_13_pole_output.csv * Update test_pole.csv * Update test_IEEE_13_pole_output.csv * Update test_IEEE_13_pole_wind.player * Update test_IEEE_13_pole_output.csv * Update Pole.md * (#985) Update so "status" field for links will now allow them to disconnect, much like if switches were on both end. Various changes to fault conditions to support this Autotest added for the specific field under powerflow * Create test_IEEE123_link_outages.py * Create test_IEEE123_link_outages.glm * Create .gitignore * Update test_IEEE123_link_outages.glm * Update test_IEEE123_link_outages.py * Update test_IEEE123_link_outages.glm * Update test_IEEE123_link_outages.py * Update test_IEEE123_link_outages.glm * Update test_IEEE123_link_outages.py * Update test_IEEE123_link_outages.py * Update test_IEEE123_link_outages.glm * Update test_IEEE123_link_outages.glm * Update test_IEEE123_link_outages.glm * Update test_IEEE123_link_outages.py * Update test_IEEE123_link_outages.glm * Update test_IEEE123_link_outages.py * Update test_IEEE123_link_outages.glm * Update pole.cpp * (#985) Added multiple independent island capability Fixed constant-current rotation issue in powerflow Generic autotest updates/bugfixes associated with the current fix Python powerflow learning code is limited to a single island at the moment * Update pole_mount.cpp * (#985) Small fix so the MacOS compiler stops complaining about C++11 structures * Fix resilience IEEE123 autotest of NR solver Co-authored-by: Alyona Ivanova <Ivanova.alyona5@gmail.com> Co-authored-by: XinyuanCheng <51723951+XinyuanCheng@users.noreply.github.com> Co-authored-by: Fuhong Xie <fxie2@slac.stanford.edu> Co-authored-by: ftuffner <francis.tuffner@pnnl.gov>
- Loading branch information