Skip to content

tsunoppy/rigidWink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

tsunodatsunoda
tsunoda
and
tsunoda
Dec 13, 2020
6cd9e3f · Dec 13, 2020

History

31 Commits
Nov 28, 2020
Dec 13, 2020
Nov 28, 2020
Nov 28, 2020
Nov 28, 2020
Nov 28, 2020
Nov 28, 2020

Repository files navigation

rigidWink

uplift analysis by winkler rigid plate model

Image

Features

  • Uplift analysis by convergent calculation
  • Rigid plate & Winkler Model
  • Capable of using excel format file
  • Make pdf report

Image

Souse Code

> tree.
├── db
│   ├── detail.txt
│   ├── model.png
│   ├── result.png
│   ├── result.txt
├── gui.py
├── gui.wxg
├── main.py
├── rigidWink.py
├── report.py

Usage

pip install/ Module

>pip install numpy
>pip install matplotlib
>pip install reportlab
>pip install openpyxl
>pip install wxpython

how to run

move your dir, then

>mkdir db
>python3 main.py

after that,

  • click file -> load sample
  • push "View Model" or "Run" button

For Windows

> pyinstaller main.py --onefile --noconsole --icon=images/plate.ico
> ./dist/main/main.exe

Check Release, and click main/rigidWink.exe!