Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

mpewsey/lca_writer

Repository files navigation

LCA Writer

Build Status Documentation Status codecov

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