Compute surface gradient of overhead power lines / prediction of audible noise and electromagnetic field at ground
Project description
{width=25%}
HVLBuzz is a simulation tool to calculate the surface gradient of overhead power lines and predict the audible noise and electromagnetic field at ground.
HVLBuzz
Installation
Operating System | Download |
---|---|
🪟 Windows (64 bit) | |
🐧 Linux | pip install hvlbuzz |
🍏 Mac | pip install hvlbuzz |
Development setup
It is recommended that you use a Python virtual envioronement to run
HVLBuzz. Run the following command to create folder called kivy_venv
inside which your environement will live. The latest version of
Python this code has been tested with was 3.10
python -m venv kivy_venv
Activate your virtual environement by running
kivy_venv\Scripts\activate.bat # 🪟
. kivy_venv/bin/activate # 🐧 / 🍏
Then install hvlbuzz into your environement as follows
pip install .
pip install garden.matplotlib/
This will also install an executable python script in your environments bin
folder.
Usage
To run the binary obtained in the install part, run
hvlbuzz
Alternatively, the module is can also be started from python:
python -m hvlbuzz
or
python hvlbuzz
Compiling your own packaged version
The source code can also be compiled by yourself using PyInstaller using the provided hvlbuzz/buzz.spec file.
pyinstaller hvlbuzz/buzz.spec
A buzz.exe
binary will be available in a (newly created if
non-existing) dist\buzz
folder.
Credits
HVLBuzz was designed as a Student Thesis of Aldo Tobler, supervised by Sören Hedtke and Christian Franck from the High Voltage Lab (HVL), D-ITET, ETH.
This tool is completely free to use as is and only requires freely available Python libraries to run. The GUI is based on the Kivy framework, while the mathematical computations and plot generation rely the widely used NumPy and Matplotlib.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hvlbuzz-2023.11.tar.gz
.
File metadata
- Download URL: hvlbuzz-2023.11.tar.gz
- Upload date:
- Size: 438.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9e4bafd3c04a236c891d4efaabb9ae6d02cd1a18d2c34dcda9befc04f00beed |
|
MD5 | 42ae2bfeb2af7cb8bd24c600334b077e |
|
BLAKE2b-256 | a1397af9e7bac2a8456154ec0b2ca200e81a323ee99cdb68af96707a60abcf07 |
File details
Details for the file hvlbuzz-2023.11-py3-none-any.whl
.
File metadata
- Download URL: hvlbuzz-2023.11-py3-none-any.whl
- Upload date:
- Size: 446.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90d95ae3132964b73a39ae529381933bf496d5d72f9b70691570d35b58c34c08 |
|
MD5 | b417a136fbc4acbf743d39d27d1988f4 |
|
BLAKE2b-256 | fca7d07fb0ab0506d1013ac5eaba0f4c6bfaa46fbfe6cac81b1f586e903c1aeb |