OpenSees_Model_Generator
OpenSees_Model_Generator copied to clipboard
A simple Python package for pre and post processing of 3D models powered by OpenSees.
Need to address a bunch of `pylint` warnings, and I don't have time to do it these days. Goes to show you how important it is to write clean code...
- [ ] `.show` methods should return a figure handle. - [ ] add a way to save to a portable html file for sharing
Relying on `scikit-geometry` for tributary area analysis is problematic, since it can't be directly installed using pip. - Dropping support for tributary area analysis. Users will now have to specify...
After replacing `openseespy` with `opensees`, testing on Windows is no longer possible (installing dependencies fails on Windows). - Consider adding back windows support once the issue is resolved form upstream....
Test suite results are different on my local env and GitHub. The variable types are inconsistent. This can potentially be resolved by revisiting and improving the installation process and recreating...