https://github.com/mpewsey/lca_writer
Write PLS-POLE and TOWER Load Case Analysis (LCA) files
https://github.com/mpewsey/lca_writer
pls-cadd pls-pole pls-tower structural-analysis
Last synced: 12 days ago
JSON representation
Write PLS-POLE and TOWER Load Case Analysis (LCA) files
- Host: GitHub
- URL: https://github.com/mpewsey/lca_writer
- Owner: mpewsey
- License: bsd-3-clause
- Archived: true
- Created: 2018-07-11T23:51:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T23:16:32.000Z (over 6 years ago)
- Last Synced: 2025-03-03T18:48:42.247Z (3 months ago)
- Topics: pls-cadd, pls-pole, pls-tower, structural-analysis
- Language: Python
- Homepage: https://lca-writer.readthedocs.io
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LCA Writer
[](https://travis-ci.com/mpewsey/lca_writer)
[](https://lca-writer.readthedocs.io/en/latest/?badge=latest)
[](https://codecov.io/gh/mpewsey/lca_writer)## About
Write PLS-POLE and TOWER Load Case Analysis (LCA) files
## Installation & Usage
To use the package, first install it via pip:
```
pip install git+https://github.com/mpewsey/lca_writer#egg=lca_writer
```Save a copy of the submission form template using the command line script:
```
lca_writer --template lca_form.xlsx
```Fill out the form and submit it using the command line script:
```
lca_writer folder1/lca_form.xlsx
```An LCA file will be written to the same folder as the form.
Multiple forms can be submitted simultaneously as well:
```
lca_writer folder1/lca_form1.xlsx folder2/lca_form2.xlsx
```