Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.17 KB

TurbulenceParameters

A small program in the framework of the course work in the discipline "Software Development" to obtain meteorological data, their processing and subsequent calculation of turbulence parameters based on them.

Requirements

certifi==2019.11.28

chardet==3.0.4

click==7.1.2

idna==2.9

numpy==1.18.2

PyQt5==5.13.0

PyQt5-sip==12.7.2

python-dotenv==0.13.0

requests==2.23.0

urllib3==1.25.8

Installation and launch

Download the file from the link and install in the desired folder (only Windows)

https://drive.google.com/open?id=1fIo3pAIReOi1Au9FZ5SbrSDIfjOLqPxw

OR

git clone https://github.com/Khimer/TurbulenceParameters.git

python -m TurbulenceParameters.TurbulenceParameters.MainWindow

Available Functions

  • Download meteorological data data from a remote server
  • Averaging data over a given amount
  • Calculation of turbulence parameters based on available data
  • Saving data on a PC as a .csv file
  • Download data from PC

Program GUI

Program GUI

References

Meteodata storage